Re: Cisco VPN via vpnc - config issues

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Kevin Kempter wrote:
Hi all ;

I've installed vpnc on Fedora 10

I have a cisco connection on a mac that works fine.

I've tried to re-create in a vpnc config file like this (I replaced the values for security):

IPSec gateway 1.2.3.4
IPSec ID custname
IKE Authmode psk
IPSec secret psk_secret
# your username goes here:
Xauth username assigned_username


I always get this response:
Enter password for assigned_username@xxxxxxx:
vpnc: no response from target

Can anyone help me debug this ?

Looks like a firewall setting.  Make sure your iptables is set up to
accept the various protocols.  I have these rules:

	# Protocol 50 is for encapsulated security payload...
	-A RH-Firewall-1-INPUT -p 50 -j ACCEPT
	# Protocol 51 is for authentication headers...
	-A RH-Firewall-1-INPUT -p 51 -j ACCEPT

Test first by disabling your firewall ("service iptables stop"), and
trying the connection again.  If it works, then use your favorite
firewall tailoring tool to put in those rules and try again.
----------------------------------------------------------------------
- Rick Stevens, Systems Engineer                      ricks@xxxxxxxx -
- AIM/Skype: therps2        ICQ: 22643734            Yahoo: origrps2 -
-                                                                    -
-    I don't suffer from insanity...I enjoy every minute of it!      -
----------------------------------------------------------------------

--
fedora-list mailing list
fedora-list@xxxxxxxxxx
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines
[Index of Archives]     [Older Fedora Users]     [Fedora Announce]     [Fedora Package Announce]     [EPEL Announce]     [Fedora Magazine]     [Fedora News]     [Fedora Summer Coding]     [Fedora Laptop]     [Fedora Cloud]     [Fedora Advisory Board]     [Fedora Education]     [Fedora Security]     [Fedora Scitech]     [Fedora Robotics]     [Fedora Maintainers]     [Fedora Infrastructure]     [Fedora Websites]     [Anaconda Devel]     [Fedora Devel Java]     [Fedora Legacy]     [Fedora Desktop]     [Fedora Fonts]     [ATA RAID]     [Fedora Marketing]     [Fedora Management Tools]     [Fedora Mentors]     [SSH]     [Fedora Package Review]     [Fedora R Devel]     [Fedora PHP Devel]     [Kickstart]     [Fedora Music]     [Fedora Packaging]     [Centos]     [Fedora SELinux]     [Fedora Legal]     [Fedora Kernel]     [Fedora OCaml]     [Coolkey]     [Virtualization Tools]     [ET Management Tools]     [Yum Users]     [Tux]     [Yosemite News]     [Gnome Users]     [KDE Users]     [Fedora Art]     [Fedora Docs]     [Asterisk PBX]     [Fedora Sparc]     [Fedora Universal Network Connector]     [Libvirt Users]     [Fedora ARM]

  Powered by Linux