cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
3038
Views
0
Helpful
19
Replies

Allow Internet traffic from vlan

Dea.Loro
Level 1
Level 1

I have different vlan configured under FastEthernet 0/0 on Cisco Router 2801

 

vlan50 connected to new switch, and configured probably, but the devices with vlan50 can't access internet, so I need to allow internet access from vlan 50 

 

interface FastEthernet0/0.50
description voice vlan
encapsulation dot1Q 50
ip address 10.50.100.1 255.255.255.0

19 Replies 19

Didn't work either

It didn't work.!!!???

Hello,

 

your NAT statement is referring to a non-existent access list. Change:

 

ip nat inside source list 5 interface Serial0/2/0 overload

 

to

 

ip nat inside source list 1 interface Serial0/2/0 overload

I corrected it but still nothing is working from this vlan

Do you have a dhcp pool for this network? Because i just can seen a pool for this network below;

-----------------------------

ip dhcp pool phones
network 10.16.12.0 255.255.255.0
option 150 ip 10.2.4.4
default-router 10.16.12.1
dns-server 8.8.8.8 8.8.4.4

-----------------------------

 

Jaderson Pessoa
*** Rate All Helpful Responses ***