Date: Mon, 24 Jan 2005 23:04:07 +0100 From: dick hoogendijk <dick@nagual.st> To: freebsd-questions@freebsd.org Subject: amsn Message-ID: <20050124230407.1126e72b.dick@nagual.st>
next in thread | raw e-mail | index | archive | help
Amsn states it needs port 1863 for chats and port 6891 for filetransfers. Using ipf and being quit new to it), does that mean I do this both ways (in/out) like: ## outgoing # Allow out msn messenger chatting and filetransfers pass out quick on rl0 proto tcp from any to any port = 1863 flags S keep state pass out quick on rl0 proto tcp from any to any port = 6891 flags S keep state ## incoming # Allow in msn messenger chatting and filetransfers pass in quick on rl0 proto tcp from any to any port = 1863 flags S keep state pass in quick on rl0 proto tcp from any to any port = 6891 flags S keep state Or get I drop the incoming rules? ps: I like to test it, but don't know how to RESET ipf after making some changes to the rules. I do know how to restart ipnat (-CF -f filename), but what's the solution for ipf ?? -- dick -- http://www.nagual.st/ -- PGP/GnuPG key: F86289CE ++ Running FreeBSD 4.10 ++ Debian GNU/Linux (Woody) + Nai tiruvantel ar vayuvantel i Valar tielyanna nu vilja
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050124230407.1126e72b.dick>