cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
411
Views
0
Helpful
1
Replies

default route on this network

Saman Shamim
Level 1
Level 1

Here is the network map:

IMG086.jpg

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.

1 Accepted Solution

Accepted Solutions

Latchum Naidu
VIP Alumni
VIP Alumni

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.

View solution in original post

1 Reply 1

Latchum Naidu
VIP Alumni
VIP Alumni

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.