Recent content by VaikKleidenauer

  1. V

    Unofficial Civ4 GameSpy Multiplayer Firewall/Router Port Forwarding Guide

    Hi, for all those who have an linux router (2.6.*) this is an quick an dirty approach to establish port forwarding for endless civ enjoyment: ---<cut>--- iptables -t nat -I PREROUTING -i ppp0 -p tcp --dport 6667 -j DNAT --to 192.168.0.72:6667 iptables -t nat -I PREROUTING -i ppp0 -p...
Back
Top Bottom