Hi All:
I just spent 2 hours on an RUT-950 that had a GPRS connection, could ping www.yahoo.com. could ping the VPN responder but strongswan just did this:
[email protected]:~# ipsec status
Security Associations (0 up, 1 connecting):
SOICC[1]: CONNECTING, 100.64.245.110[CORS70]...103.205.244.106[CCrouter]
[email protected]:~#
It just stayed there like that. I used /etc/ini.d to restart ipsec, i used ipsec stop, ipsec start, ipsec restart.....nothing. Same message above.
Ok, something with strong swan, but ping_reboot is configured and the unit did nothing. I just sate there.
Here is my ping_reboot file:
config ping_reboot
option action '1'
option time '4'
option packet_size '56'
option time_out '5'
option interface '1'
option stop_action '0'
option host '192.168.48.1'
option retry '1'
option enable '1'
option fail_counter '0'
config ping_reboot
option enable '0'
My question is, the last 2 lines, are they overriding the "option enable '1' " line"
Should I get rid of those last two lines?
Cheers,
John