Linux - NetworkingThis forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
I know this program is very hard to install, but I have to use for my university
(please dont say: install vpnc, because I tried that many times already)
This is my problem: The VPN client seems to be installed properly, it compiles fine, and the module loads perfectly, but as soon as I try to connect, nothing happens, I just wait and wait and wait, and finally, after about 10 minutes it says:
initialization failed
The application was unable to communicate with the VPN sub-system
Did anybody experience this behaviour before? and how did you fix it? I get the same results in version 4.6, 4.7 and the latest 4.8...
#1, About onelung02's comment. vpnserver's IP, which is on pcf file. I think ping works.
#2, some wireless drivers may not like whatever protocol vpn uses. Try different one, if available. (make sure you "make clean").
#3, Try wherever wireless connection is good.
#4, With me, vpn screws up filesystem every once in a while. run fsck and see filesystem is OK. I do not know why, but when filesystem is broken, vpn does not work.
I had this as well and it turned out that the VPN backend hadn't fired up on boot although I'm sure I'd told it to during the install.
su into a terminal as root and type:
/etc/init.d/vpnclient_init status
You should get something like this:
Module Size Used by
cisco_ipsec 552156 0
cipsec0 Link encap:Ethernet HWaddr 00:0B:FC:F8:01:8F
inet6 addr: fe80::20b:fcff:fef8:18f/64 Scope:Link
UP RUNNING NOARP MTU:1356 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:8 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
If not type:
/etc/init.d/vpnclient_init start
then try the status line again.
Also make sure that if Openswan was installed at any point that it isn't running and make sure that a program called racoon isn't either. Use kpm (in KDE) or ps -A (in a terminal) to check for these.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.