Quote:
|
Originally Posted by LwdSquashman Do you have multiple NICs setup in your machine. I am wondering why you have the listen address setup. |
The listen address is setup for two reasons.
1. Yes I have two NIC's this server is running NAT for my internal network. So NIC1 has my external IP, and NIC2 has the internal IP 192.168.0.1
2. Since I plan on running apache, mysql, etc in jails, and to gain access to each jail they each have to run SSH (or some will anyhow) then the nonjailed portion of the machine should only listen to ssh requests on it's IPs, not just any that resolve to the machine, as the jails get their own IPs and their SSH daemons will listen on their IPs
But since the Jails aren't yet setup, I don't know why I can SSH to the machine from outside the network, but not inside. When I attempt to SSH to the machine internally, I get the login prompt, but after entering the username, it does nothing, and I don't get the password prompt, it just timesout or something...