I have 2 networks, 192.168.11.0 and 192.168.12.0.
In 192.168.11.0, I have router 192.168.11.1 running.
I want to link 192.168.12.0 network to 192.168.11.0 via NT4.0 gateway which has 2 network cards 192.168.11.2 and 192.168.12.1.
In CISCO 802 router, I set
ip route 0.0.0.0 0.0.0.0 dialer0
ip route 192.168.12.0 255.255.255.0 192.168.11.2
In 192.168.11.0 network, gateway is 192.168.11.1
In 192.168.12.0 network, I set gateway to 192.168.12.1
In gateway machine:
the NIC 192.168.11.2 set gateway to 192.168.11.1
the 192.168.12.1 set to 192.168.11.2
Now I can ping each other between 2 network but network 192.168.12.0 can't access internet (can not ping outside world).
How to make 192.168.12.0 accessible to the internet?
Any comment would be appreciate.
Win
In 192.168.11.0, I have router 192.168.11.1 running.
I want to link 192.168.12.0 network to 192.168.11.0 via NT4.0 gateway which has 2 network cards 192.168.11.2 and 192.168.12.1.
In CISCO 802 router, I set
ip route 0.0.0.0 0.0.0.0 dialer0
ip route 192.168.12.0 255.255.255.0 192.168.11.2
In 192.168.11.0 network, gateway is 192.168.11.1
In 192.168.12.0 network, I set gateway to 192.168.12.1
In gateway machine:
the NIC 192.168.11.2 set gateway to 192.168.11.1
the 192.168.12.1 set to 192.168.11.2
Now I can ping each other between 2 network but network 192.168.12.0 can't access internet (can not ping outside world).
How to make 192.168.12.0 accessible to the internet?
Any comment would be appreciate.
Win