> all that is necessary to force GnuGk to use only a single IP (assuming > the IP is bound to one of it's interfaces) is the Home=<ip> switch. > Leave out the Bind= and NetworkInterfaces switches etc. > > My guess is that you are changing a config file that your GnuGk is not > using. Look at this warning: > > > 2018/04/17 14:23:28.698 0 gk.cxx(869) WARNING: This doesn't look like a GNU Gatekeeper configuration file! > > Make sure you point your GnuGk to the right config file: -c /path/to/gnugk.ini Dear Jan, thank you very much for your response. That warning (in both logs) has puzzled me a lot, but I could not make any sense of it. The config file is /etc/gatekeeper.ini (it is a symlink, but also using a real file with that path does not change anything). And ps -ef |grep gnu gives gnugk 627 1 0 10:01 ? 00:00:00 /usr/sbin/gnugk -tt -strict --config /etc/gatekeeper.ini --output /var/log/gnugk/gnugk.log --pid /var/run/gnugk/gnugk.pid which is indeed correct. I tried changing the config file as you said, but the behaviour is the same. It still tries to discover the parent gatekeeper on the wrong interface, and talks to the internal gatekeeper on both interfaces. Any ideas? Thank you very much Alessandro I'm appending first few lines of config file (with changes), logs of both gatekeepers and optput of ifconfig -a on the external gatekeeper [Gatekeeper::Main] Name=gk_my_domain Home=xxx.xxx.xxx.12 TimeToLive=60 EndpointIDSuffix=_gk1 DefaultDomain=my.domain.tld UseMulticastListener=0 UseBroadcastListener=0 ***********internal gatekeeper log 2018/04/18 11:34:58.531 2 singleton.cxx(24) Create instance: Toolkit(1) 2018/04/18 11:34:58.538 2 Toolkit.cxx(502) Internal Network Detected 192.168.0.0/24 2018/04/18 11:34:58.539 2 Toolkit.cxx(352) Network=192.168.0.0/24, IP=192.168.0.4 2018/04/18 11:34:58.539 2 Toolkit.cxx(360) Default IP=192.168.0.4 2018/04/18 11:34:58.539 2 transports.cxx(446) H323 Use of non IP transport address: "" 2018/04/18 11:34:58.539 2 Toolkit.cxx(634) GK H.323 Proxy enabled 2018/04/18 11:34:58.539 2 singleton.cxx(24) Create instance: RasSrv(2) 2018/04/18 11:34:58.540 2 Toolkit.cxx(667) GK INI Internal Network 0 = 192.168.0.0/24 (3,0) 2018/04/18 11:34:58.540 2 Toolkit.cxx(1021) GK Loaded per GW rewrite data: 2018/04/18 11:34:58.540 2 Toolkit.cxx(1024) GK No per GW data loaded 2018/04/18 11:34:58.542 2 singleton.cxx(24) Create instance: CapacityControl(3) 2018/04/18 11:34:58.547 0 gk.cxx(869) WARNING: This doesn't look like a GNU Gatekeeper configuration file! 2018/04/18 11:34:58.548 1 gk.cxx(1427) GNU Gatekeeper with ID 'OpenH323GK' started Gatekeeper(GNU) Version(3.6.0) Ext(pthreads=1,radius=1,mysql=1,pgsql=1,firebird=1,odbc=0,sqlite=1,large_fdset=0,crypto/ssl=1,h46018=0,h46023=0,ldap=1,ssh=1,ipv6=0,h235media=0,lua=0,h46017=0,snmp=0,h46026=0) H323Plus(1.24.0) PTLib(2.10.11) Build(May 31 2014, 06:03:53) Sys(Linux i686 4.9.0-6-686-pae) 2018/04/18 11:34:58.548 1 gk.cxx(1429) Current file handle limit: 1024 2018/04/18 11:34:58.549 2 singleton.cxx(24) Create instance: CallTable(4) 2018/04/18 11:34:58.549 2 gk.cxx(1485) GK Total bandwidth not limited 2018/04/18 11:34:58.549 2 gk.cxx(1494) GK TimeToLive for Registrations: -1 2018/04/18 11:34:58.549 2 ProxyChannel.cxx(741) Q931PortRange: 30000-30099 2018/04/18 11:34:58.549 2 ProxyChannel.cxx(741) H245PortRange: 30100-30199 2018/04/18 11:34:58.550 2 ProxyChannel.cxx(741) RTPPortRange: 50000-50199 2018/04/18 11:34:58.550 2 singleton.cxx(24) Create instance: Agent(5) 2018/04/18 11:34:58.552 2 RasSrv.cxx(806) GK Using Routed Signalling 2018/04/18 11:34:58.553 2 RasSrv.cxx(807) GK H.245 Routed Disabled 2018/04/18 11:34:58.553 2 RasSrv.cxx(809) GK H.245 tunneling translation Disabled 2018/04/18 11:34:58.553 2 RasSrv.cxx(830) GK No ENUMservers set, using defaults 2018/04/18 11:34:58.553 2 RasSrv.cxx(851) GK No RDSservers set, using defaults 2018/04/18 11:34:58.553 2 singleton.cxx(24) Create instance: RegistrationTable(6) 2018/04/18 11:34:58.554 2 tlibthrd.cxx(140) PTLib No permission to set priority level 3 2018/04/18 11:34:58.555 2 tlibthrd.cxx(140) PTLib No permission to set priority level 3 2018/04/18 11:34:58.555 2 tlibthrd.cxx(140) PTLib No permission to set priority level 3 2018/04/18 11:34:58.555 2 tlibthrd.cxx(140) PTLib No permission to set priority level 3 2018/04/18 11:34:58.556 2 tlibthrd.cxx(140) PTLib No permission to set priority level 3 2018/04/18 11:34:58.556 2 tlibthrd.cxx(140) PTLib No permission to set priority level 3 2018/04/18 11:34:58.557 2 RasSrv.cxx(915) GK Home = 192.168.0.4,127.0.0.1 2018/04/18 11:34:58.557 1 RasSrv.cxx(572) Listening to 192.168.0.4:1719(U) 2018/04/18 11:34:58.558 1 RasSrv.cxx(572) Listening to 192.168.0.4:1718(Mcast) 2018/04/18 11:34:58.558 1 RasSrv.cxx(572) Listening to 192.168.0.4:1721 2018/04/18 11:34:58.559 1 RasSrv.cxx(572) Listening to 192.168.0.4:7000 2018/04/18 11:34:58.559 1 RasSrv.cxx(572) Listening to 127.0.0.1:1719(U) 2018/04/18 11:34:58.559 1 RasSrv.cxx(572) Listening to 127.0.0.1:1721 2018/04/18 11:34:58.560 1 RasSrv.cxx(572) Listening to 127.0.0.1:7000 2018/04/18 11:34:58.560 1 RasSrv.cxx(979) RAS Broadcast listener listening at 0.0.0.0:1719(Bcast) 2018/04/18 11:34:58.763 2 pdns.cxx(525) DNS SRV Lookup Fail no domain h323:user@xxxxxxxxxxx.12 2018/04/18 11:34:58.764 1 Neighbor.cxx(381) Set neighbor gk1(xxx.xxx.xxx.12:1719) send=!02661732,!003902661732,!2,* accept=2,003902661732,02661732 2018/04/18 11:34:58.764 1 gkauth.cxx(459) GKAUTH default rule added to check RAS: ARQ BRQ DRQ GRQ IRQ LRQ RRQ URQ, OTHER: SETUP SETUPUNREG 2018/04/18 11:34:58.765 1 gkacct.cxx(71) GKACCT Created module FileAcct with event mask 37B 2018/04/18 11:34:58.765 2 gkacct.cxx(548) GKACCT FileAcct CDR file: /var/log/gnugk/gnugk.acct 2018/04/18 11:34:58.766 1 gkacct.cxx(71) GKACCT Created module default with event mask FFFFFFFF 2018/04/18 11:34:58.766 2 Routing.cxx(995) VQueue (CTI) Virtual queues disabled - no virtual queues configured 2018/04/18 11:34:58.766 2 singleton.cxx(24) Create instance: Routing::Analyzer(7) 2018/04/18 11:34:58.767 1 Routing.cxx(335) RoutingPolicy::OnARQ add policy explicit,internal,parent,neighbor,srv for prefix * 2018/04/18 11:34:58.767 1 Routing.cxx(335) RoutingPolicy::OnLRQ add policy explicit,internal,parent,neighbor,srv for prefix * 2018/04/18 11:34:58.768 1 Routing.cxx(335) RoutingPolicy::OnSetup add policy explicit,internal,parent,neighbor,srv for prefix * 2018/04/18 11:34:58.768 1 Routing.cxx(335) RoutingPolicy::OnFacility add policy explicit,internal,parent,neighbor,srv for prefix * 2018/04/18 11:34:58.768 2 gkacct.cxx(964) GKACCT Successfully logged event 8 2018/04/18 11:34:59.770 2 RasSrv.cxx(266) RAS Send GRQ to xxx.xxx.xxx.12:1719 2018/04/18 11:34:59.772 2 RasSrv.cxx(175) RAS Read from xxx.xxx.xxx.12:1719 2018/04/18 11:34:59.773 2 RasSrv.cxx(254) RAS Received GCF from xxx.xxx.xxx.12:1719 2018/04/18 11:34:59.773 2 RasSrv.cxx(1646) RAS Trapped GCF 2018/04/18 11:34:59.773 2 GkClient.cxx(2385) GKC Discover GK xxx.xxx.xxx.12:1719 at 192.168.0.4 2018/04/18 11:34:59.775 2 RasSrv.cxx(266) RAS Send RRQ to xxx.xxx.xxx.12:1719 2018/04/18 11:34:59.778 2 RasSrv.cxx(175) RAS Read from xxx.xxx.xxx.12:1719 2018/04/18 11:34:59.779 2 RasSrv.cxx(254) RAS Received RCF from xxx.xxx.xxx.12:1719 2018/04/18 11:34:59.779 2 RasSrv.cxx(1646) RAS Trapped RCF 2018/04/18 11:34:59.779 2 GkClient.cxx(2677) GKC Register with xxx.xxx.xxx.12:1719 successfully 2018/04/18 11:35:25.025 2 RasSrv.cxx(175) RAS Read from 192.168.0.70:5000 2018/04/18 11:35:25.027 2 RasSrv.cxx(254) RAS Received GRQ from 192.168.0.70:5000 2018/04/18 11:35:25.028 1 RasSrv.cxx(383) RAS GRQ Received from 192.168.0.70:5000 2018/04/18 11:35:25.029 2 RasSrv.cxx(422) GCF|192.168.0.70|Alessandro Simonetto|terminal; 2018/04/18 11:35:25.030 2 singleton.cxx(24) Create instance: GkStatus(8) 2018/04/18 11:35:25.031 2 RasSrv.cxx(266) RAS Send GCF to 192.168.0.70:5000 2018/04/18 11:35:25.038 2 RasSrv.cxx(175) RAS Read from 192.168.0.70:5000 2018/04/18 11:35:25.039 2 RasSrv.cxx(254) RAS Received RRQ from 192.168.0.70:5000 2018/04/18 11:35:25.040 1 RasSrv.cxx(383) RAS RRQ Received from 192.168.0.70:5000 2018/04/18 11:35:25.042 1 RasTbl.cxx(113) New EP|192.168.0.70:1720|Alessandro Simonetto:h323_ID=IT-IFPCNR-ASimonetto:h323_ID=271:dialedDigits|terminal|6623_endp 2018/04/18 11:35:25.043 2 gkacct.cxx(1034) GKACCT Successfully logged event 256 for endpoint 6623_endp 2018/04/18 11:35:25.045 2 RasSrv.cxx(422) RCF|192.168.0.70:1720|Alessandro Simonetto:h323_ID=IT-IFPCNR-ASimonetto:h323_ID=271:dialedDigits|terminal|6623_endp ; 2018/04/18 11:35:25.046 2 RasSrv.cxx(266) RAS Send RCF to 192.168.0.70:5000 2018/04/18 11:35:32.345 2 RasSrv.cxx(175) RAS Read from 192.168.0.70:5000 2018/04/18 11:35:32.346 2 RasSrv.cxx(254) RAS Received ARQ from 192.168.0.70:5000 2018/04/18 11:35:32.347 1 RasSrv.cxx(383) RAS ARQ Received from 192.168.0.70:5000 2018/04/18 11:35:32.349 2 GkClient.cxx(3033) GKC RewritePString: 271 to 00390266173271 2018/04/18 11:35:32.349 2 RasSrv.cxx(266) RAS Send ARQ to xxx.xxx.xxx.12:1719 2018/04/18 11:35:35.344 2 RasSrv.cxx(175) RAS Read from 192.168.0.70:5000 2018/04/18 11:35:35.345 2 RasSrv.cxx(254) RAS Received ARQ from 192.168.0.70:5000 2018/04/18 11:35:35.346 2 RasSrv.cxx(1630) RAS Duplicate ARQ, deleted 2018/04/18 11:35:37.350 2 RasSrv.cxx(266) RAS Send ARQ to xxx.xxx.xxx.12:1719 2018/04/18 11:35:38.348 2 RasSrv.cxx(175) RAS Read from 192.168.0.70:5001 2018/04/18 11:35:38.349 2 RasSrv.cxx(254) RAS Received RRQ from 192.168.0.70:5001 2018/04/18 11:35:38.350 1 RasSrv.cxx(383) RAS RRQ Received from 192.168.0.70:5001 2018/04/18 11:35:38.352 2 gkacct.cxx(1034) GKACCT Successfully logged event 256 for endpoint 6623_endp 2018/04/18 11:35:38.354 2 RasSrv.cxx(422) RCF|192.168.0.70:1720|Alessandro Simonetto:h323_ID=IT-IFPCNR-ASimonetto:h323_ID=271:dialedDigits|terminal|6623_endp ; 2018/04/18 11:35:38.354 2 RasSrv.cxx(266) RAS Send RCF to 192.168.0.70:5001 2018/04/18 11:35:41.348 2 RasSrv.cxx(175) RAS Read from 192.168.0.70:5001 2018/04/18 11:35:41.350 2 RasSrv.cxx(254) RAS Received RRQ from 192.168.0.70:5001 2018/04/18 11:35:41.351 1 RasSrv.cxx(383) RAS RRQ Received from 192.168.0.70:5001 2018/04/18 11:35:41.352 2 gkacct.cxx(1034) GKACCT Successfully logged event 256 for endpoint 6623_endp 2018/04/18 11:35:41.354 2 RasSrv.cxx(422) RCF|192.168.0.70:1720|Alessandro Simonetto:h323_ID=IT-IFPCNR-ASimonetto:h323_ID=271:dialedDigits|terminal|6623_endp ; 2018/04/18 11:35:41.354 2 RasSrv.cxx(266) RAS Send RCF to 192.168.0.70:5001 2018/04/18 11:35:42.352 2 RasSrv.cxx(266) RAS Send ARQ to xxx.xxx.xxx.12:1719 2018/04/18 11:35:47.353 2 RasSrv.cxx(266) RAS Send LRQ to xxx.xxx.xxx.12:1719 2018/04/18 11:35:47.354 2 Neighbor.cxx(1233) NB 1 LRQ(s) sent 2018/04/18 11:35:47.363 2 RasSrv.cxx(175) RAS Read from xxx.xxx.xxx.12:1719 2018/04/18 11:35:47.364 2 RasSrv.cxx(254) RAS Received RIP from xxx.xxx.xxx.12:1719 2018/04/18 11:35:47.364 2 RasSrv.cxx(1646) RAS Trapped RIP 2018/04/18 11:35:48.560 2 RasSrv.cxx(175) RAS Read from xxx.xxx.xxx.12:1719 2018/04/18 11:35:48.561 2 RasSrv.cxx(254) RAS Received ACF from xxx.xxx.xxx.12:1719 2018/04/18 11:35:48.561 1 RasSrv.cxx(383) RAS ACF Received from xxx.xxx.xxx.12:1719 2018/04/18 11:35:52.366 2 RasSrv.cxx(266) RAS Send LRQ to xxx.xxx.xxx.12:1719 2018/04/18 11:35:52.368 2 Neighbor.cxx(1447) NB 1 LRQ(s) re-sent 2018/04/18 11:35:52.382 2 RasSrv.cxx(175) RAS Read from xxx.xxx.xxx.12:1719 2018/04/18 11:35:52.383 2 RasSrv.cxx(254) RAS Received RIP from xxx.xxx.xxx.12:1719 2018/04/18 11:35:52.384 2 RasSrv.cxx(1646) RAS Trapped RIP 2018/04/18 11:35:57.385 2 RasSrv.cxx(266) RAS Send LRQ to xxx.xxx.xxx.12:1719 2018/04/18 11:35:57.387 2 Neighbor.cxx(1447) NB 1 LRQ(s) re-sent 2018/04/18 11:35:57.396 2 RasSrv.cxx(175) RAS Read from xxx.xxx.xxx.12:1719 2018/04/18 11:35:57.397 2 RasSrv.cxx(254) RAS Received RIP from xxx.xxx.xxx.12:1719 2018/04/18 11:35:57.397 2 RasSrv.cxx(1646) RAS Trapped RIP 2018/04/18 11:36:02.398 2 RasSrv.cxx(422) ARJ|192.168.0.70:1720|004910097918187:dialedDigits|Alessandro Simonetto:h323_ID=IT-IFPCNR-ASimonetto:h323_ID=271:dialedDigits|false|calledPartyNotRegistered|0c-e8-3b-82-59-41-e8-11-90-51-94-47-57-e7-7b-24; 2018/04/18 11:36:02.400 2 RasSrv.cxx(266) RAS Send ARJ to 192.168.0.70:5000 2018/04/18 11:36:02.401 1 RasSrv.cxx(169) RAS Read error 12/111: Connection refused 2018/04/18 11:36:17.926 2 RasSrv.cxx(175) RAS Read from xxx.xxx.xxx.11:1719 2018/04/18 11:36:17.927 2 RasSrv.cxx(254) RAS Received DRQ from xxx.xxx.xxx.11:1719 2018/04/18 11:36:17.927 1 RasSrv.cxx(383) RAS DRQ Received from xxx.xxx.xxx.11:1719 2018/04/18 11:36:17.927 2 RasSrv.cxx(422) DRJ|xxx.xxx.xxx.11|gk2_ifp_cnr|10611|notRegistered|0c-e8-3b-82-59-41-e8-11-90-51-94-47-57-e7-7b-24; 2018/04/18 11:36:17.927 2 RasSrv.cxx(266) RAS Send DRJ to xxx.xxx.xxx.11:1719 2018/04/18 11:36:18.951 2 RasSrv.cxx(175) RAS Read from xxx.xxx.xxx.11:1719 2018/04/18 11:36:18.951 2 RasSrv.cxx(254) RAS Received DRQ from xxx.xxx.xxx.11:1719 2018/04/18 11:36:18.952 1 RasSrv.cxx(383) RAS DRQ Received from xxx.xxx.xxx.11:1719 2018/04/18 11:36:18.952 2 RasSrv.cxx(422) DRJ|xxx.xxx.xxx.11|gk2_ifp_cnr|10611|notRegistered|0c-e8-3b-82-59-41-e8-11-90-51-94-47-57-e7-7b-24; 2018/04/18 11:36:18.952 2 RasSrv.cxx(266) RAS Send DRJ to xxx.xxx.xxx.11:1719 2018/04/18 11:36:19.662 1 gk.cxx(1062) GK Received signal 15 2018/04/18 11:36:19.662 1 RasSrv.cxx(768) GK Stopping RasServer... 2018/04/18 11:36:19.954 2 RasSrv.cxx(266) RAS Send URQ to xxx.xxx.xxx.12:1719 2018/04/18 11:36:19.955 2 RasSrv.cxx(266) RAS Send URQ to 192.168.0.70:5001 2018/04/18 11:36:19.958 2 singleton.cxx(31) Delete instance: Routing::Analyzer(7 objects left) 2018/04/18 11:36:19.958 1 RasSrv.cxx(1456) GK RasServer stopped 2018/04/18 11:36:19.958 2 gkacct.cxx(964) GKACCT Successfully logged event 16 2018/04/18 11:36:19.961 2 singleton.cxx(31) Delete instance: GkStatus(6 objects left) 2018/04/18 11:36:19.962 2 singleton.cxx(31) Delete instance: Agent(5 objects left) 2018/04/18 11:36:19.962 2 singleton.cxx(31) Delete instance: CapacityControl(4 objects left) 2018/04/18 11:36:19.962 2 singleton.cxx(31) Delete instance: CallTable(3 objects left) 2018/04/18 11:36:19.963 2 singleton.cxx(31) Delete instance: RegistrationTable(2 objects left) 2018/04/18 11:36:19.963 1 gkauth.cxx(467) GKAUTH default rule removed 2018/04/18 11:36:19.963 1 gkacct.cxx(76) GKACCT Destroyed module FileAcct 2018/04/18 11:36:19.963 1 gkacct.cxx(76) GKACCT Destroyed module default 2018/04/18 11:36:19.963 1 Neighbor.cxx(227) NB Delete neighbor gk1 2018/04/18 11:36:19.963 1 GkClient.cxx(1553) GKC Delete GkClient 2018/04/18 11:36:19.963 1 RasSrv.cxx(238) RAS Delete listener 192.168.0.4:1719(U) 2018/04/18 11:36:19.963 1 RasSrv.cxx(238) RAS Delete listener 192.168.0.4:1718(Mcast) 2018/04/18 11:36:19.964 1 RasSrv.cxx(238) RAS Delete listener 127.0.0.1:1719(U) 2018/04/18 11:36:19.964 1 RasSrv.cxx(238) RAS Delete listener 0.0.0.0:1719(Bcast) 2018/04/18 11:36:19.964 2 singleton.cxx(31) Delete instance: RasSrv(1 objects left) 2018/04/18 11:36:19.964 2 singleton.cxx(31) Delete instance: Toolkit(0 objects left) 2018/04/18 11:36:19.964 1 gk.cxx(1883) GK Logging closed ***********external gatekeeper log 2018/04/18 11:32:49.835 2 singleton.cxx(24) Create instance: Toolkit(1) 2018/04/18 11:32:49.838 2 Toolkit.cxx(352) Network=ip.of.parent.gatekeeper/32, IP=xxx.xxx.xxx.12 2018/04/18 11:32:49.838 2 Toolkit.cxx(352) Network=xxx.xxx.xxx.0/24, IP=xxx.xxx.xxx.11 2018/04/18 11:32:49.838 2 Toolkit.cxx(352) Network=xxx.xxx.xxx.0/24, IP=xxx.xxx.xxx.11 2018/04/18 11:32:49.838 2 Toolkit.cxx(360) Default IP=xxx.xxx.xxx.11 2018/04/18 11:32:49.838 2 transports.cxx(446) H323 Use of non IP transport address: "" 2018/04/18 11:32:49.838 2 Toolkit.cxx(634) GK H.323 Proxy enabled 2018/04/18 11:32:49.838 2 singleton.cxx(24) Create instance: RasSrv(2) 2018/04/18 11:32:49.839 2 Toolkit.cxx(1021) GK Loaded per GW rewrite data: 2018/04/18 11:32:49.839 2 Toolkit.cxx(1024) GK No per GW data loaded 2018/04/18 11:32:49.840 2 singleton.cxx(24) Create instance: CapacityControl(3) 2018/04/18 11:32:49.844 0 gk.cxx(869) WARNING: This doesn't look like a GNU Gatekeeper configuration file! 2018/04/18 11:32:49.844 1 gk.cxx(1427) GNU Gatekeeper with ID 'OpenH323GK' started Gatekeeper(GNU) Version(3.6.0) Ext(pthreads=1,radius=1,mysql=1,pgsql=1,firebird=1,odbc=0,sqlite=1,large_fdset=0,crypto/ssl=1,h46018=0,h46023=0,ldap=1,ssh=1,ipv6=0,h235media=0,lua=0,h46017=0,snmp=0,h46026=0) H323Plus(1.24.0) PTLib(2.10.11) Build(May 31 2014, 06:03:53) Sys(Linux i686 4.9.0-6-686-pae) 2018/04/18 11:32:49.844 1 gk.cxx(1429) Current file handle limit: 1024 2018/04/18 11:32:49.844 2 singleton.cxx(24) Create instance: CallTable(4) 2018/04/18 11:32:49.844 2 gk.cxx(1485) GK Total bandwidth not limited 2018/04/18 11:32:49.844 2 gk.cxx(1494) GK TimeToLive for Registrations: -1 2018/04/18 11:32:49.844 2 ProxyChannel.cxx(741) Q931PortRange: 30000-60099 2018/04/18 11:32:49.844 2 ProxyChannel.cxx(741) H245PortRange: 30100-60199 2018/04/18 11:32:49.844 2 ProxyChannel.cxx(741) RTPPortRange: 50000-60199 2018/04/18 11:32:49.844 2 singleton.cxx(24) Create instance: Agent(5) 2018/04/18 11:32:49.845 2 tlibthrd.cxx(140) PTLib No permission to set priority level 3 2018/04/18 11:32:49.845 2 tlibthrd.cxx(140) PTLib No permission to set priority level 3 2018/04/18 11:32:49.845 2 tlibthrd.cxx(140) PTLib No permission to set priority level 3 2018/04/18 11:32:49.845 2 tlibthrd.cxx(140) PTLib No permission to set priority level 3 2018/04/18 11:32:49.845 2 tlibthrd.cxx(140) PTLib No permission to set priority level 3 2018/04/18 11:32:49.845 2 tlibthrd.cxx(140) PTLib No permission to set priority level 3 2018/04/18 11:32:49.845 2 RasSrv.cxx(806) GK Using Routed Signalling 2018/04/18 11:32:49.845 2 RasSrv.cxx(807) GK H.245 Routed Enabled 2018/04/18 11:32:49.845 2 RasSrv.cxx(809) GK H.245 tunneling translation Disabled 2018/04/18 11:32:49.845 2 RasSrv.cxx(830) GK No ENUMservers set, using defaults 2018/04/18 11:32:49.845 2 RasSrv.cxx(851) GK No RDSservers set, using defaults 2018/04/18 11:32:49.845 2 singleton.cxx(24) Create instance: RegistrationTable(6) 2018/04/18 11:32:49.846 2 RasSrv.cxx(915) GK Home = xxx.xxx.xxx.12,xxx.xxx.xxx.11,127.0.0.1 2018/04/18 11:32:49.846 1 RasSrv.cxx(572) Listening to xxx.xxx.xxx.12:1719(U) 2018/04/18 11:32:49.846 1 RasSrv.cxx(572) Listening to xxx.xxx.xxx.12:1718(Mcast) 2018/04/18 11:32:49.846 1 RasSrv.cxx(572) Listening to xxx.xxx.xxx.12:1721 2018/04/18 11:32:49.846 1 RasSrv.cxx(572) Listening to xxx.xxx.xxx.12:7000 2018/04/18 11:32:49.846 1 RasSrv.cxx(572) Listening to xxx.xxx.xxx.11:1719(U) 2018/04/18 11:32:49.865 1 RasSrv.cxx(572) Listening to xxx.xxx.xxx.11:1718(Mcast) 2018/04/18 11:32:49.865 1 RasSrv.cxx(572) Listening to xxx.xxx.xxx.11:1721 2018/04/18 11:32:49.865 1 RasSrv.cxx(572) Listening to xxx.xxx.xxx.11:7000 2018/04/18 11:32:49.865 1 RasSrv.cxx(572) Listening to 127.0.0.1:1719(U) 2018/04/18 11:32:49.865 1 RasSrv.cxx(572) Listening to 127.0.0.1:1721 2018/04/18 11:32:49.865 1 RasSrv.cxx(572) Listening to 127.0.0.1:7000 2018/04/18 11:32:49.865 1 RasSrv.cxx(979) RAS Broadcast listener listening at 0.0.0.0:1719(Bcast) 2018/04/18 11:32:49.866 2 pdns.cxx(525) DNS SRV Lookup Fail no domain h323:user@xxxxx.parent.gatekeeper 2018/04/18 11:32:49.866 1 Neighbor.cxx(381) Set neighbor GK1(ip.of.parent.gatekeeper:1719) send=!003902661732,!02661732,!2,* accept=02661732,003902661732 2018/04/18 11:32:49.867 1 Neighbor.cxx(381) Set neighbor GK2(192.168.0.4:1719) send=2,02661732,003902661732; accept=* 2018/04/18 11:32:49.867 1 gkauth.cxx(459) GKAUTH AliasAuth rule added to check RAS: ARQ BRQ DRQ GRQ IRQ LRQ RRQ URQ, OTHER: SETUP SETUPUNREG 2018/04/18 11:32:49.867 1 gkacct.cxx(71) GKACCT Created module FileAcct with event mask 35F 2018/04/18 11:32:49.867 2 gkacct.cxx(548) GKACCT FileAcct CDR file: /var/log/gnugk/gnugk.acct 2018/04/18 11:32:49.867 1 gkacct.cxx(71) GKACCT Created module default with event mask FFFFFFFF 2018/04/18 11:32:49.867 2 Routing.cxx(995) VQueue (CTI) Virtual queues disabled - no virtual queues configured 2018/04/18 11:32:49.867 2 singleton.cxx(24) Create instance: Routing::Analyzer(7) 2018/04/18 11:32:49.867 1 Routing.cxx(335) RoutingPolicy::OnARQ add policy internal,neighbor,parent,srv,dns for prefix * 2018/04/18 11:32:49.868 1 Routing.cxx(335) RoutingPolicy::OnLRQ add policy internal,neighbor,parent,srv,dns for prefix * 2018/04/18 11:32:49.868 1 Routing.cxx(335) RoutingPolicy::OnSetup add policy internal,neighbor,parent,srv,dns for prefix * 2018/04/18 11:32:49.868 1 Routing.cxx(335) RoutingPolicy::OnFacility add policy internal,neighbor,parent,srv,dns for prefix * 2018/04/18 11:32:49.868 2 gkacct.cxx(964) GKACCT Successfully logged event 8 2018/04/18 11:32:50.869 2 RasSrv.cxx(266) RAS Send GRQ to ip.of.parent.gatekeeper:1719 2018/04/18 11:32:50.869 2 RasSrv.cxx(266) RAS Send GRQ to ip.of.parent.gatekeeper:1719 2018/04/18 11:32:50.880 2 RasSrv.cxx(175) RAS Read from ip.of.parent.gatekeeper:1719 2018/04/18 11:32:50.880 2 RasSrv.cxx(254) RAS Received GCF from ip.of.parent.gatekeeper:1719 2018/04/18 11:32:50.880 2 RasSrv.cxx(1646) RAS Trapped GCF 2018/04/18 11:32:50.880 2 GkClient.cxx(2385) GKC Discover GK ip.of.parent.gatekeeper:1719 at xxx.xxx.xxx.11 2018/04/18 11:32:50.880 2 RasSrv.cxx(266) RAS Send RRQ to ip.of.parent.gatekeeper:1719 2018/04/18 11:32:50.891 2 RasSrv.cxx(175) RAS Read from ip.of.parent.gatekeeper:1719 2018/04/18 11:32:50.891 2 RasSrv.cxx(254) RAS Received RCF from ip.of.parent.gatekeeper:1719 2018/04/18 11:32:50.891 2 RasSrv.cxx(1646) RAS Trapped RCF 2018/04/18 11:32:50.891 2 GkClient.cxx(2677) GKC Register with ip.of.parent.gatekeeper:1719 successfully 2018/04/18 11:33:32.894 2 RasSrv.cxx(266) RAS Send RRQ to ip.of.parent.gatekeeper:1719 2018/04/18 11:33:32.905 2 RasSrv.cxx(175) RAS Read from ip.of.parent.gatekeeper:1719 2018/04/18 11:33:32.905 2 RasSrv.cxx(254) RAS Received RCF from ip.of.parent.gatekeeper:1719 2018/04/18 11:33:32.905 2 RasSrv.cxx(1646) RAS Trapped RCF 2018/04/18 11:34:14.908 2 RasSrv.cxx(266) RAS Send RRQ to ip.of.parent.gatekeeper:1719 2018/04/18 11:34:14.919 2 RasSrv.cxx(175) RAS Read from ip.of.parent.gatekeeper:1719 2018/04/18 11:34:14.919 2 RasSrv.cxx(254) RAS Received RCF from ip.of.parent.gatekeeper:1719 2018/04/18 11:34:14.919 2 RasSrv.cxx(1646) RAS Trapped RCF 2018/04/18 11:34:38.331 2 RasSrv.cxx(175) RAS Read from 192.168.0.4:1719 2018/04/18 11:34:38.331 2 RasSrv.cxx(254) RAS Received URQ from 192.168.0.4:1719 2018/04/18 11:34:38.331 1 RasSrv.cxx(383) RAS URQ Received from 192.168.0.4:1719 2018/04/18 11:34:38.331 2 RasSrv.cxx(422) URJ|192.168.0.4|gk2_ifp_cnr|notCurrentlyRegistered; 2018/04/18 11:34:38.331 2 singleton.cxx(24) Create instance: GkStatus(8) 2018/04/18 11:34:38.332 2 RasSrv.cxx(266) RAS Send URJ to 192.168.0.4:1719 2018/04/18 11:34:38.332 1 RasSrv.cxx(169) RAS Read error 12/111: Connection refused 2018/04/18 11:34:56.923 2 RasSrv.cxx(266) RAS Send RRQ to ip.of.parent.gatekeeper:1719 2018/04/18 11:34:56.933 2 RasSrv.cxx(175) RAS Read from ip.of.parent.gatekeeper:1719 2018/04/18 11:34:56.933 2 RasSrv.cxx(254) RAS Received RCF from ip.of.parent.gatekeeper:1719 2018/04/18 11:34:56.933 2 RasSrv.cxx(1646) RAS Trapped RCF 2018/04/18 11:34:59.771 2 RasSrv.cxx(175) RAS Read from 192.168.0.4:1719 2018/04/18 11:34:59.771 2 RasSrv.cxx(254) RAS Received GRQ from 192.168.0.4:1719 2018/04/18 11:34:59.772 1 RasSrv.cxx(383) RAS GRQ Received from 192.168.0.4:1719 2018/04/18 11:34:59.772 2 RasSrv.cxx(422) GCF|192.168.0.4|gk2_ifp_cnr|gateway,gatekeeper; 2018/04/18 11:34:59.772 2 RasSrv.cxx(266) RAS Send GCF to 192.168.0.4:1719 2018/04/18 11:34:59.776 2 RasSrv.cxx(175) RAS Read from 192.168.0.4:1719 2018/04/18 11:34:59.776 2 RasSrv.cxx(254) RAS Received RRQ from 192.168.0.4:1719 2018/04/18 11:34:59.776 1 RasSrv.cxx(383) RAS RRQ Received from 192.168.0.4:1719 2018/04/18 11:34:59.776 1 RasTbl.cxx(113) New EP|192.168.0.4:1721|gk2_ifp_cnr:h323_ID|gateway,gatekeeper|gk2_ifp_cnr 2018/04/18 11:34:59.777 2 gkacct.cxx(1034) GKACCT Successfully logged event 256 for endpoint gk2_ifp_cnr 2018/04/18 11:34:59.778 2 RasSrv.cxx(422) RCF|192.168.0.4:1721|gk2_ifp_cnr:h323_ID|gateway,gatekeeper|gk2_ifp_cnr ; 2018/04/18 11:34:59.778 2 RasSrv.cxx(266) RAS Send RCF to 192.168.0.4:1719 2018/04/18 11:35:32.351 2 RasSrv.cxx(175) RAS Read from 192.168.0.4:1719 2018/04/18 11:35:32.351 2 RasSrv.cxx(254) RAS Received ARQ from 192.168.0.4:1719 2018/04/18 11:35:32.351 1 RasSrv.cxx(383) RAS ARQ Received from 192.168.0.4:1719 2018/04/18 11:35:32.352 2 RasSrv.cxx(266) RAS Send LRQ to ip.of.parent.gatekeeper:1719 2018/04/18 11:35:32.352 2 Neighbor.cxx(1233) NB 1 LRQ(s) sent 2018/04/18 11:35:37.352 2 RasSrv.cxx(266) RAS Send LRQ to ip.of.parent.gatekeeper:1719 2018/04/18 11:35:37.352 2 Neighbor.cxx(1447) NB 1 LRQ(s) re-sent 2018/04/18 11:35:37.352 2 RasSrv.cxx(175) RAS Read from 192.168.0.4:1719 2018/04/18 11:35:37.353 2 RasSrv.cxx(254) RAS Received ARQ from 192.168.0.4:1719 2018/04/18 11:35:37.353 2 RasSrv.cxx(1630) RAS Duplicate ARQ, deleted 2018/04/18 11:35:38.936 2 RasSrv.cxx(266) RAS Send RRQ to ip.of.parent.gatekeeper:1719 2018/04/18 11:35:38.947 2 RasSrv.cxx(175) RAS Read from ip.of.parent.gatekeeper:1719 2018/04/18 11:35:38.947 2 RasSrv.cxx(254) RAS Received RCF from ip.of.parent.gatekeeper:1719 2018/04/18 11:35:38.947 2 RasSrv.cxx(1646) RAS Trapped RCF 2018/04/18 11:35:42.353 2 RasSrv.cxx(266) RAS Send LRQ to ip.of.parent.gatekeeper:1719 2018/04/18 11:35:42.353 2 Neighbor.cxx(1447) NB 1 LRQ(s) re-sent 2018/04/18 11:35:42.370 2 RasSrv.cxx(175) RAS Read from 192.168.0.4:1719 2018/04/18 11:35:42.370 2 RasSrv.cxx(254) RAS Received ARQ from 192.168.0.4:1719 2018/04/18 11:35:42.370 2 RasSrv.cxx(1630) RAS Duplicate ARQ, deleted 2018/04/18 11:35:47.354 2 RasSrv.cxx(266) RAS Send ARQ to ip.of.parent.gatekeeper:1719 2018/04/18 11:35:47.355 2 RasSrv.cxx(175) RAS Read from 192.168.0.4:1719 2018/04/18 11:35:47.362 2 RasSrv.cxx(254) RAS Received LRQ from 192.168.0.4:1719 2018/04/18 11:35:47.362 1 RasSrv.cxx(383) RAS LRQ Received from 192.168.0.4:1719 2018/04/18 11:35:47.362 2 RasSrv.cxx(266) RAS Send LRQ to ip.of.parent.gatekeeper:1719 2018/04/18 11:35:47.362 2 Neighbor.cxx(1233) NB 1 LRQ(s) sent 2018/04/18 11:35:47.362 2 RasSrv.cxx(422) RIP|192.168.0.4|gk1:1|004910097918187:dialedDigits|OpenH323GK; 2018/04/18 11:35:47.363 2 RasSrv.cxx(266) RAS Send RIP to 192.168.0.4:1719 2018/04/18 11:35:48.558 2 RasSrv.cxx(175) RAS Read from ip.of.parent.gatekeeper:1719 2018/04/18 11:35:48.558 2 RasSrv.cxx(254) RAS Received ACF from ip.of.parent.gatekeeper:1719 2018/04/18 11:35:48.558 2 RasSrv.cxx(1646) RAS Trapped ACF 2018/04/18 11:35:48.559 2 RasTbl.cxx(4697) CallTable::Insert(CALL) Call No. 1, total sessions : 1 2018/04/18 11:35:48.559 2 RasSrv.cxx(422) ACF|192.168.0.4:1721|gk2_ifp_cnr|10611|004910097918187:dialedDigits|Alessandro Simonetto:h323_ID=IT-IFPCNR-ASimonetto:h323_ID=00390266173271:dialedDigits|false|0c-e8-3b-82-59-41-e8-11-90-51-94-47-57-e7-7b-24|ToBeDecided; 2018/04/18 11:35:48.559 2 RasSrv.cxx(266) RAS Send ACF to 192.168.0.4:1719 2018/04/18 11:35:52.368 2 RasSrv.cxx(175) RAS Read from 192.168.0.4:1719 2018/04/18 11:35:52.381 2 RasSrv.cxx(254) RAS Received LRQ from 192.168.0.4:1719 2018/04/18 11:35:52.381 1 RasSrv.cxx(383) RAS LRQ Received from 192.168.0.4:1719 2018/04/18 11:35:52.381 2 RasSrv.cxx(266) RAS Send LRQ to ip.of.parent.gatekeeper:1719 2018/04/18 11:35:52.382 2 Neighbor.cxx(1233) NB 1 LRQ(s) sent 2018/04/18 11:35:52.382 2 RasSrv.cxx(422) RIP|192.168.0.4|gk1:1|004910097918187:dialedDigits|OpenH323GK; 2018/04/18 11:35:52.382 2 RasSrv.cxx(266) RAS Send RIP to 192.168.0.4:1719 2018/04/18 11:35:57.387 2 RasSrv.cxx(175) RAS Read from 192.168.0.4:1719 2018/04/18 11:35:57.387 2 RasSrv.cxx(254) RAS Received LRQ from 192.168.0.4:1719 2018/04/18 11:35:57.395 1 RasSrv.cxx(383) RAS LRQ Received from 192.168.0.4:1719 2018/04/18 11:35:57.395 2 RasSrv.cxx(266) RAS Send LRQ to ip.of.parent.gatekeeper:1719 2018/04/18 11:35:57.395 2 Neighbor.cxx(1233) NB 1 LRQ(s) sent 2018/04/18 11:35:57.395 2 RasSrv.cxx(422) RIP|192.168.0.4|gk1:1|004910097918187:dialedDigits|OpenH323GK; 2018/04/18 11:35:57.395 2 RasSrv.cxx(266) RAS Send RIP to 192.168.0.4:1719 2018/04/18 11:36:17.925 2 RasSrv.cxx(175) RAS Read from ip.of.parent.gatekeeper:1719 2018/04/18 11:36:17.925 2 RasSrv.cxx(254) RAS Received DRQ from ip.of.parent.gatekeeper:1719 2018/04/18 11:36:17.925 2 RasSrv.cxx(1646) RAS Trapped DRQ 2018/04/18 11:36:17.925 2 RasSrv.cxx(266) RAS Send DRQ to 192.168.0.4:1719 2018/04/18 11:36:17.926 2 RasTbl.cxx(3285) Gk Disconnect Call No. 1 2018/04/18 11:36:17.926 2 RasSrv.cxx(266) RAS Send DCF to ip.of.parent.gatekeeper:1719 2018/04/18 11:36:17.928 2 RasSrv.cxx(175) RAS Read from 192.168.0.4:1719 2018/04/18 11:36:17.928 2 RasSrv.cxx(254) RAS Received DRJ from 192.168.0.4:1719 2018/04/18 11:36:17.928 1 RasSrv.cxx(383) RAS DRJ Received from 192.168.0.4:1719 2018/04/18 11:36:18.950 2 RasSrv.cxx(266) RAS Send DRQ to 192.168.0.4:1719 2018/04/18 11:36:18.950 2 RasTbl.cxx(3285) Gk Disconnect Call No. 1 2018/04/18 11:36:18.951 2 RasTbl.cxx(5179) CDR ignore not connected call 2018/04/18 11:36:18.951 2 gkacct.cxx(964) GKACCT Successfully logged event 2 for call no. 1 2018/04/18 11:36:18.951 2 RasSrv.cxx(266) RAS Send DRQ to ip.of.parent.gatekeeper:1719 2018/04/18 11:36:18.953 2 RasSrv.cxx(175) RAS Read from 192.168.0.4:1719 2018/04/18 11:36:18.953 2 RasSrv.cxx(254) RAS Received DRJ from 192.168.0.4:1719 2018/04/18 11:36:18.953 1 RasSrv.cxx(383) RAS DRJ Received from 192.168.0.4:1719 2018/04/18 11:36:18.960 2 RasSrv.cxx(175) RAS Read from ip.of.parent.gatekeeper:1719 2018/04/18 11:36:18.960 2 RasSrv.cxx(254) RAS Received DCF from ip.of.parent.gatekeeper:1719 2018/04/18 11:36:18.960 2 RasSrv.cxx(1646) RAS Trapped DCF 2018/04/18 11:36:19.955 2 RasSrv.cxx(175) RAS Read from 192.168.0.4:1719 2018/04/18 11:36:19.955 2 RasSrv.cxx(254) RAS Received URQ from 192.168.0.4:1719 2018/04/18 11:36:19.955 1 RasSrv.cxx(383) RAS URQ Received from 192.168.0.4:1719 2018/04/18 11:36:19.955 2 gkacct.cxx(1034) GKACCT Successfully logged event 512 for endpoint gk2_ifp_cnr 2018/04/18 11:36:19.955 2 RasSrv.cxx(422) UCF|192.168.0.4|gk2_ifp_cnr; 2018/04/18 11:36:19.955 2 RasSrv.cxx(266) RAS Send UCF to 192.168.0.4:1719 2018/04/18 11:36:20.961 2 RasSrv.cxx(266) RAS Send RRQ to ip.of.parent.gatekeeper:1719 2018/04/18 11:36:20.971 2 RasSrv.cxx(175) RAS Read from ip.of.parent.gatekeeper:1719 2018/04/18 11:36:20.971 2 RasSrv.cxx(254) RAS Received RCF from ip.of.parent.gatekeeper:1719 2018/04/18 11:36:20.971 2 RasSrv.cxx(1646) RAS Trapped RCF 2018/04/18 11:36:25.310 1 gk.cxx(1062) GK Received signal 15 2018/04/18 11:36:25.311 1 RasSrv.cxx(768) GK Stopping RasServer... 2018/04/18 11:36:25.976 2 RasSrv.cxx(266) RAS Send URQ to ip.of.parent.gatekeeper:1719 2018/04/18 11:36:25.976 2 singleton.cxx(31) Delete instance: Routing::Analyzer(7 objects left) 2018/04/18 11:36:25.977 1 RasSrv.cxx(1456) GK RasServer stopped 2018/04/18 11:36:25.977 2 gkacct.cxx(964) GKACCT Successfully logged event 16 2018/04/18 11:36:26.077 2 singleton.cxx(31) Delete instance: GkStatus(6 objects left) 2018/04/18 11:36:26.087 2 singleton.cxx(31) Delete instance: Agent(5 objects left) 2018/04/18 11:36:26.088 2 singleton.cxx(31) Delete instance: CapacityControl(4 objects left) 2018/04/18 11:36:26.088 2 singleton.cxx(31) Delete instance: CallTable(3 objects left) 2018/04/18 11:36:26.088 2 singleton.cxx(31) Delete instance: RegistrationTable(2 objects left) 2018/04/18 11:36:26.088 1 gkauth.cxx(467) GKAUTH AliasAuth rule removed 2018/04/18 11:36:26.088 1 gkacct.cxx(76) GKACCT Destroyed module FileAcct 2018/04/18 11:36:26.088 1 gkacct.cxx(76) GKACCT Destroyed module default 2018/04/18 11:36:26.088 1 Neighbor.cxx(227) NB Delete neighbor GK1 2018/04/18 11:36:26.088 1 Neighbor.cxx(227) NB Delete neighbor GK2 2018/04/18 11:36:26.088 1 GkClient.cxx(1553) GKC Delete GkClient 2018/04/18 11:36:26.088 1 RasSrv.cxx(238) RAS Delete listener xxx.xxx.xxx.12:1719(U) 2018/04/18 11:36:26.088 1 RasSrv.cxx(238) RAS Delete listener xxx.xxx.xxx.12:1718(Mcast) 2018/04/18 11:36:26.088 1 RasSrv.cxx(238) RAS Delete listener xxx.xxx.xxx.11:1719(U) 2018/04/18 11:36:26.088 1 RasSrv.cxx(238) RAS Delete listener xxx.xxx.xxx.11:1718(Mcast) 2018/04/18 11:36:26.088 1 RasSrv.cxx(238) RAS Delete listener 127.0.0.1:1719(U) 2018/04/18 11:36:26.088 1 RasSrv.cxx(238) RAS Delete listener 0.0.0.0:1719(Bcast) 2018/04/18 11:36:26.088 2 singleton.cxx(31) Delete instance: RasSrv(1 objects left) 2018/04/18 11:36:26.088 2 singleton.cxx(31) Delete instance: Toolkit(0 objects left) 2018/04/18 11:36:26.088 1 gk.cxx(1883) GK Logging closed *****************ifconfig -a on external gatekeeper dns:~# ifconfig -a eth0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500 inet xxx.xxx.xxx.11 netmask 255.255.255.0 broadcast 155.253.32.255 ether 00:15:17:74:68:f4 txqueuelen 1000 (Ethernet) RX packets 25523 bytes 4144989 (3.9 MiB) RX errors 0 dropped 0 overruns 0 frame 0 TX packets 22 bytes 1408 (1.3 KiB) TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0 device interrupt 16 memory 0xfc7e0000-fc800000 eth1: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500 inet xxx.xxx.xxx.12 netmask 255.255.255.0 broadcast 155.253.32.255 ether 00:15:17:74:68:f5 txqueuelen 1000 (Ethernet) RX packets 82921 bytes 18367065 (17.5 MiB) RX errors 0 dropped 0 overruns 0 frame 0 TX packets 74217 bytes 17111193 (16.3 MiB) TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0 device interrupt 17 memory 0xfc7a0000-fc7c0000 eth2: flags=4098<BROADCAST,MULTICAST> mtu 1500 ether 00:1e:4f:3b:79:8e txqueuelen 1000 (Ethernet) RX packets 0 bytes 0 (0.0 B) RX errors 0 dropped 0 overruns 0 frame 0 TX packets 0 bytes 0 (0.0 B) TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0 lo: flags=73<UP,LOOPBACK,RUNNING> mtu 65536 inet 127.0.0.1 netmask 255.0.0.0 loop txqueuelen 1 (Local Loopback) RX packets 18743 bytes 3670601 (3.5 MiB) RX errors 0 dropped 0 overruns 0 frame 0 TX packets 18743 bytes 3670601 (3.5 MiB) TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0 _______________________________________________________ Posting: mailto:gnugk-users@xxxxxxxxxxxxxxx Archive: https://lists.gnugk.org/pipermail/gnugk-users/ Unsubscribe: https://lists.gnugk.org/lists/listinfo/gnugk-users Homepage: https://www.gnugk.org/