auch wenn es ncht wirklich ein Problem mit OTRS ist, hoffe ich trotzdem das mit jemand helfen kann.
Ich habe Cent OS 7 frisch in einer VMWare aufgesetzt und OTRS erfolgreich installiert. Wenn CentOS gebootet wird, muss ich die Netzwerkkarte im CentOS über die GUI aktivieren.
Ich habe zu dieser Problematik auch die eigentliche Lösung gefunden, nämlich in der Datei "ifcfg-eth0"unter /etc/sysconfig/network-scripts/ die Zeile
ONBOOT=yes
zu setzen.
Leider habe ich keine Datei eth0 in dem besagten Ordner.
Code: Select all
[root@osboxes network-scripts]# ls -l
total 232
-rw-r--r--. 1 root root 287 Dec 19 01:17 ifcfg-eno16777736
-rw-r--r--. 1 root root 254 Sep 16 2015 ifcfg-lo
lrwxrwxrwx. 1 root root 24 Dec 19 01:12 ifdown -> ../../../usr/sbin/ifdown
-rwxr-xr-x. 1 root root 627 Sep 16 2015 ifdown-bnep
-rwxr-xr-x. 1 root root 5817 Sep 16 2015 ifdown-eth
-rwxr-xr-x. 1 root root 6196 Dec 1 02:58 ifdown-ib
-rwxr-xr-x. 1 root root 781 Sep 16 2015 ifdown-ippp
-rwxr-xr-x. 1 root root 4201 Sep 16 2015 ifdown-ipv6
lrwxrwxrwx. 1 root root 11 Dec 19 01:12 ifdown-isdn -> ifdown-ippp
-rwxr-xr-x. 1 root root 1642 Sep 16 2015 ifdown-post
-rwxr-xr-x. 1 root root 1068 Sep 16 2015 ifdown-ppp
-rwxr-xr-x. 1 root root 837 Sep 16 2015 ifdown-routes
-rwxr-xr-x. 1 root root 1444 Sep 16 2015 ifdown-sit
-rwxr-xr-x. 1 root root 1599 Apr 2 2015 ifdown-Team
-rwxr-xr-x. 1 root root 1556 Apr 2 2015 ifdown-TeamPort
-rwxr-xr-x. 1 root root 1462 Sep 16 2015 ifdown-tunnel
lrwxrwxrwx. 1 root root 22 Dec 19 01:12 ifup -> ../../../usr/sbin/ifup
-rwxr-xr-x. 1 root root 12631 Sep 16 2015 ifup-aliases
-rwxr-xr-x. 1 root root 859 Sep 16 2015 ifup-bnep
-rwxr-xr-x. 1 root root 11721 Sep 16 2015 ifup-eth
-rwxr-xr-x. 1 root root 10145 Dec 1 02:58 ifup-ib
-rwxr-xr-x. 1 root root 12039 Sep 16 2015 ifup-ippp
-rwxr-xr-x. 1 root root 10430 Sep 16 2015 ifup-ipv6
lrwxrwxrwx. 1 root root 9 Dec 19 01:12 ifup-isdn -> ifup-ippp
-rwxr-xr-x. 1 root root 642 Sep 16 2015 ifup-plip
-rwxr-xr-x. 1 root root 1043 Sep 16 2015 ifup-plusb
-rwxr-xr-x. 1 root root 2609 Sep 16 2015 ifup-post
-rwxr-xr-x. 1 root root 4154 Sep 16 2015 ifup-ppp
-rwxr-xr-x. 1 root root 1925 Sep 16 2015 ifup-routes
-rwxr-xr-x. 1 root root 3263 Sep 16 2015 ifup-sit
-rwxr-xr-x. 1 root root 1755 Apr 2 2015 ifup-Team
-rwxr-xr-x. 1 root root 1876 Apr 2 2015 ifup-TeamPort
-rwxr-xr-x. 1 root root 2682 Sep 16 2015 ifup-tunnel
-rwxr-xr-x. 1 root root 1740 Sep 16 2015 ifup-wireless
-rwxr-xr-x. 1 root root 4623 Sep 16 2015 init.ipv6-global
-rw-r--r--. 1 root root 15322 Sep 16 2015 network-functions
-rw-r--r--. 1 root root 26134 Sep 16 2015 network-functions-ipv6
[root@osboxes network-scripts]# pwd
/etc/sysconfig/network-scripts
Ich hoffe mir kann hier jemand helfen.
Vielen Dank im voraus!