10-16-2007, 08:41 AM
Anyone know how to solve that? I'm running Ubuntu (Feisty). We can reach the server when it's running on the other Windows box, but we'd rather have it on the Linux one.
Console Reports Network IP as 127.0.1.1
|
10-16-2007, 08:41 AM
Anyone know how to solve that? I'm running Ubuntu (Feisty). We can reach the server when it's running on the other Windows box, but we'd rather have it on the Linux one.
start your server with -ip `sudo /sbin/ifconfig eth0 | grep "inet addr" | awk '{print $2}' | cut -c 6-`
have phun!
Linux IsiX 64 Generic Desktop ValHalla 2.6.33.4 x86_64
Intel Core 2 Duo T8400 4Gb Ram 40G SSD Intel DoD 31 Comunity DoD 31 Spanish Comunity Erste SS Panzer Grendier Division [DOD Clan]
10-16-2007, 11:44 PM
Ok I will try that later when I get home. Thanks.
11-15-2007, 10:22 PM
get Wrote:start your server with -ip `sudo /sbin/ifconfig eth0 | grep "inet addr" | awk '{print $2}' | cut -c 6-` -ip `curl http://www.whatismyip.org/` works also |
« Next Oldest | Next Newest »
|