LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   Route non-vlan packet to a vlan interface (https://www.linuxquestions.org/questions/linux-networking-3/route-non-vlan-packet-to-a-vlan-interface-803039/)

mic.sed 04-20-2010 07:36 AM

Route non-vlan packet to a vlan interface
 
Hi,
do you know if there is any possibility to route/force non-vlan packet to a vlan interface in Linux?

Thanks for answer ;)

troop 04-21-2010 04:09 PM

just route. packet will be tagged with the vlanId when passing through the interface.

mic.sed 04-23-2010 02:39 AM

Sorry I didn't explaint exactly where is my problem.
I have 2 interfaces:
eth0: 192.168.200.10 and
eth0.10 192.168.100.10 (VLAN #10)

I have incoming packet from eth0.10 subnet ip (i.e. 192.168.100.9) but this packet doesn't have VLAN id. How can I route this packet to eth0.10 interface? It's problem of incoming packets.

Thanks


All times are GMT -5. The time now is 05:41 AM.