Username : Date : Action : Comments [ close all ] |
|
|
|
bkeating : 09/11/01 01:49 PM : Incident created |
- Im trying to ssh from an XP machine and i do a IPconfig /all in a dos prompt and get that 192.168.0.1 is my default gateway and DCHP server which is correct (that is my linux machine) but i try to ping 192.168.0.1 and it times out. I try to enter 192.168.0.1 into a ssh terminal on my XP machine and it will not connect. Any ideas? Im new with ssh ;)
thanks in advance.
Ben.
|
|
|
|
yroagoex : 09/11/01 01:57 PM : Reply received |
- it seems you have put a firewall on your linux
try ipchains -L or iptables -L to see actual rules and change your rules to
allow ssh and icmp (for ping if you want)
for ssh take also a look to tcpwrapper files : /etc/hosts.allow and
/etc/hosts.deny
|
|
|
|
Linegod_7611 : 09/11/01 02:03 PM : Reply received |
- What ssh program are you using? Could you try PuTTY? -
http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html
-----
Note: If this answer resolves your problem, please remember to close this
question.
|
|
|
|
bkeating : 09/11/01 03:07 PM : More info provided |
- I see some lines when i do a IPtables -L that deny ICMP but no where is SSH listed. Where do i go to edit the iptable rules? And what should i do about SSH not listed in the iptables... running out of ideas.
|
|
Attachment
|
|
yroagoex : 09/11/01 06:22 PM : Reply received |
- if ssh is not allowed it is denied
try to flush this rules with
iptables -F
and read soms doc to config your firewall or stop it if it is not necessary
|
|
|
|
bkeating : 10/11/01 12:48 AM : Incident closed |
-
|
|
|