Hi everyone, we are using SuSE 6.3 and want to configure our firewall using ipchains. a) How can we let ssh passing through, while ssh is using port 22 plus some "changing ports" i.e. some time port 1020, another time port 1023 and so on. b) How has the firewall to be configured when we want to use TeraTerm-ssh, which uses ports 22 and ports somewhere around 63500? I couldnt find anything about it neither in ssh-docs, nor in ipchains-docs. Thanx, Marco Schoeling --- Marco Schoeling, CVS GmbH, Otto-Lilienthal-Str. 10, 28199 Bremen Fon +49-421-35017-0 - Fax +49-421-35017-710
On Wed, Jun 28, 2000 at 06:22:04PM +0200, Marco Sch?ling wrote:
Hi everyone,
we are using SuSE 6.3 and want to configure our firewall using ipchains.
a) How can we let ssh passing through, while ssh is using port 22 plus some "changing ports" i.e. some time port 1020, another time port 1023 and so on. b) How has the firewall to be configured when we want to use TeraTerm-ssh, which uses ports 22 and ports somewhere around 63500?
I couldnt find anything about it neither in ssh-docs, nor in ipchains-docs.
I just added $IPCHAINS -A input -p tcp -s $REMOTENET 22 -d $LOCALNET -j ACCEPT to my script, which (if I understand correctly) grants port 22 from my REMOTENET access to any port locally. Jurriaan -- A black cat crossing your path signifies that the animal is going somewhere. Groucho Marx (1890-1977) GNU/Linux 2.2.17pre9 SMP 5 users load av: 0.00 0.04 0.01
participants (2)
-
Marco Schöling
-
thunder7@xs4all.nl