Hello world!
I virtualizes a simple network infrastructure with VirtualBox, managed by a Zeroshell router.
Physical part:
– Internet access via ethernet (192.168.1.0 / 24)
Virtual Part:
– Zeroshell router
ETH00 (LAN): internal virtual network = 172.16.20.254 / 24
ETH01 (WAN) bridged on the ethernet physic card = 192.168.1.253 / 24
– Internal virtual network computer
Debian 7.7: eth0 = 172.16.20.10 / 24, gateway = 172.16.20.254
Things done :
On Zeroshell :
– I specify that the default gateway is 192.168.1.253
– I put ETH00 and ETH01 together in the NAT tab
– I added static route to 0.0.0.0 / 0.0.0.0, gateway = 192.168.1.253
Problematic situation:
From my virtual LAN client:
– ping 172.16.20.254 = OK
– ping 192.168.1.253 = OK
– ping physical internet access (Box) = 192.168.1.1 OK
but:
– Zeroshell: SYSTEM> UTILITIES> IP CHECK> = 8.8.8.8 FAIL!
– client: ping 8.8.8.8 = FAIL!
– client: traceroute 8.8.8.8 =
– 1 – 172.16.20.254 (172.16.20.254) 1,679ms 1,495ms 1,418ms
– 2 – 192.168.1.253 (192.168.1.253) 2996,154ms !H 2996,285ms !H 2996.227!H
– It stops there …
Does anyone see why can’t I ping and access the Internet ?
Thank’s in advance.
Corentin