Toon posts:

[BC3] Battlecom

Pagina: 1
Acties:

Verwijderd

Topicstarter
hmm battlecom wil niet draaien op linux weet iemand een oplossing of een andere communicatie progje (zolang het maar geeb roger wilco is)
thx m8''s
jullie zijn 8-) =])

  • knightofn1
  • Registratie: December 2000
  • Laatst online: 22-07-2025

knightofn1

Don't say that word

Then, when you have found the shrubbery, you must cut down the mightiest tree in the forest... with... a herring!


Verwijderd

code:
1
2
3
iptables -A PREROUTING -t nat -i eth1 -p tcp --dport 2300:2400 -j DNAT --to 192.168.1.4
iptables -A PREROUTING -t nat -i eth1 -p udp --dport 2300:2400 -j DNAT --to 192.168.1.4
iptables -A PREROUTING -t nat -i eth1 -p tcp --dport 47624 -j DNAT --to 192.168.1.4

Waarbij 192.168.1.4 de computer is die in het LAN kan battlecommen, en eth1 de externe interface naar Internet is...

Dit is overigens voor de 2.4 kernel in combinatie met iptables...