в линуксах настраивал, работало
пробую:
Код: Выделить всё
ink-bsd# tcpdump -i ale0 -n -p igmp
tcpdump: verbose output suppressed, use -v or -vv for full protocol decode
listening on ale0, link-type EN10MB (Ethernet), capture size 96 bytes
21:41:53.743801 IP 10.30.185.164 > 224.0.42.1: igmp v2 report 224.0.42.1
21:41:56.573084 IP 10.30.185.164 > 224.0.42.1: igmp v2 report 224.0.42.1
21:42:07.879659 IP 10.30.185.164 > 224.0.0.2: igmp leave 224.0.42.1
21:42:07.905015 IP 10.30.185.164 > 224.0.42.17: igmp v2 report 224.0.42.17
21:42:08.148016 IP 10.30.185.164 > 224.0.0.2: igmp leave 224.0.42.17
21:42:08.167540 IP 10.30.185.164 > 224.0.42.17: igmp v2 report 224.0.42.17
21:42:14.781650 IP 10.30.185.164 > 224.0.42.17: igmp v2 report 224.0.42.17
знаю, что поток первого канала идет с 77.246.100.194 на 5000 порт...
tcpdump-ом его не видно.
Код: Выделить всё
ink-bsd# uname -a
FreeBSD ink-bsd.netbynet.ru 7.2-RELEASE FreeBSD 7.2-RELEASE #0: Fri May 1 08:49:13 UTC 2009 root@walker.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386
Код: Выделить всё
ink-bsd# netstat -rn
Routing tables
Internet:
Destination Gateway Flags Refs Use Netif Expire
default 212.1.254.xx UGS 0 6983 tun0
10.0.0.0/8 10.30.191.254 UGS 0 7 ale0
10.30.160.0/19 link#1 UC 0 0 ale0
10.30.191.254 00:16:9c:f2:d0:00 UHLW 5 0 ale0 329
77.246.96.0/21 10.30.191.254 UGS 0 3 ale0
127.0.0.1 127.0.0.1 UH 0 20 lo0
212.1.224.0/23 10.30.191.254 UGS 0 107 ale0
212.1.226.0/24 10.30.191.254 UGS 0 0 ale0
212.1.254.xx 95.220.3.yy UGH 1 0 tun0
Код: Выделить всё
ink-bsd# ifconfig
ale0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500
options=319b<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,VLAN_HWCSUM,TSO4,WOL_MCAST,WOL_MAGIC>
ether 00:24:8c:3d:78:e5
inet 10.30.185.164 netmask 0xffffe000 broadcast 10.30.191.255
media: Ethernet autoselect (100baseTX <full-duplex>)
status: active
lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> metric 0 mtu 16384
inet6 fe80::1%lo0 prefixlen 64 scopeid 0x2
inet6 ::1 prefixlen 128
inet 127.0.0.1 netmask 0xff000000
tun0: flags=8051<UP,POINTOPOINT,RUNNING,MULTICAST> metric 0 mtu 1492
inet 95.220.3.yy --> 212.1.254.xx netmask 0xffffffff
Opened by PID 382