01-27-2021 05:32 AM
How is inter-VLAN routing even supposed to work? Especially with non-Windows hosts? After setting up VLANs and interfaces for the VLANs on the switch (sg350), what am I supposed to do now? It just doesn't work.
On the NAS device for example, I set up the VLAN interface as a static route with the interface IP as the gateway - is this supposed to be correct? I have seen the devices come up on the ARP list and elsewhere, but I can't connect to them. When I try to add static route on the switch, why it never shows outgoing interface?
Solved! Go to Solution.
01-27-2021 07:58 AM
I can't ping this PC - If this is windows 10 - by default FW enabled in windows, disable and test it.
01-27-2021 05:38 AM
check the Intervlan routing video how to make that work : Once inter vkan working between VLAN you able to ping the look at other config.
https://www.youtube.com/watch?v=xK5HmMlaIlg
enable IP direct broadcast for the NAS to function.
interface vlan XX ip address 10.10.10.1 255.255.255.0 ! interface ip 10.10.10.1 directed-broadcast exit
01-27-2021 05:53 AM
Is DHCP server supposed to be enabled? Because it isn't for me and there's nothing on my network pools. Everything else was already like the video.
01-27-2021 06:02 AM
if you do not need DHCP Server, you can do static IP config on end device pointing to Default gateway for the respected VLAN.
01-27-2021 06:30 AM
Apparently I'm able to ping between the VLAN I'm connected to do the configuring and the NAS at the moment, but I can't load the NAS webUI. How is it supposed to work?
01-27-2021 06:48 AM
Yeah, so now I can't access the NAS at all anymore because I changed the gateway
The SG350 just doesn't work at all.
01-27-2021 06:52 AM
My windows laptop can download the NAS webUI with its IP set as the gateway now, why can't the switch route it to my other PC?
01-27-2021 06:53 AM
The SG350 just doesn't work at all. - youneed to answer this, what is not working ?
1. setup a VLAN Interface as per the document.
2. ping local gateweay it works both the VLAN
3. ping other gateways works ?
4. check the each other vlan can reach each other
5. if not check ping or traceroute and check where it blocking.
make sure device in routing mode - one step at time test and do other changes once it working.
or post show run config to understand from device what is configured, we do not have any visibility what is configured and working ?
01-27-2021 06:58 AM
Is there a way to get run config from the webUI? I can only configure from the webUI.
01-27-2021 07:01 AM
I couldn't ping from VLAN 109 to VLAN 107, so that would have to be fixed first somehow
01-27-2021 07:03 AM - edited 01-27-2021 07:04 AM
sure you found the issue, that means Routing not enabled.
In the IP Configuration -> IPv4 Interface -> IPv4 Routing is enabled.
01-27-2021 07:02 AM
unfortunatly i do not have SG350 to suggest, you can do SSH to device and issue show run
Looing at the document - go to advance mode - getting started - backup device configuration ( check you can download local PC)
01-27-2021 07:06 AM
Do you mean IPv4 routing "enable" from the IPv4 interface page? Because it is enabled
01-27-2021 07:14 AM - edited 01-27-2021 08:09 AM
I found tech support data, but it has a lot of information that probably isn't relevant, which parts would be helpful?
----*deleted*byOP-----
01-27-2021 07:32 AM
You have 2 VLAN - 107 and 109 ( why you have Port-channel configured ? where is this connecting to ?) and why it setup as switchport general pvid 107 ?
nterface vlan 107
name nas
ip address 192.168.67.1 255.255.255.0
!
interface vlan 109
name trblsh
ip address 192.168.9.9 255.255.255.0
ip route 192.168.9.0 /24 192.168.9.20 ---> what is this 192.168.9.20 ?
if you configure device in VLAN109 you should be able to ping 192.168.9.9 default gateway and you should be able to ping 192.168.67.1 (VLAN 107) this is basic testing before do antyhing else.
full confg help some time - still have issue post full config.
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