06-10-2021 02:53 AM
Hi everyone,
I just purchased a CSB250 MultiLayer Switch, out of the box in VLAN 1 internet routes through all the ports. I would like my AP's in a separate VLAN and route the internet on both vlans. I setup my Switch (see attached file) through the CLI first with only access ports and then i tried it with a Layer 3 port but no internet. I get my internet through a ISP kabel router modem. ip adres 192.168.1.1 which i connect to port 16 on the switch. I can ping the vlan ip addresss and router port but if i connect my laptop to the switch i don't get internet. is give my laptop a static ip address.
Please help!
Kind Regards.
Solved! Go to Solution.
06-11-2021 08:17 AM
Thanks balaji.bandi for your reply!
is the cable modem youcan make any changes?
No, the cable modem is the problem (almost nothing to change)
Thanks to your input i setup my switch and i am going to set my cable modem in Bridge mode and
create a pfsense router.
Kind Regards.
06-10-2021 03:15 AM
if the switch acting as Layer 2, then you can use "ip default-gateway 192.168.1.1"
if you like switch to be part of routing, then ip route 0.0.0.0 0.0.0.0 192.168.1.1 will be good choice.
conf t
int ge 16
no switchport mode
ip address 192.168.1.254 255.255.255.0
no shut
ip route 0.0.0.0 0.0.0.0 192.168.1.1 ( i was hoping 192.168.1.1 is your cable modem IP address ?)
when you do the above config, from switch are you able to reach or ping 8.8.8.8 or 1.1.1.1 ?
if that is working, since your other subnet not part of network address translation, so those will not able to reach internet.
192.168.10.0/24
is the cable modem youcan make any changes?
like add 192.168.10.0/24 for network address translation
add statc route back 192.168.10.0/24 network towards switch IP that is 192.168.1.254 ?
06-11-2021 08:17 AM
Thanks balaji.bandi for your reply!
is the cable modem youcan make any changes?
No, the cable modem is the problem (almost nothing to change)
Thanks to your input i setup my switch and i am going to set my cable modem in Bridge mode and
create a pfsense router.
Kind Regards.
06-11-2021 11:27 AM
sure and glad you found the alternative solution here.
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