Hi,
i have a L3 cisco switch and i want to setup inter vlan and i want the host on these Valn to be able to access data on the NAS.
So far i was able to setup the vlan and the ost on the vlan can access the NAS but none of the host can get to internet.
I was thinking my ISP router is not capable to handle the nating i got another ADSL router TP Link but still same result.
Also i will like to have this in DHCP so i will not need to configure ip address every time i want to add a host to a vlan.
One other thing i will like to add is guest vlan that will not ahve access to the internal network but only has access to internet.
I need your assistance. Thanks
Commands in sequence in the switch should be,
conf t
int vlan 20
ip helper-address 192.168.3.1
ip dhcp relay information option-insert
exit
int vlan 10
ip helper-address 192.168.3.1
ip dhcp relay information option-insert
exit
int vlan30
...
......
......
....
and so on.....