Maybe not what you are looking for, but iptables DNAT should work ok for this:
iptables -t nat -A PREROUTING -j DNAT -p udp -i eth0 -d $EXTERNAL_IP --dport $EXTERNAL_PORT --to-destination $INTERNAL_IP:$INTERNAL_PORT On Sat, Oct 24, 2009 at 4:33 PM, <[email protected]> wrote: > Definitely doesn't, ip binding is done before the in-game scripting engine > starts up, which is why it's a -parameter and not a +parameter > > > -----Original Message----- > > From: [email protected] [mailto:hlds_linux- > > [email protected]] On Behalf Of DeaD_EyE > > Sent: 23 October 2009 21:51 > > To: Half-Life dedicated Linux server mailing list > > Subject: Re: [hlds_linux] Fork with different IP addresses? > > > > Hi, you can try to lauch the server with "+exec fork##.cfg > > Then add to everey fork##.cfg the ip ip-address. > > But I didn't think, that this trick works. > > > > Greetings > > DeaD_EyE > > > > _______________________________________________ > > To unsubscribe, edit your list preferences, or view the list archives, > > please visit: > > http://list.valvesoftware.com/mailman/listinfo/hlds_linux > > > _______________________________________________ > To unsubscribe, edit your list preferences, or view the list archives, > please visit: > http://list.valvesoftware.com/mailman/listinfo/hlds_linux > _______________________________________________ To unsubscribe, edit your list preferences, or view the list archives, please visit: http://list.valvesoftware.com/mailman/listinfo/hlds_linux

