Re: Please help with ssh over internet to LAN server behind NAT
From: Richard E. Silverman (res_at_qoxp.net)
Date: 05/20/05
- Next message: Larry Alkoff: "Re: Please help with ssh over internet to LAN server behind NAT"
- Previous message: Richard E. Silverman: "Re: Last Login"
- In reply to: Larry Alkoff: "Please help with ssh over internet to LAN server behind NAT"
- Next in thread: Larry Alkoff: "Re: Please help with ssh over internet to LAN server behind NAT"
- Reply: Larry Alkoff: "Re: Please help with ssh over internet to LAN server behind NAT"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: 20 May 2005 01:53:54 -0400
iptables -t nat -A PREROUTING -i <outside interface> -d ${OUTSIDE_IP} \
-p tcp --dport 22 -j DNAT --to ${SERVER_IP}:22
-- Richard Silverman res@qoxp.net
- Next message: Larry Alkoff: "Re: Please help with ssh over internet to LAN server behind NAT"
- Previous message: Richard E. Silverman: "Re: Last Login"
- In reply to: Larry Alkoff: "Please help with ssh over internet to LAN server behind NAT"
- Next in thread: Larry Alkoff: "Re: Please help with ssh over internet to LAN server behind NAT"
- Reply: Larry Alkoff: "Re: Please help with ssh over internet to LAN server behind NAT"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]