At 15:18 02.03.2004 -0600, Karl Schmidt wrote:
I've just moved a fire wall from Dachstein to Bering and have everything working except one thing.
Before there was a set up where if I would:
ssh -P333 firewall.domain.com
The firewall would pass that on to a private server using port 22.
Thus, if you wanted to ssh to the fire wall you would just:
ssh firewall.domain.com
and if I wanted to ssh to the internal server I would add -p333 to the command string.
Rules:
ACCEPT fw loc tcp 37 DNAT net loc:192.168.1.200 tcp 333 22
I guess that should be
DNAT net loc:192.168.1.200:22 tcp 333
HTH
Erich
THINK P�ntenstrasse 39 8143 Stallikon mailto:[EMAIL PROTECTED] PGP Fingerprint: BC9A 25BC 3954 3BC8 C024 8D8A B7D4 FF9D 05B8 0A16
------------------------------------------------------- SF.Net is sponsored by: Speed Start Your Linux Apps Now. Build and deploy apps & Web services for Linux with a free DVD software kit from IBM. Click Now! http://ads.osdn.com/?ad_id56&alloc_id438&op=click ------------------------------------------------------------------------ leaf-user mailing list: [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/leaf-user SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html
