06-20-2011 11:53 PM - edited 03-07-2019 12:54 AM
Here is the network map:
R1 is used for internet connection. It is going to be DHCP server for both vlans. R2 is just used for the phone system. two vlans are configured on the switch and inter-vlan routing is configured on the R1. A Comcast cable modem is connected to the R1.
1. How do I configure R1 to give internet access to the LAN? Is this a stub network or not? If it is, im thinking about something like this on the R1:
ip route 0.0.0.0 0.0.0.0 [cable modem's IP]
ip classless
2. The current network map is same thing, but without AP and all the wired clients are in native VLAN. If I install AP and configure vlans on the switch and inter-vlan on the R1, do I need to make any changes on the R2? I don't know about phone systems.
Solved! Go to Solution.
06-21-2011 01:01 AM
Hi,
You need to configure default route in your R1 pointing to your ISP device (either cable modem or router) interface which connected to your R1 WAN interface
0.0.0.0 0.0.0.0 "cable modem or router interface IP"
In your R2 you need to configure default route pointing to your R1
0.0.0.0 0.0.0.0 192.168.10.1
Please rate the helpfull posts.
Regards,
Naidu.
06-21-2011 01:01 AM
Hi,
You need to configure default route in your R1 pointing to your ISP device (either cable modem or router) interface which connected to your R1 WAN interface
0.0.0.0 0.0.0.0 "cable modem or router interface IP"
In your R2 you need to configure default route pointing to your R1
0.0.0.0 0.0.0.0 192.168.10.1
Please rate the helpfull posts.
Regards,
Naidu.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide