Publié : mer. nov. 03, 2004 5:44 pm
voila j ai un pb.
depuis que j ai changé l OS de ma passerelle , je peux plus joué a F4 en multi :(
j ai redirigé les ports UDP 2934-35/2938-39 sur ma machine
iptables -t nat -A PREROUTING -p udp --dport 2934 -j DNAT --to-destination 192.168.0.2
etc...
j ai bien sur:
iptables -t nat -A POSTROUTING -s 192.168.0.0/255.255.255.0 -o ppp0 -j MASQUERADE
iptables -A FORWARD -i ppp0 -o eth0 -m state --state RELATED,ESTABLISHED-j ACCEPT
iptables -A FORWARD -i eth0 -o ppp0 -j ACCEPT
et echo 1 > /proc/sys/net/ipv4/ip_forward
bah voila , ca marche po
depuis que j ai changé l OS de ma passerelle , je peux plus joué a F4 en multi :(
j ai redirigé les ports UDP 2934-35/2938-39 sur ma machine
iptables -t nat -A PREROUTING -p udp --dport 2934 -j DNAT --to-destination 192.168.0.2
etc...
j ai bien sur:
iptables -t nat -A POSTROUTING -s 192.168.0.0/255.255.255.0 -o ppp0 -j MASQUERADE
iptables -A FORWARD -i ppp0 -o eth0 -m state --state RELATED,ESTABLISHED-j ACCEPT
iptables -A FORWARD -i eth0 -o ppp0 -j ACCEPT
et echo 1 > /proc/sys/net/ipv4/ip_forward
bah voila , ca marche po