Hello!

I have two GNU GK instances running in routed mode. When one GNU GK
(192.168.66.22) sends LRQ to his neighbor (172.24.48.6) it receives LCF with
wrong callSignalAddress. 

192.168.66.22 -> 172.24.48.6 (LRQ)
172.24.48.6 -> 192.168.66.22 (LCF callSignalAddress=10.48.0.6)

Neighbor has two virtual network interfaces (eth0.100=10.48.0.6 and
eth0.103=172.24.48.6) but listens for H.225.0 only on eth0.103=172.24.48.6.
In gk.ini I've set Home to 172.24.48.6.

[EMAIL PROTECTED] ~]# grep -P "^Home=" /usr/local/mmsvc/etc/gk.ini
Home=172.24.48.6

[EMAIL PROTECTED] ~]# netstat -atnp | grep :1720
tcp        0      0 172.24.48.6:1720            0.0.0.0:*
LISTEN      29864/gnugk
tcp        0      0 172.24.48.6:17554           172.24.48.80:1720
TIME_WAIT   -
tcp        0      0 172.24.48.6:1720            172.24.48.3:31313
TIME_WAIT   -
tcp        0      0 172.24.48.6:1720            172.24.48.3:17562
TIME_WAIT   -
tcp        0      0 172.24.48.6:1720            172.24.48.63:14549
ESTABLISHED 29864/gnugk
tcp        0      0 172.24.48.6:17550           172.24.48.3:1720
ESTABLISHED 29864/gnugk

[EMAIL PROTECTED] ~]# netstat -aunp | grep :1719
udp        0      0 172.24.48.6:1719            0.0.0.0:*
29864/gnugk

Why this situation happens?


-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________________

Posting: mailto:[email protected]
Archive: 
http://sourceforge.net/mailarchive/forum.php?forum_name=openh323gk-users
Unsubscribe: http://lists.sourceforge.net/lists/listinfo/openh323gk-users
Homepage: http://www.gnugk.org/

Reply via email to