Hi,
Im trying to route between two networks. The two networks are
Network 1 - existing exhibition centre network providing internet access
Network 2 - a new temporary network we are creating
Network 1 is connected to the router ethernet interface 0/0. The port IP address is 192.168.1.10 - 255.255.255.0.
Network 2 is connected to the router ethernet interface 0/1. The port IP address is 172.16.0.1 - 255.255.0.0 - This network needs to support about 2000 IP addresses.
The default gateway on network 1 is 192.168.1.1 - 255.255.255.0
Network 2 needs access to the internet. How should my routing table look?
Currently I have added
0.0.0.0/0 Static 60 0 192.168.1.1 Eth0/0
This allows me to ping the world from the router though the gateway on network 1. The problem is devices on Network 2 cant access the internet. What do I need to add to my routing table?
PS as you probably have guessed im very new to networking!
Thanks in advance for your help