Try to use this roule:
//sbin/iptables -A INPUT -i eth0 -m state --state NEW
-p udp --dport 9110 -j ACCEPT

nat is configured to allow all internal
> computers to freely
> access the internet.  To host a gamevoice session, I
> forwarded port 9110
> to my internal windows box:  
> 
> (iptables -t nat -A PREROUTING -d xx.xx.xx.xx -p udp
> --destination-port
> 9110 -i eth0 -j DNAT --to yy.yy.yy.yy
> 
> Where xx.xx.xx.xx. is the public/external IP
> address, and yy.yy.yy.yy is
> the local/private IP of the machine running Game
> Voice.)
> 
> No luck....I wondered if its even possible to use
> gamevoice through
> iptables.
> 
> 
> 
> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]
> On Behalf Of linux power
> Sent: Monday, September 23, 2002 12:34 AM
> To: [EMAIL PROTECTED]
> Subject: Re: configuring iptables to allow gamevoice
> 
>  --- Hyung Kim <[EMAIL PROTECTED]> skrev: >
> Has
> anyone configured iptables/nat to allow
> > gamevoice to work behind a
> > linux router?  Thanks.
> > You must know which port an protocol it use to
> open.
> 
>
______________________________________________________
> Se den nye Yahoo! Mail på http://no.yahoo.com/
> Nytt design, enklere å bruke, alltid tilgang til
> Adressebok, Kalender og
> Notisbok
> 
> 
> 
> -- 
> redhat-list mailing list
> unsubscribe
>
mailto:[EMAIL PROTECTED]?subject=unsubscribe
>
https://listman.redhat.com/mailman/listinfo/redhat-list
> 
> 
> 
> -- 
> redhat-list mailing list
> unsubscribe
>
mailto:[EMAIL PROTECTED]?subject=unsubscribe
> https://listman.redhat.com/mailman/listinfo/redhat-list

______________________________________________________
Se den nye Yahoo! Mail på http://no.yahoo.com/
Nytt design, enklere å bruke, alltid tilgang til Adressebok, Kalender og Notisbok



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to