Well hey everybody! I sure haven't been on these forums in a while, but I finally got around to setting up a Linux installation on my PC again and so of course that means I installed Xonotic in it, and btw I love the updates put into v0.5.
Only problem is, I can't get a server up and running! Last time my issue was that I had to set up port forwarding, but I know all about that now and have it set up properly; this time the issue appears to be that Xonotic is trying to use the loopback connection in my Fedora 15 installation.
Here is what has led me to believe this. When I went to set up port forwarding, I obviously needed to know my local IP adress, so I opened up a terminal and entered 'ip addr', which listed the following:
Ok, great, so now I know what IP address to forward to. And Xonotic seems to take the IP just fine, but then I get this in the terminal for the server:
If I launch up Xonotic and manually enter in the IP address and port, I can connect to the game and play in my server just fine, but of course nobody else in the world can, and I want to set up a server so a friend of mine who lives in Ireland can play with me (I live in the US). And going off of the ip addr list, what the game is choosing is to go with that loopback connection, which doesn't go anywhere.
So first of all, am I even interpreting this correctly, or is something else going on? And second, what can I do to fix the problem so I can run a public server again?
Only problem is, I can't get a server up and running! Last time my issue was that I had to set up port forwarding, but I know all about that now and have it set up properly; this time the issue appears to be that Xonotic is trying to use the loopback connection in my Fedora 15 installation.
Here is what has led me to believe this. When I went to set up port forwarding, I obviously needed to know my local IP adress, so I opened up a terminal and entered 'ip addr', which listed the following:
Code:
[luke@localhost ~]$ ip addr
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 16436 qdisc noqueue state UNKNOWN
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
inet 127.0.0.1/8 scope host lo
inet6 ::1/128 scope host
valid_lft forever preferred_lft forever
2: eth0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc pfifo_fast state DOWN qlen 1000
link/ether 6c:f0:49:e3:bb:6a brd ff:ff:ff:ff:ff:ff
4: wlan0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP qlen 1000
link/ether 00:22:3f:05:2c:80 brd ff:ff:ff:ff:ff:ff
inet 192.168.1.4/24 brd 192.168.1.255 scope global wlan0
inet6 fe80::222:3fff:fe05:2c80/64 scope link
valid_lft forever preferred_lft forever
Ok, great, so now I know what IP address to forward to. And Xonotic seems to take the IP just fine, but then I get this in the terminal for the server:
Code:
...
Server using port 26000
Server listening on address 192.168.1.4:26000
Server listening on address [0:0:0:0:0:0:0:0]:26000
execing server.cfg
...
If I launch up Xonotic and manually enter in the IP address and port, I can connect to the game and play in my server just fine, but of course nobody else in the world can, and I want to set up a server so a friend of mine who lives in Ireland can play with me (I live in the US). And going off of the ip addr list, what the game is choosing is to go with that loopback connection, which doesn't go anywhere.
So first of all, am I even interpreting this correctly, or is something else going on? And second, what can I do to fix the problem so I can run a public server again?