Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
ssh pain
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Networking & Security
View previous topic :: View next topic  
Author Message
sobers_2002
Veteran
Veteran


Joined: 16 Mar 2004
Posts: 1128

PostPosted: Mon Mar 22, 2004 3:59 am    Post subject: ssh pain Reply with quote

hi all
my system does not allow ssh from outside, so how do i change the default firewall rule(this must be the inbuilt 'cauz i haven;t installed any). also i can;t use "nslookup" as it isnt installed so what is the name of the utility that i should emerge??
_________________
Pdict - dockable dictionary client for linux
FREE97WIN: Use this code on Dreamhost and you get $97 off !!
Back to top
View user's profile Send private message
Lajasha
Veteran
Veteran


Joined: 17 Mar 2004
Posts: 1040
Location: Vibe Central

PostPosted: Mon Mar 22, 2004 4:15 am    Post subject: Reply with quote

A lil bit more infomation on what your trying to do would help. I have no clue what you are asking for at this point.

are you saying that you can not ssh into your box or out of it?


Last edited by Lajasha on Mon Mar 22, 2004 4:15 am; edited 1 time in total
Back to top
View user's profile Send private message
dvc5
Guru
Guru


Joined: 06 Dec 2003
Posts: 433
Location: Sunnyvale, California

PostPosted: Mon Mar 22, 2004 4:15 am    Post subject: Reply with quote

Which firewall are you using? iptables? The package for nslookup i believe is net-dns/bind-tools.
_________________
#define NULL rand() /*heh heh heh */

Green Is Good
Back to top
View user's profile Send private message
nofx911
n00b
n00b


Joined: 21 Jan 2004
Posts: 30
Location: Milwaukee, WI

PostPosted: Mon Mar 22, 2004 4:25 am    Post subject: Reply with quote

To the best of my knowledge Gentoo does not install a firewall by default. From the command line try `ps auxww | grep sshd` and make sure that sshd is running. If you want sshd to start at boot remember to add it using rc-update.

For dns queries in Gentoo use dig
To get dig emerge bind-tools
Back to top
View user's profile Send private message
sobers_2002
Veteran
Veteran


Joined: 16 Mar 2004
Posts: 1128

PostPosted: Mon Mar 22, 2004 7:45 am    Post subject: Reply with quote

ok well its so happened that sshd wasnt runnig :oops: :oops: :oops: :oops:

so now everything is ok.....thankz 4 the help

btw how do i get it runnig with startup
Quote:
sshd rc-update add sshd deafult
didnt work

Saurabh[/quote]
Back to top
View user's profile Send private message
airhead
n00b
n00b


Joined: 01 Jul 2002
Posts: 33
Location: Auckland, New Zealand

PostPosted: Mon Mar 22, 2004 8:48 am    Post subject: Reply with quote

Just do this on the command line:

Code:
rc-update add sshd default


That will make sshd start automatically on boot. To start it now without having to reboot, do:

Code:
/etc/init.d/sshd start
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Networking & Security All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum