Hi Martin, >I don't said it but fron the router I can connect the machine.
This is the scene (ASCII art follows):
[A]<--Net1-->[R]<--Net2-->[B]
Have you checked the hosts.allow and .deny on machine B? Is there a sshd-log-entry in machine B´s logs? To check the function of the router, you could log all packets passing through R using ipchains/iptables or tcpdump. MfG, Christian Erpelding
The port is the default:22
The problem appear to be the router...
There is not any filtering rules in the router:
router:~ # iptables -L Chain INPUT (policy ACCEPT) target prot opt source destination
Chain FORWARD (policy ACCEPT) target prot opt source destination
Chain OUTPUT (policy ACCEPT) target prot opt source destination router:~ #
-----Original Message----- From: Herman L. Knief [mailto:herman@knief.net] Sent: Monday, February 04, 2002 3:24 PM To: Martin.Guillen@siemens.com.ar Cc: suse-security@suse.com Subject: Re: [suse-security] SuSE Router
Are you seeing any specific errors from ssh (run ssh -v)?
-- Herman
On Mon, 4 Feb 2002 Martin.Guillen@siemens.com.ar wrote:
->Hi list: -> I just installed a SuSE 7.3 box to route betwen 2 networks. -> The problem that I have is that I can't use ssh to connect the ->machine in the other side of the router. -> IP forwarding is enabled and I can ping the machine but ssh doesn't ->work. -> Know somebody where to shoot the trouble? ->Thank You, ->Martin. -> ->
-- To unsubscribe, e-mail: suse-security-unsubscribe@suse.com For additional commands, e-mail: suse-security-help@suse.com
-- To unsubscribe, e-mail: suse-security-unsubscribe@suse.com For additional commands, e-mail: suse-security-help@suse.com
participants (1)
-
Christian Erpelding