sshd remote host

Hello, i don't have so much experience on freebsd and i'm stuck with this little problem.

I've a virtual machine (made with virtualbox) and installed freebsd 7.2 (from netboot-only iso) with minimal packages.
At the end of the installation i've selected to start sshd at system boot.

sshd is listening for connection but allow remote login only from the lan. I try to add
Code:
AllowUsers keen
but it didn't work.
Then i've tried to change the port (from 22 to 3322) and it works: accept both local and remote connection.

Where are my errors?
 
What's the host system? What virtual network did you use? Natted, bridged or host only?
 
Host system is windows vista, network is bridged, but i can login from a remote host IF sshd is listening on a port different from 22 (3322 for example)
 
What exactly do you mean by remote? Another machine on the same LAN or another machine on the Internet?
 
I'm trying to login from a machine on the internet.
I'm just thinking it's a problem of my home router...
 
confirmed. It's my home router who catch the requests on port 22 even if i put the ip of the bsd virtual machine in the dmz :(
 
Back
Top