I'm trying to clear up the listening ports on my fedora server, and making sure that all the processes only bind / listen on the right IP. Now this setting in the conf:
Code: Select all
set my-hostname "some.isp.com"
set my-ip "111.111.111.111"
Code: Select all
[root@moo home]# netstat -a -e |grep jack
tcp 0 0 111.111.111.111:10065 *:* LISTEN jack 17300
tcp 0 0 111.111.111.111:32882 212.112.132.41:ircd ESTABLISHED jack 17318
tcp 0 0 111.111.111.111:33172 111.111.111.111:10075 ESTABLISHED jack 90004
udp 0 0 *:32818 *:* jack 17301
Thanks
[/code]