Buchan Milne wrote:
On Mon, 28 Oct 2002, denis wrote:


secutity level : standard

/etc/hosts.allow empty
/etc/hosts.deny empty

OK, we have:
1-firewall : check
2-hosts allow/deny : check
3-valid xinetd file : check
4-is xinetd running? : yes
ps -ef |grep inet
root     1  0 15:21 ?        00:00:00 xinetd -stayalive -reuse -pidfil

# service xinetd status
# service xinetd restart
5-Is the port open	: yes (cf /etc/services)
# netstat -anl|grep 25
netstat -anl|grep 25
tcp 0 0 127.0.0.1:25 0.0.0.0:* LISTEN
unix 25 [ ] DGRAM 3198 /dev/log
unix 3 [ ] STREAM CONNECTED 7525 /tmp/.ICE-unix/dcop3166-1035814030
unix 3 [ ] STREAM CONNECTED 4625
unix 2 [ ] DGRAM 3256

netstat -anl|grep 23 (better fort telnt ...)
tcp 0 0 147.94.26.130:36274 147.94.37.14:23 ESTABLISHED
udp 0 0 147.94.26.130:123 0.0.0.0:*
udp 0 0 127.0.0.1:123 0.0.0.0:*
udp 0 0 0.0.0.0:123 0.0.0.0:*
unix 2 [ ACC ] STREAM LISTENING 4023 /var/lib/sasl/mux
unix 23 [ ] DGRAM 3198 /dev/log
> # netstat -anl|grep 23




Reply via email to