hello,
apologize for writing this post in english... but unfortunately i don't understand german :=)
saying that, i got a FB 7360 and its awesome. Unfortunately i need to have VLAN support on LAN side meaning LAN1-4 need to pass and accept tagged traffic.
Also, im using openvpn to connect to a remote network. When openvpn connects it created a point-to-point interface tun0.
I would like to expose VPN network on LAN ports (1-4) as VLAN 11 tagged while the native VLAN on LAN ports remains unchanged.
somethig like this:
vconfig add LAN1 11
vconfig add LAN2 11
vconfig add LAN3 11
vconfig add LAN4 11
brctl addbr myBRIF
brctl addif myBRIF tun0
brctl addif myBRIF LAN1.11
brctl addif myBRIF LAN2.11
brctl addif myBRIF LAN3.11
brctl addif myBRIF LAN4.11
ifconfig myBRIF 10.10.1.254 netmask 255.255.255.0 up
ifconfig LAN1.11 up
ifconfig LAN2.11 up
ifconfig LAN3.11 up
ifconfig LAN4.11 up
i went through a lot of threads here and didn't find a solution to my problem.
also, im somehow unable to build cpmaccfg package (actually find it in menuconfig)...
im using freetz-trunk with menuconfig:
Hardware type (7360) --->
Firmware language (en - international) --->
Firmware version (FRITZ!OS 05.5x) --->
[X] IPv6 support
[*] Replace kernel
in other words, how do i configure VLANS on LAN side ? :=)
apologize for writing this post in english... but unfortunately i don't understand german :=)
saying that, i got a FB 7360 and its awesome. Unfortunately i need to have VLAN support on LAN side meaning LAN1-4 need to pass and accept tagged traffic.
Also, im using openvpn to connect to a remote network. When openvpn connects it created a point-to-point interface tun0.
I would like to expose VPN network on LAN ports (1-4) as VLAN 11 tagged while the native VLAN on LAN ports remains unchanged.
somethig like this:
vconfig add LAN1 11
vconfig add LAN2 11
vconfig add LAN3 11
vconfig add LAN4 11
brctl addbr myBRIF
brctl addif myBRIF tun0
brctl addif myBRIF LAN1.11
brctl addif myBRIF LAN2.11
brctl addif myBRIF LAN3.11
brctl addif myBRIF LAN4.11
ifconfig myBRIF 10.10.1.254 netmask 255.255.255.0 up
ifconfig LAN1.11 up
ifconfig LAN2.11 up
ifconfig LAN3.11 up
ifconfig LAN4.11 up
i went through a lot of threads here and didn't find a solution to my problem.
also, im somehow unable to build cpmaccfg package (actually find it in menuconfig)...
im using freetz-trunk with menuconfig:
Hardware type (7360) --->
Firmware language (en - international) --->
Firmware version (FRITZ!OS 05.5x) --->
[X] IPv6 support
[*] Replace kernel
in other words, how do i configure VLANS on LAN side ? :=)