| To: | "Mike Gende" <mgende,AT,gendesign,DOT,com> |
| Subject: | Re: cipe on Win2K |
| From: | "Margaret Cowley" <cowleyma,AT,internode,DOT,on,DOT,net> |
| Date: | Sun, 28 Dec 2003 17:36:13 +1030 |
| Cc: | <cipe-l,AT,inka,DOT,de> |
| References: | <003c01c3c9a0$3a106850$640aa8c0@brahman> <3FE90E54.4371B0B4@gendesign.com> |
|
Thanks Mike Gende for the tip.
I found that I was using the same port number
6969, twice. Now that I've removed the second VPN from my Win2K CIPE settings, I
don't get that error message: "Could not (de novo) start CIPE service due to
overlapped I/O operation is in progress"
Now, I think my Win2k CIPE client is working
fine.
But, I still can't ping the other end of my VPN
which is on a redhat linux 9 server.
I see the UDP packets coming into the linux box,
using
tcpdump -i ppp0 port 6969
But, I don't see any packets being sent back to the
Win2K box.
I've turned off my iptables filters on the linux
box, to make sure I don't block anything, but I still don't see any packets
being returned, in the tcpdump display.
Details:
Running on linux box: CIPE daemon vers 1.4.5 (c) Olaf Titz 1996-2000
In server mode. /etc/cipe, options.cipcb0 has:
ptpaddr 192.168.254.201 ipaddr 192.168.254.200 me shorthorn.dyndns.org:6969 peer 0.0.0.0:6969 The static key is identical on both linux and Win2K systems.
In my iptables logs, I see:
Dec 28 16:50:56 shorthorn kernel: cipcb0: cipe_sendmsg
Dec 28 16:50:56 shorthorn kernel: cipcb0: setkey Dec 28 16:50:56 shorthorn kernel: cipcb0: cipe_recvmsg Dec 28 16:50:56 shorthorn kernel: cipcb0: setkey Dec 28 16:50:56 shorthorn kernel: cipcb0: cipe_sendmsg Dec 28 16:50:56 shorthorn kernel: cipcb0: cipe_recvmsg Dec 28 16:50:56 shorthorn kernel: cipcb0: cipe_recvmsg In my cipe.log file, I see:
Dec 28 15:26:28 UP cipcb0 127.0.0.1:6969 21158 192.168.254.200
192.168.254.201 192.168.10.0
Note the port numbers appear to be 6969 and 21158. I expected to see both
spt and dpt = 6969.
I see the VPN tunnel is up, using ifconfig:
[root@shorthorn log]# ifconfig
cipcb0 Link encap:IPIP Tunnel HWaddr inet addr:192.168.254.200 P-t-P:192.168.254.201 Mask:255.255.255.255 UP POINTOPOINT NOTRAILERS RUNNING NOARP MTU:1442 Metric:1 RX packets:1870 errors:0 dropped:0 overruns:0 frame:0 TX packets:1870 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:100 RX bytes:209440 (204.5 Kb) TX bytes:246840 (241.0 Kb) Note the RX and TX packets are equal, but I think this is just the tunnel
negotiation packets being exchanged, not ping packets.
Any suggestions on the linux end?
Thanks
Margaret
|