Hello everyone
I have a challenge that I have to give up a bit.
I have a CCR 1036 I need to be a VPN Server.
This is a bit spechael as I have to hit more L2 Vlan.
- Domain Vlan (VLAN3) SSPT SERVER with radius and all ..
- DISP1Net (VLAN 17) L2TP VPN setup with profile user in the router.
- DISP2Net (VLAN 40) also L2TP and if it can then PPTP VPN setup with profile user in the router.
I have my VLAN config:
/ interface vlan
add name = vlan3-sfp1 interface = sfp1 vlan-id = 3
add name = vlan17-sfp1 interface = sfp1 vlan-id = 17
add name = vlan40-sfp1 interface = sfp1 vlan-id = 40
add name = vlan3-sfp2 interface = sfp2 vlan-id = 3
add name = vlan17-sfp2 interface = sfp2 vlan-id = 17
add name = vlan40-sfp2 interface = sfp2 vlan-id = 40
add name = vlan999-sfp2 interface = sfp2 vlan-id = 999
add name = vlan3-sfp3 interface = sfp3 vlan-id = 3
add name = vlan17-sfp3 interface = sfp3 vlan-id = 17
add name = vlan40-sfp3 interface = sfp3 vlan-id = 40
add name = vlan999-sfp3 interface = sfp3 vlan-id = 999
add name = vlan3-sfp4 interface = sfp4 vlan-id = 3
add name = vlan17-sfp4 interface = sfp4 vlan-id = 17
add name = vlan40-sfp4 interface = sfp4 vlan-id = 40
add name = vlan999-sfp4 interface = sfp4 vlan-id = 999
/ interface brige
add name = bridge-vlan3
add name = bridge-vlan17
add name = bridge-vlan40
add name = bridge-vlan999
/ interface bridge port
add bridge = bridge-vlan3 interface = vlan3-sfp1
add bridge = bridge-vlan3 interface = vlan3-sfp2
add bridge = bridge-vlan3 interface = vlan3-sfp3
add bridge = bridge-vlan3 interface = vlan3-sfp4
add bridge = bridge-vlan3 interface = ether2
add bridge = bridge-vlan3 interface = ether3
add bridge = bridge-vlan3 interface = ether4
add bridge = bridge-vlan3 interface = ether5
add bridge = bridge-vlan17 interface = vlan17-sfp1
add bridge = bridge-vlan17 interface = vlan17-sfp2
add bridge = bridge-vlan17 interface = vlan17-sfp3
add bridge = bridge-vlan17 interface = vlan17-sfp4
add bridge = bridge-vlan17 interface = ether12
add bridge = bridge-vlan40 interface = vlan40-sfp1
add bridge = bridge-vlan40 interface = vlan40-sfp2
add bridge = bridge-vlan40 interface = vlan40-sfp3
add bridge = bridge-vlan40 interface = vlan40-sfp4
add bridge = bridge-vlan40 interface = ether6
add bridge = bridge-vlan40 interface = ether7
add bridge = bridge-vlan40 interface = ether8
add bridge = bridge-vlan40 interface = ether9
add bridge = bridge-vlan40 interface = ether10
add bridge = bridge-vlan40 interface = ether11
Ether1 is my wan out on public ip. This is not my Gateway cuss I am running Cisco ASA as my default gateway.
I am running trunk to cisco switch and that is also why i have VLAN999 as i am using this as native vlan on cisco.
i have try to setup only sspt server with out vlan and only to my domain with no problem but i need more users in everly vlan.
I am stuk and hopping for help ![]()
Cheers
Jimmy