Linux Netfilter discussions
 help / color / mirror / Atom feed
* How can I configure my firewall to access voice chat with MSN  messenger 6.2?
@ 2004-08-04 15:09 MagicWind
  2004-08-04 15:30 ` Alejandro Cabrera Obed
  2004-08-04 15:51 ` Alejandro Flores
  0 siblings, 2 replies; 4+ messages in thread
From: MagicWind @ 2004-08-04 15:09 UTC (permalink / raw)
  To: netfilter

[-- Attachment #1: Type: text/plain, Size: 697 bytes --]

I have a linux server which is configured as a router connecting my internal network and the internet.  using the following iptables rules:

iptables -A FORWARD -i eth0 -o eth1 -m state --state ESTABLISHED,RELATED -j ACCEPT
iptables -A FORWARD -i eth1 -o eth0 -j ACCEPT
iptables -A FORWARD -j LOG
iptables -t nat -A POSTROUTING -o eth0 -j MASQUERADE

where eth0 is the netword adapter linking to the internet and the eth1 is the adapter linking to the internal network.
It seems the network works quite well, except for the voice connection of MSN messenger 6.2.  I can't either initial a voice chat or accept a voice chat.

I've got absolutely no idea how to make it work.  Any ideas?

[-- Attachment #2: Type: text/html, Size: 1373 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread
* How can I configure my firewall to access voice chat with MSN messenger 6.2?
@ 2004-08-04 11:02 MagicWind
  0 siblings, 0 replies; 4+ messages in thread
From: MagicWind @ 2004-08-04 11:02 UTC (permalink / raw)
  To: netfilter

[-- Attachment #1: Type: text/plain, Size: 695 bytes --]

I have a linux server which is configured as a router connecting my internal network and the internet.  using the following iptables rules:

iptables -A FORWARD -i eth0 -o eth1 -m state --state ESTABLISHED,RELATED -j ACCEPT
iptables -A FORWARD -i eth1 -o eth0 -j ACCEPT
iptables -A FORWARD -j LOG
iptables -t nat -A POSTROUTING -o eth0 -j MASQUERADE

where eth0 is the netword adapter linking to the internet and the eth1 is the adapter linking to the internal network.
It seems the network works quite well, except for the voice connection of MSN messenger 6.2.  I can't either initial a voice chat or accept a voice chat.

I've got absolutely no idea how to make it work.  Any ideas?

[-- Attachment #2: Type: text/html, Size: 1334 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2004-08-04 15:51 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-08-04 15:09 How can I configure my firewall to access voice chat with MSN messenger 6.2? MagicWind
2004-08-04 15:30 ` Alejandro Cabrera Obed
2004-08-04 15:51 ` Alejandro Flores
  -- strict thread matches above, loose matches on Subject: below --
2004-08-04 11:02 MagicWind

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox