[WINDOWS 10] Port Forwarding problem.

Luffy

New member
Messages
303
Points
0
Location
#DDos
Emulator
hi i got this problem that the port 5121, 6121, 6900 on windows.

i did all the guides, like adding a rule on windows firewall , inbound and outbound of 5121 6121 6900 tcp/udp.

and then check the port online still not open.

----------------------------------------------------------------------

P.S. About No-Ip app.

Hercules\conf\char     Char-server.conf

// Login Server IP
        // The character server connects to the login server using this IP address.
        // NOTE: This is useful when you are running behind a firewall or are on
        // a machine with multiple interfaces.
        login_ip: "my-no-ip"

        // The character server listens on the interface with this IP address.
        // NOTE: This allows you to run multiple servers on multiple interfaces
        // while using the same ports for each server.
        //bind_ip: "127.0.0.1"

        // Login Server Port
        login_port: 6900

        // Character Server IP
        // The IP address which clients will use to connect.
        // Set this to what your server's public IP address is.
        char_ip: "my-no-ip"

        // Character Server Port
        char_port: 6121




MAP-SERVER.conf

// Character Server IP
// The map server connects to the character server using this IP address.
// NOTE: This is useful when you are running behind a firewall or are on
// a machine with multiple interfaces.
char_ip: "my-no-ip"

// The map server listens on the interface with this IP address.
// NOTE: This allows you to run multiple servers on multiple interfaces
// while using the same ports for each server.
//bind_ip: "127.0.0.1"

// Character Server Port
char_port: 6121

// Map Server IP
// The IP address which clients will use to connect.
// Set this to what your server's public IP address is.
map_ip: "my-no-ip"

// Map Server Port
map_port: 5121




Network.conf

what suppose to be the format input here. im bit lost .

lan_subnets: (

"255.255.255.0:no-ip:no-ip",

)

allowed: (

"127.0.0.1:255.0.0.0"

)

trusted: (
    "127.0.0.1:255.0.0.0",
)


 
Last edited by a moderator:
Back
Top