cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
9129
Views
10
Helpful
19
Replies

No internet access from VLANs

stephenpark
Level 1
Level 1

Hi, I'm very new for CISCO switches.

Recently my company install 3650 gigabit switch and I connect it to our Internet line which has static address. And I add 2 VLANs, one for Servers, two for Office PCs.

Now, inter-VLAN routing is no problem but all connected PCs on VLANs has no access internet.

I also made additional VLAN which is assigned only one dedicated port which connected to our internet.

 

Briefly show the VLANS:

VLAN 1 : default

VLAN 100 : Servers - G1/0/1-12

ip address 100.100.100.1 255.255.255.0

ip nat inside

VLAN 200 : Offices - G1/0/13-22

ip address 100.100.200.1 255.255.255.0

ip nat inside

VLAN 300 : WAN - G1/0/24

ip address 121.133.31.150 255.255.255.192

ip nat outside

 

And I set ACL for:

access-list 1 permit 100.100.100.0 0.0.0.255

access-list 2 permit 100.100.200.0 0.0.0.255

ip nat inside source list 1 interface vlan 300 overload

ip nat inside source list 2 interface vlan 300 overload

ip route 0.0.0.0 0.0.0.0 121.133.31.194

 

Also there is DHCP server running:

ip dhcp excluded-address 100.100.100.1

ip dhcp excluded-address 100.100.200.1

ip dhcp pool VLAN_Server

network 100.100.100.0 255.255.255.0

default-router 100.100.100.1

dns-server 8.8.8.8

lease infinite

ip dhcp pool VLAN_Office

network 100.100.200.0 255.255.255.0

default-router 100.100.200.1

dns-server 8.8.8.8

lease infinite

 

Inter-VLAN communicate is all right.

only each VLANs can't go through internet which connected VLAN 300.

I need all experts advice...

Thanks for advance!

19 Replies 19

Hi, 

I think the best router is Cisco 4451 ISR.  The Cisco 4451 ISR has 1Gb throughput upgradable to 2Gb.

 

https://www.cisco.com/c/en/us/products/routers/4000-series-integrated-services-routers-isr/models-comparison.html

 

Regards,

Deepak Kumar

Regards,
Deepak Kumar,
Don't forget to vote and accept the solution if this comment will help you!

Thanks for your advice.
Finally I found that indeed NAT function is vital for my needs and 3650 does not support this, Only way to solve this issue is add Router model to our configuration.
Now I'm looking for ISR4351/K9 model.

Hi

The following link could be useful to select the proper router:

https://www.cisco.com/c/dam/assets/prod/routers/cisco-router-selector/index.html

 

Take in consideration you could evaluate the firewall option as well who has routing capabilities. 

 

Hope it is useful

:-)




>> Marcar como útil o contestado, si la respuesta resolvió la duda, esto ayuda a futuras consultas de otros miembros de la comunidad. <<

Thanks for your link! I found that the ISR4351/KR is good match for my need.

You are welcome, happy to see that.

Have a great day!

:-)




>> Marcar como útil o contestado, si la respuesta resolvió la duda, esto ayuda a futuras consultas de otros miembros de la comunidad. <<
Review Cisco Networking for a $25 gift card