Hi I want to redirect incoming ssh packet to another box internally. I have got the following as my /etc/natd.conf
dynamic yes log_denied yes use_sockets yes same_ports yes unregistered_only redirect_port tcp 192.168.0.200:22 4455 When I try to ssh to port 4455 I get nothing - I have ipfw running - do I need any specific rules to get this working. I have tried "${fwcmd} add pass log tcp from any to any 22 in via ${oif} setup" but it doesn't seem to work. Thanks all Gordon To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-questions" in the body of the message