L2VPN with FreeBSD
Hmm after I read the interface bridge manual i found something interesting. with just base system we can make L2VPN. I just need gif interface and bridge interface and I can make HUB and Spoke Mode L2VPN. how to make it
1. Create gif tunnel and configure the destination tunnel
2. Create bridge interface and add gif and internal interface to member of bridge ex:
#ifconfig bridge0 addm fxp1 addm gif0
You can add ipsec to secure your tunnel but I didnt test it i dont have time to test it

