Please note the new address for this forum : forum.excito.org. The old address redirects here but I don't know for how long. Thanks !
New user's registration have been closed due to high spamming and low trafic on this forum. Please contact forum admins directly if you need an account. Thanks !

Search found 2 matches

by svenaron
19 Jan 2014, 08:57
Forum: B2 & B3 Support
Topic: Problem connecting to Cisco VPN
Replies: 2
Views: 5291

Re: Problem connecting to Cisco VPN

Thanks for the tip, though my problem was unrelated it lead me to trying tcpdump on tun0 to see if packets were flowing. It turns out that it's iptables that's dropping my packets.
I need a rule

Code: Select all

iptables -A INPUT -i tun0 -j ACCEPT
With that in place VPN works :-)
by svenaron
10 Jan 2014, 03:30
Forum: B2 & B3 Support
Topic: Problem connecting to Cisco VPN
Replies: 2
Views: 5291

Problem connecting to Cisco VPN

Hi,

I'm trying to connect to a Cisco VPN server from my B3
I installed vpnc from squeeze-backports (0.5.3r512).

I use this config:
IPSec gateway windvpn1
IPSec ID WRSSDI
IPSec secret #mysecret#
IKE Authmode psk
IKE DH Group dh2
Xauth username myusername

And this vpnc:
vpnc version 0.5.3r512 ...