Skip to forum content

You are not logged in. Please login or register.


forums.pvpgn.pro → [EN] Tech Support → Can't connect outside of LAN

Pages 1

You must login or register to post a reply

RSS topic feed

Posts: 5

1

Topic: Can't connect outside of LAN

I'm having trouble making my server available outside my LAN.

When I start the server, I am able to log into it via my internal IP, but I am not able to log into it using the external IP. Is there something specific that you're supposed to edit to allow your server to be available to the public?

I've forwarded ports 6112-6119, 4000, and 16112 and allowed them through the firewall. Compatability mode is set to Windows XP3. Right now, I'm testing this with Warcraft 2.

I imagine I probably need to do something here in bnetd.conf:

#servaddrs = ":9999"
#servaddrs = "myinternalname.some.com,localhost"
servaddrs = ":" # default interface (all) and default port (6112)


I've tried putting in my external IP with port 6112. as well as port 16112, but I get an error message of "pvpgn::bnetd::_setup_listensock: could not bind bnet socket to address" each time


I've been able to previously host servers for non-Blizzard games, so I don't think it's an internet issues, for whatever that's worth.

2

Re: Can't connect outside of LAN

floopity wrote:

I'm having trouble making my server available outside my LAN.

When I start the server, I am able to log into it via my internal IP, but I am not able to log into it using the external IP. Is there something specific that you're supposed to edit to allow your server to be available to the public?

I've forwarded ports 6112-6119, 4000, and 16112 and allowed them through the firewall. Compatability mode is set to Windows XP3. Right now, I'm testing this with Warcraft 2.

I imagine I probably need to do something here in bnetd.conf:

#servaddrs = ":9999"
#servaddrs = "myinternalname.some.com,localhost"
servaddrs = ":" # default interface (all) and default port (6112)


I've tried putting in my external IP with port 6112. as well as port 16112, but I get an error message of "pvpgn::bnetd::_setup_listensock: could not bind bnet socket to address" each time


I've been able to previously host servers for non-Blizzard games, so I don't think it's an internet issues, for whatever that's worth.


Can anyone solve this problem?

3

Re: Can't connect outside of LAN

To me it looks like your ports are not forwarded.

4

Re: Can't connect outside of LAN

Lothar wrote:

To me it looks like your ports are not forwarded.

The log is as follows:
Aug 17 17:13:53 [info ] pvpgn::bnetd::_setup_listensock: listening for bnet connections on 192.168.100.73:6112 TCP
Aug 17 17:13:53 [info ] pvpgn::bnetd::_setup_listensock: listening for w3route connections on 192.168.100.73:6200 TCP
Aug 17 17:15:07 [info ] pvpgn::bnetd::sd_accept: [652] accepted connection from 192.168.100.1:52847 on 192.168.100.73:6112
Aug 17 17:15:07 [info ] pvpgn::bnetd::handle_init_packet: [652] client initiated bnet connection
Aug 17 17:15:08 [info ] pvpgn::bnetd::conn_set_gamelang: [652] setting client gamelang to "enUS"
Aug 17 17:15:08 [info ] pvpgn::bnetd::handle_udp_packet: [652][936] SESSIONADDR2 set new UDP address to 192.168.100.1:8665
Aug 17 17:15:08 [info ] pvpgn::bnetd::_client_authreq109: [652] CLIENT_AUTHREQ_109 ticks=0x62d8ebe0, verstr=1.16.1.1 exeinfo="StarCraft.exe 01/24/09 14:20:54 1220608" versionid=0x000000d3 gameversion=0x01100101 checksum=0x6392aafd
Aug 17 17:15:08 [info ] pvpgn::bnetd::_client_authreq109: [652] skipping versioncheck because allow_unknown_version is true
Aug 17 17:15:08 [info ] pvpgn::bnetd::_client_authreq109: [652] no upgrade is available
Aug 17 17:15:08 [info ] pvpgn::bnetd::_client_fileinforeq: [652] file requested: "icons_STAR.bni" - type = 0x1d
Aug 17 17:15:08 [info ] pvpgn::bnetd::_client_fileinforeq: [652] file requested: "tos_USA.txt" - type = 0x1a
Aug 17 17:15:08 [info ] pvpgn::bnetd::_client_fileinforeq: [652] file requested: "bnserver.ini" - type = 0x1b
Aug 17 17:15:12 [info ] pvpgn::bnetd::_client_loginreq2: [652] login for "test1" refused (this account is locked)
Aug 17 17:15:18 [info ] pvpgn::bnetd::_client_loginreq2: [652] "test3" logged in (correct password)
Aug 17 17:15:19 [info ] pvpgn::bnetd::conn_set_channel: [652] joined channel "Brood War-1"

SESSIONADDR2 set new UDP address to 192.168.100.1:8665?Why is no network segment assigned?

Added: 17.08.2021 13:26

Lothar wrote:

To me it looks like your ports are not forwarded.

How to UDP broadcast when not in the same network segment? The pvpgn does not appear to be assigned a network segment.

5

Re: Can't connect outside of LAN

i figured out the problem. i had my network profile set to public instead of private, and my firewall rule was set to private access only. once i set the network to private, it worked fine. sorry to waste your guys' time

Posts: 5

Pages 1

You must login or register to post a reply

Who now at forum

Currently view post: 1 guest, 0 registered users

forums.pvpgn.pro → [EN] Tech Support → Can't connect outside of LAN