Re: running civserver to allow external access
Patrick Webster <aushack-m/[email protected]>
| Newsgroups | gmane.games.freeciv.general |
|---|---|
| Message-ID | <[email protected]> |
>| No, it binds to 0.0.0.0:5555, as you can see with netstat -an on a Linux >| box, which is port 5555 on *all* interfaces. Fixed. The server works like a charm as promised. Problem was my iptables ruleset said '-dport 5555' not '--dport 5555' which it should have. Thanks anyhow, -Patrick