Hi,
after the Installation of Proxmox VE 1.9, I don't have a connection to the internet. How's that? What did I miss?
ifconfig:
iptables -L
Thanks for pointing me to the right direction!
VB
Addition: Network config
Now, it seems that domain names couldn't be resolved.
PING 123.123.123.123 works fine but PING domain.com don't.
resolv.conf contained wrong nameservers.
after the Installation of Proxmox VE 1.9, I don't have a connection to the internet. How's that? What did I miss?
ifconfig:
Code:
eth0 Link encap:Ethernet HWaddr 00:12:79:92:ec:7f
inet6 addr: fe80::212:79ff:fe92:ec7f/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:52268 errors:0 dropped:0 overruns:0 frame:0
TX packets:10261 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:4680441 (4.4 MiB) TX bytes:1285267 (1.2 MiB)
Interrupt:25
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:15298 errors:0 dropped:0 overruns:0 frame:0
TX packets:15298 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:2194402 (2.0 MiB) TX bytes:2194402 (2.0 MiB)
venet0 Link encap:UNSPEC HWaddr 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00
inet6 addr: fe80::1/128 Scope:Link
UP BROADCAST POINTOPOINT RUNNING NOARP MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:3 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
vmbr0 Link encap:Ethernet HWaddr 00:12:79:92:ec:7f
inet addr:82.210.xx.xx Bcast:82.210.xx.xx Mask:255.255.254.0
inet6 addr: fe80::212:79ff:fe92:ec7f/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:52111 errors:0 dropped:0 overruns:0 frame:0
TX packets:10247 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:3690114 (3.5 MiB) TX bytes:1215541 (1.1 MiB)
iptables -L
Code:
Chain INPUT (policy ACCEPT)
target prot opt source destination
Chain FORWARD (policy ACCEPT)
target prot opt source destination
Chain OUTPUT (policy ACCEPT)
target prot opt source destination
VB
Addition: Network config
Code:
# network interface settings
auto lo
iface lo inet loopback
iface eth0 inet manual
iface eth1 inet manual
auto vmbr0
iface vmbr0 inet static
address 82.210.xxx.xxx
netmask 255.255.254.0
gateway 82.210.xxx.xxx
bridge_ports eth0
bridge_stp off
bridge_fd 0
Now, it seems that domain names couldn't be resolved.
PING 123.123.123.123 works fine but PING domain.com don't.
resolv.conf contained wrong nameservers.
Last edited: