On 2005-02-15,
(E-Mail Removed) <(E-Mail Removed)> wrote:
> How can I know that the packets are coming in ?
iptraf and tcpdump are your friends:
# tcpdump -i eth1 -n | grep 59807
tcpdump: listening on eth1
12:36:11.355849 ip.of.my.machine.59807 > ip.of.my.peer.59807: udp 280 (DF) [tos 0x10]
12:36:11.377094 ip.of.my.peer.59807 > ip.of.my.machine.59807: udp 72 (DF) [tos 0x10]
12:36:11.377822 ip.of.my.peer.59807 > ip.of.my.machine.59807: udp 72 (DF) [tos 0x10]
12:36:11.378886 ip.of.my.peer.59807 > ip.of.my.machine.59807: udp 120 (DF) [tos 0x10]
12:36:11.383254 ip.of.my.machine.59807 > ip.of.my.peer.59807: udp 616 (DF) [tos 0x10]
> One more thing is that when I done a 'netstat -tupan", I found that
> the CIPE port is listening on the local host IP number "127.0.0.1"
Then maybe you have a wrong configuration for your interface.
# cat /etc/sysconfig/network-scripts/ifcfg-cipcb0
DEVICE=cipcb0
ONBOOT=no
IPADDR=tunnel.ip.my.machine
PTPADDR=tunnel.ip.my.peer
ME=ip.of.my.machine:59807
PEER=ip.of.my.peer:59807
> When doing "nmap " from outside (over internet) to both machines with
> the IP numbers both do not give any cipcb0 port listening.
I hope you have a firewall that is blocking everything BUT the correct
subnet/host, maybe your firewall is blocking the packets.
Davide
--
Why use Windows, since there is a door?