Date: Thu, 17 Feb 2000 14:20:15 -0800 From: "Joseph T. Lee" <nugundam@nerv.nu> To: Brent Kearney <brent@kearneys.ca> Cc: FreeBSD Questions <freebsd-questions@FreeBSD.ORG> Subject: Re: Natd, ipfw, & redirect_port Message-ID: <20000217142015.A43533@greenwood3.nerv.nu> In-Reply-To: <20000214130326.A6743@kearneys.ca>; from Brent Kearney on Mon, Feb 14, 2000 at 01:03:26PM -0800 References: <20000214130326.A6743@kearneys.ca>
next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, Feb 14, 2000 at 01:03:26PM -0800, Brent Kearney wrote: > Allow connections to port 2200 for ssh access to Plato > $fwcmd add pass tcp from any to any 2200 setup > $fwcmd add pass udp from any to any 2200 You need: $fwcmd add pass tcp from any to Plato 22 setup To help you debug your firewall rules, add a: $fwcmd add 65000 pass log ip from any to any This will dump packet attempts to screen/file so you can tell what the IPs are when you try to ssh through the NAT. Joseph nugundam =best=com==/==\=IIGS=/==\=Playstation=/==\=Civic HX CVT=/==\ # Anime Expo 2000 >> www.anime-expo.org/ > # FreeBSD: The Power to Serve >> www.freebsd.org > # The Ultimate Online Speed-Shop >> www.racesearch.com / To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000217142015.A43533>