Date: Sat, 18 Mar 2000 15:40:24 -0600 From: Mary Lee <maryl@coes.latech.edu> To: questions@freebsd.org Subject: netmeeting nat help Message-ID: <4.3.0.20000318153203.00ae0b40@coes.latech.edu>
next in thread | raw e-mail | index | archive | help
I am running freebsd 3.2 and loving every minute, but now my friends on the network are wanting to use microsoft net meeting to talk to some people out side the network... i am runing socks5 ( nothing special just compiled and used the basic socsk5.conf<ie empty file>) i am running an open firewall, but made modifications to allow the necessary ports to be open in the future from what i have gathered net meeting uses h.323, and i have no idea what that is, so i did what they said, i added these lines to my open statement in the rc.firewall if [ "${firewall_type}" = "open" -o "${firewall_type}" = "OPEN" ]; then $fwcmd add 110 allow tcp from any 389 to any 389 $fwcmd add 120 allow tcp from any 522 to any 522 $fwcmd add 130 allow tcp from any 1503 to any 1503 $fwcmd add 140 allow tcp from any 1720 to any 1720 $fwcmd add 150 allow tcp from any 1731 to any 1731 $fwcmd add 160 allow tcp from any 1024-65535 to any 1024-65535 $fwcmd add 170 allow udp from any 1024-65535 to any 1024-65535 $fwcmd add 180 allow udp from any 51200 to any 51200 $fwcmd add 190 allow udp from any 51201 to any 51201 $fwcmd add 200 allow tcp from any 51210 to any 51210 $fwcmd add 65000 pass all from any to any elif [ "${firewall_type}" = "client" ]; then i am now at an in pass i don't know where else to turn.. the freebsd mail files appear to sort of cryptic i don't really understand what has haponed with them, so if someone could help i would appreciate it.. ps were using nat one ip and everyone is on it :) 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?4.3.0.20000318153203.00ae0b40>