Hi
Im trying to use zeroshell to be a router between my vm team lan’s and my adsl router.
I have the current setup
ADSL router – 192.168.1.254/24
VM server1 – eth0 – 10.0.0.11/24 gw-10.0.0.1
zeroshell – eth0 – 192.168.1.1/24
eth1 – 10.0.0.1
gw – 192.168.1.254
I dont know how to get vm server1 to talk to the outside world (internet). My routing table looks like this (i havent modied it…its the auto/dynamic):
Destination Gateway Genmask iface
10.0.0.0 0.0.0.0 255.255.255.0 ETH01
192.168.1.0 0.0.0.0 255.255.255.0 ETH00
192.168.250.0 0.0.0.0 255.255.255.0 VPN99
0.0.0.0 192.168.1.254 0.0.0.0 ETH00
Using vmserver1 – i can ping 10.0.0.1 and 192.168.0.1 – but cant ping the gateway of 192.168.1.254
Can anyone help me get my vmserver talking to the outside world?
Regards