Changing the interface to enp2s0 solved the problem - many thanks George, really appreciate your support.
Latest posts made by kovals
-
RE: FOG installation issue - IP and router settings
-
RE: FOG installation issue - IP and router settings
IP ADDR SHOW:
[root@fog ~]# ip addr show
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
inet 127.0.0.1/8 scope host lo
valid_lft forever preferred_lft forever
inet6 ::1/128 scope host
valid_lft forever preferred_lft forever
2: enp2s0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP group default qlen 1000
link/ether 6c:4b:90:4c:95:63 brd ff:ff:ff:ff:ff:ff
inet 192.168.64.153/24 brd 192.168.64.255 scope global noprefixroute dynamic enp2s0
valid_lft 688709sec preferred_lft 688709sec
inet6 fe80::dfb8:d2dd:3db4:8427/64 scope link noprefixroute
valid_lft forever preferred_lft forever
3: virbr0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc noqueue state DOWN group default qlen 1000
link/ether 52:54:00:76:58:61 brd ff:ff:ff:ff:ff:ff
inet 192.168.122.1/24 brd 192.168.122.255 scope global virbr0
valid_lft forever preferred_lft forever
4: virbr0-nic: <BROADCAST,MULTICAST> mtu 1500 qdisc pfifo_fast master virbr0 state DOWN group default qlen 1000
link/ether 52:54:00:76:58:61 brd ff:ff:ff:ff:ff:ffi see the virbr0 (?) had the IP i mentioned before, but i have no idea what it is… The server has one physical network adapter - enp2s0.
Apologies, this is my first Linux installation…
-
FOG installation issue - IP and router settings
Hi All,
I’m trying to install FOG server on a CentOS7 server. The IP address of the Server itself is 192.168.64.153. When starting the installation procedure, the default IP of the FOG server is set to 192.168.122.1.
When i’m trying to change the default IP address to address in the 192.168.64.0 subnet, i can’t reach it, but i also can’t reach the 192.168.122.1 default address… what am i missing? Shouldn’t the FOG server address be the same as the server address?
Thanks in advance.