/* HINT: Search archives @ http://www.indyramp.com/masq/ before posting! */ On Thu, 19 Aug 1999, Shane Ramey wrote: Here's a page that has a lot of information about various applications and Linux Masquerading. http://www.tsmservices.com/masq/. I've personally tried the NetMeeting one, and it has worked for me. Shane and all.. I took a look at that page but I am a little confused. Looking at the developers kit for netmeeting it appears that I need to following ports to be active inbound and outbound on my linux box to the masqueraded win98 box.. 389, 522, 1503, 1720, 1731, and ports 1024 to 65535 Shouldnt using standard masquerading allow me to pass any traffic out over those ports already? This is what I am currently doing.. ipchains -P forward DENY ipchains -A forward -s 192.16.98.0/255.255.255.0 -j MASQ Should I be doing something different to allow tcp and udp through on all ports? If I want to set it up so I can receive a call.. I assume I need to setup a port forwarding on all those ports above to the windows box. That would screw up X though on the linux box right since X uses dynamic ports in the 1024 to 65535 range? Any suggestions? I would like to be able to video conference with some buds across the net.. and netmeeting would be an idea way to do it. It seems like it really doesnt want to work with masqueraded connections though. Wake up Mike.. The Matrix has you. _______________________________________________ Masq maillist - [EMAIL PROTECTED] Admin requests can be handled at http://www.indyramp.com/masq-list/ or email to [EMAIL PROTECTED] PLEASE read the HOWTO and search the archives before posting. You can start your search at http://www.indyramp.com/masq/ Please keep general linux/unix/pc/internet questions off the list.
