2012-02-26 00:54, Bender, Chris skrev:
Hi Brent
Yes the system we are calling X, is jailed by another system.
Here is the jailer system:
zs1# netstat -aptcp | grep smtp
tcp4 0 0 tools2.smtp 10.156.31.20.45081
SYN_RCVD
tcp4 0 0 tools2.smtp *.* LISTEN
tcp4 0 0 rt3.smtp *.* LISTEN
tcp4 0 0 npims.smtp *.* LISTEN
tcp4 0 0 wiki.smtp *.* LISTEN
tcp4 0 0 localhost.smtp *.* LISTEN
Here is about jails;
http://www.uk.freebsd.org/doc/en_US.ISO8859-1/books/handbook/jails.html
Have you tried to telnet into the other jailed hostnames and
ip-addresses, like telnet rt3.* 25
What does it say? Can you connect?
There seems to be either a jail problem or a routing problem
You can look at your routing table with netstat -r
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[email protected]"