Best way to isolate an IP from everything BUT the internet
-
You cannot do it in the switch there. mvneta0 is not part of the built-in switch. If you really want to use that OPT1 port, and don't want to hassle the VLAN or put a switch on it, then just change the assignment for OPT1 to mvneta0 instead of VLAN 320 on mvneta0 and it will start working.
-
You cannot do it in the switch there. mvneta0 is not part of the built-in switch. If you really want to use that OPT1 port, and don't want to hassle the VLAN or put a switch on it, then just change the assignment for OPT1 to mvneta0 instead of VLAN 320 on mvneta0 and it will start working.
ok perfect. That worked. So let me ask you one last question. If i wanted to do this for one of my LAN ports, is that possible? Or is my best best connecting a switch to the opt1 port and using that for anything i want segmented from the rest of the network?
Thanks again.
-
You could tweak the switch into doing what you want by putting it in dot1q mode with VLAN 320 on mvneta0, then configuring the switch to be tagged on port 5 and untagged on one of the 4 edge ports.
But if you're happy with how you have it just connect OPT1 to a switch (managed or unmanaged) and connect all of the devices you want on that network to that switch.
-