[FUGSPBR] Capriotti - VPN

Mauricio Goto freebsd-brasil em sys.adm.br
Seg Dez 16 16:49:09 BRST 2002


> Emanuel
> 
> Entao no meu caso a eu posso contimuar com o Bridge + firewall ativado?
> 

sim, instalei uma vpn com 3 redes:

clientes1 -> DHCP-NT -> FW-VPN-FBSD 
		|
	 <-- Internet --> 
		|
FW-VPN-FBSD -> DHCP-NT -> cleintes2
			     |
			clientes3(brigde) 


com as seguintes conf:

add IP_GW IP_GW esp 9991 -E blowfish-cbc "key";
add IP_GW IP_GW esp 9992 -E blowfish-cbc "key";

spdadd 192.168.2.0/24 192.168.1.0/24 any -P out ipsec esp/tunnel/IP_GW-IP_GW/require;
spdadd 192.168.1.0/24 192.168.2.0/24 any -P in ipsec esp/tunnel/IP_GW-IP_GW/require;

spdadd 192.168.2.0/24 192.168.0.0/24 any -P out ipsec esp/tunnel/IP_GW-IP_GW/require;
spdadd 192.168.0.0/24 192.168.2.0/24 any -P in ipsec esp/tunnel/IP_GW-IP_GW/require;

essas conf em ambas pontas.

[]x
_______________________________________________________________
Sair da Lista: http://www2.fugspbr.org/mailman/listinfo/fugspbr
Historico: http://www4.fugspbr.org/lista/html/FUG-BR/



Mais detalhes sobre a lista de discussão freebsd