G
Géraud Tillit
Guest
Hello,
I'm trying to use proxmox 2.0 rc1 on a spare pc inside my home network.
The proxmox host ip address is 192.168.1.1, I've created one container with IP address 192.168.1.253. Adress if the default router (ADSL box) is 192.168.1.254.
On the proxmox host, vmbr0 seems to be correctly configured :
No problem to ping the gateway or to ping the container :
On the container, eth0 seems to be correctly configured :
But I'm only able to ping the proxmox host, nothing else :
Any Idea ?
I'm trying to use proxmox 2.0 rc1 on a spare pc inside my home network.
The proxmox host ip address is 192.168.1.1, I've created one container with IP address 192.168.1.253. Adress if the default router (ADSL box) is 192.168.1.254.
On the proxmox host, vmbr0 seems to be correctly configured :
Code:
root@proxmox:~# ip addr show dev vmbr0
3: vmbr0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UNKNOWN
link/ether 00:24:1d:c0:70:43 brd ff:ff:ff:ff:ff:ff
inet 192.168.1.1/24 brd 192.168.1.255 scope global vmbr0
inet6 fe80::224:1dff:fec0:7043/64 scope link
valid_lft forever preferred_lft forever
Code:
root@proxmox:~# brctl show
bridge name bridge id STP enabled interfaces
vmbr0 8000.00241dc07043 no eth0
veth100.0
No problem to ping the gateway or to ping the container :
Code:
root@proxmox:~# ping 192.168.1.254
PING 192.168.1.254 (192.168.1.254) 56(84) bytes of data.
64 bytes from 192.168.1.254: icmp_req=1 ttl=64 time=1.64 ms
64 bytes from 192.168.1.254: icmp_req=2 ttl=64 time=0.445 ms
^C
--- 192.168.1.254 ping statistics ---
2 packets transmitted, 2 received, 0% packet loss, time 1001ms
rtt min/avg/max/mdev = 0.445/1.045/1.646/0.601 ms
root@proxmox:~# ping 192.168.1.253
PING 192.168.1.253 (192.168.1.253) 56(84) bytes of data.
64 bytes from 192.168.1.253: icmp_req=1 ttl=64 time=0.036 ms
64 bytes from 192.168.1.253: icmp_req=2 ttl=64 time=0.024 ms
^C
--- 192.168.1.253 ping statistics ---
2 packets transmitted, 2 received, 0% packet loss, time 999ms
rtt min/avg/max/mdev = 0.024/0.030/0.036/0.006 ms
On the container, eth0 seems to be correctly configured :
Code:
root@ns:/# ip addr show dev eth0
3: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UNKNOWN
link/ether 2a:3e:61:e0:99:55 brd ff:ff:ff:ff:ff:ff
inet 192.168.1.253/24 brd 192.168.1.255 scope global eth0
inet6 fe80::283e:61ff:fee0:9955/64 scope link
valid_lft forever preferred_lft forever
root@ns:/# ip route
192.168.1.0/24 dev eth0 proto kernel scope link src 192.168.1.253
default via 192.168.1.254 dev eth0
But I'm only able to ping the proxmox host, nothing else :
Code:
root@ns:/# ping 192.168.1.1
PING 192.168.1.1 (192.168.1.1) 56(84) bytes of data.
64 bytes from 192.168.1.1: icmp_req=1 ttl=64 time=0.029 ms
64 bytes from 192.168.1.1: icmp_req=2 ttl=64 time=0.019 ms
64 bytes from 192.168.1.1: icmp_req=3 ttl=64 time=0.018 ms
^C
--- 192.168.1.1 ping statistics ---
3 packets transmitted, 3 received, 0% packet loss, time 1999ms
rtt min/avg/max/mdev = 0.018/0.022/0.029/0.005 ms
root@ns:/# ping 192.168.1.254
PING 192.168.1.254 (192.168.1.254) 56(84) bytes of data.
^C
--- 192.168.1.254 ping statistics ---
3 packets transmitted, 0 received, 100% packet loss, time 1999ms
Any Idea ?