|
||||||||
Hi! I'm running 1.2b10 and I would like to get monowall and my remote server to comunicate via IPSEC VPN. I setup IPSEC with preshared-key on monowal and follow the instruction from http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/ipsec.html but nothing is working. Can somebody give me some info about this. what I did. monowall have one remote address (A) and local address 10.255.255.252 server have local address 192.168.0.1 and remote address (B). I set up monowall from documentation (IPSEC on WAN and local is LAN), remote gateway is set to adress B. I also setup to use preshared-key. Then I create gif0 on my freebsd and create tunnel as i said from handbook. Then install racoon and kreate psk.txt and start the racoon. And also set IPSEC policy with two rules and start the IPSEC. spdadd B/32 A/32 ipencap -P out ipsec esp/tunnel/B-A/require; spdadd A/32 B/32 ipencap -P in ipsec esp/tunnel/A-B/require; But I can't se anthing to work. Did I miss something regards Uros |