Just installed 7.2 on some new servers that came in.
On the local network the Web UI, SSH, and pinging work as expected.
interfaces file from a host with the issue:
I put 8.8.8.8 in during installation as the DNS server but I dont see it here...
ip a output:
I can ssh into 192.168.74.25 and then ping around locally without an issue.
ping 8.8.8.8 (or anywhere else outside) fails.
I also ran a network scan before choosing .25 address...
I've got some 7.1 hosts I did recently and I dont remember running into this issue... maybe I goofed something up during install? any ideas?
Thanks in advance...
On the local network the Web UI, SSH, and pinging work as expected.
interfaces file from a host with the issue:
Code:
auto lo
iface lo inet loopback
iface enp5s0f0 inet manual
auto vmbr0
iface vmbr0 inet static
address 192.168.74.25/24
gateway 192.168.74.1
bridge-ports enp5s0f0
bridge-stp off
bridge-fd 0
iface enp5s0f1 inet manual
I put 8.8.8.8 in during installation as the DNS server but I dont see it here...
ip a output:
Code:
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: enp5s0f0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq master vmbr0 state UP group default qlen 1000
link/ether a0:36:9f:40:26:28 brd ff:ff:ff:ff:ff:ff
3: enp5s0f1: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN group default qlen 1000
link/ether a0:36:9f:40:26:2a brd ff:ff:ff:ff:ff:ff
4: vmbr0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP group default qlen 1000
link/ether a0:36:9f:40:26:28 brd ff:ff:ff:ff:ff:ff
inet 192.168.74.25/24 scope global vmbr0
valid_lft forever preferred_lft forever
inet6 fe80::a236:9fff:fe40:2628/64 scope link
valid_lft forever preferred_lft forever
I can ssh into 192.168.74.25 and then ping around locally without an issue.
ping 8.8.8.8 (or anywhere else outside) fails.
I also ran a network scan before choosing .25 address...
I've got some 7.1 hosts I did recently and I dont remember running into this issue... maybe I goofed something up during install? any ideas?
Thanks in advance...