02-22-2019 08:38 AM
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
02-26-2019 01:55 PM
02-26-2019 02:37 PM
02-26-2019 10:21 AM
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
02-26-2019 02:40 PM
I corrected it but still nothing is working from this vlan
02-26-2019 03:51 PM
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
-----------------------------
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