[strongSwan] Client connected but can not reach the internet

raceface raceface_the_one at gmx.net
Thu Oct 30 11:47:16 CET 2014


Hi all,

I could get my WP8.1 connect to strongswan but obviously there're some thing
preventing the phone getting into the internet.

This is the log of the connection:

11[IKE] assigning virtual IP 10.2.0.1 to peer 'raceface2nd at domain'
11[IKE] peer requested virtual IP %any6
11[IKE] no virtual IP found for %any6 requested by 'raceface2nd at domain'
11[IKE] CHILD_SA rw-mschapv2{2} established with SPIs c8b21228_i 52304b5c_o
and TS 0.0.0.0/0 === 10.2.0.1/32
11[ENC] generating IKE_AUTH response 5 [ AUTH CPRP(ADDR) SA TSi TSr
N(MOBIKE_SUP) N(NO_ADD_ADDR) ]

I already changed /etc/sysctl.conf by adding
net.ipv4.ip_forward = 1
net.ipv4.conf.default.proxy_arp = 1
net.ipv4.conf.default.arp_accept = 1
net.ipv4.conf.default.proxy_arp_pvlan = 1
net.ipv4.conf.all.accept_redirects = 0
net.ipv4.conf.all.send_redirects = 0
net.ipv4.conf.default.rp_filter = 0
net.ipv4.conf.default.accept_source_route = 0
net.ipv4.conf.default.send_redirects = 0
net.ipv4.icmp_ignore_bogus_error_responses = 1

and did iptables --table nat --append POSTROUTING --jump MASQUERADE as well
as iptables -A POSTROUTING -t nat -j SNAT --to-source "public IP of
strongswan".

Any ideas what could went wrong?





More information about the Users mailing list