Hi, i tried the software IPSECURITAS, it doesn't work for me, perhaps i ve
a problem with my /etc/ipsec.conf file.
Can you please take a look on my ipsec.conf file ?

I tried it with an other third software : VPN tracker, it works, but i
can't access ressources like servers... a problem with pf.conf file ?
(I can ping hosts, but no ressource like vnc or rdp)

Here my files :

ipsec.conf :
##########
ike dynamic from any to any \
main auth hmac-sha1 enc aes group modp1024 \
quick auth hmac-sha1 enc aes psk ITisAfake

pf.conf :
########
int="rl1"
server="192.168.6.2"
set skip on lo
set skip on enc0
set block-policy drop
nat on egress -> egress
block log all

#VPN
pass in on egress proto udp from any to egress port 500
pass in on egress proto udp from any to egress port 4500
pass in on egress proto esp from any to egress

pass inet proto icmp all icmp-type {echoreq unreach}

#FW OUT
pass out on egress proto tcp from egress 
pass out on egress proto udp from egress


pass in on $int proto tcp from $int:network to any port \
        { 80 443 110 }
pass in on $int proto udp from $int:network to any port 53
pass in on $int proto tcp from $int:network to smtp.orange.fr \
        port 25


Thank's.

Reply via email to