search for: bind_hack

Displaying 2 results from an estimated 2 matches for "bind_hack".

Did you mean: bind_ack
2009 Aug 06
1
Re: [SOLVED] C&C Red Alert 3 - Lan (and also hamachi) play
...5.255.255.255 to your VPN interface (Here tap0) # route add host 255.255.255.255 dev tap0 3. In /etc/hosts, remove any reference to your hostname (TACHIBANA here) and, on the first line, add : 11.0.0.3 TACHIBANA 4. Compile this little hack made by Raphael : http://hughes.homelinux.org:8080/~raphael/bind_hack.tar.bz2 . On a 64 bits machine, here's how I compiled this little hack : $ cc bind_hack.c -o bind_hack.so -O2 -fPIC -Wall -shared -lc -nostdlib -m32 5. Launch RA3 with wine, while preloading this little hack. /path/to/RA3$ LD_PRELOAD=/tmp/bind_hack/bind_hack.so wine RA3 6. Connect on the Lobby...
2009 May 24
1
Re: C&C Red Alert 3 - Lan (and also hamachi) play
...r VPN interface (Here tap0) > # route add host 255.255.255.255 dev tap0 > 3. In /etc/hosts, remove any reference to your hostname (TACHIBANA here) and, on the first line, add : > 11.0.0.3 TACHIBANA > 4. Compile this little hack made by Raphael : http://hughes.homelinux.org:8080/~raphael/bind_hack.tar.bz2 . On a 64 bits machine, here's how I compiled this little hack : > $ cc bind_hack.c -o bind_hack.so -O2 -fPIC -Wall -shared -lc -nostdlib -m32 > 5. Launch RA3 with wine, while preloading this little hack. > /path/to/RA3$ LD_PRELOAD=/tmp/bind_hack/bind_hack.so wine RA3 > 6. C...