Force traffic to be forwarded to a specific Vlan

Started by simoneweb, February 13, 2024, 04:17:02 PM

Previous topic - Next topic
Hello Folks,

if I have a Wan and a Vlan, the Vlan Is configured with a static IP and DHCP server.

Is there a way to make the Traffic coming from outside to be redirected straight to the Vlan? than from the Vlan can go to the destination?


the main reason I need this is to make the traffic flow and get different MTU values from both of them, e.g udp mtu 1280, while tcp mtu is 576. apparently there is no way to set the MTU based on he traffic with only one Interface.

Thanks!

Set your MTU to the lowest common size and be done with... It's not really optimal for processor to consistently change every frame size, and amount of traffic is irrelevant.

But to answer your question, you can create a DMZ zone to send the traffic in and then out... but this is just silly.

I would like to set the MTU on the VLAN and never change it. that VLAN must handle a certain type of traffic that's it.
I don't have any idea why you did mentioned DMZ in this case, I would appreciate it if you explain more.

you are trying to initiate a source traffic from outside. This should be done in a DMZ.