I am using Linux as a gateway to the internet for the 3 computers in my local network. The local addresses I use are on 192.168.0.0 range. My server being 192.168.0.1 and I have 2 nics in my server one hooked to my cable modem and the other hooked to my network switch.
This is what I use to allow the internet to pass through to my internal computers.
ipchains -A forward -i eth0 -p ALL -j MASQ
What would I need to use to allow MSN to use voice chat and video through my linux machine. I am not totaly clear on what command line to use with ipchains to allow the access to the ports that Microsoft says will be needed by MSN messenger. I am a little clueless about this after trying and not getting it to work
Here is just an example of what I was trying to use for ipchains
ipchains -A input -b -p TCP --source 65.33.3.22 1024:65535 --destination 192.168.0.2 1024:65535
I used such a vast range of ports just to see if I could get it working. When I did I was going to just allow the ports needed...
Any suggestions on this.
Thanks for your help...
This is what I use to allow the internet to pass through to my internal computers.
ipchains -A forward -i eth0 -p ALL -j MASQ
What would I need to use to allow MSN to use voice chat and video through my linux machine. I am not totaly clear on what command line to use with ipchains to allow the access to the ports that Microsoft says will be needed by MSN messenger. I am a little clueless about this after trying and not getting it to work
Here is just an example of what I was trying to use for ipchains
ipchains -A input -b -p TCP --source 65.33.3.22 1024:65535 --destination 192.168.0.2 1024:65535
I used such a vast range of ports just to see if I could get it working. When I did I was going to just allow the ports needed...
Any suggestions on this.
Thanks for your help...