My cousin is trying to connect to my server, he can access the login-server, but after successful login, he can't direct to char-server(can't select character). In same router, he can connect with no problem.
I'm using no-ip.
char_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: 192.168.0.101
// 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
char_ip: yxx.noip.me
// Character Server Port
char_port: 6121
map_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: 192.168.0.101
// 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: yxx.noip.me
// Map Server Port
map_port: 5121
subnet:
// Subnet support file
// Format is:
// subnet: net-submask:char_ip:map_ip
// you can add more than one subnet (max 16)
// check is if((net-submask & char_ip ) == (net-submask & servip)) => ok
//subnet: 255.0.0.0:127.0.0.1:127.0.0.1
subnet: 255.0.0.0:192.168.0.101:192.168.0.101
subnet: 255.0.0.0:yxx.noip.me:yxx.noip.me
My cousin is trying to connect to my server, he can access the login-server, but after successful login, he can't direct to char-server(can't select character). In same router, he can connect with no problem.
I'm using no-ip.
char_conf:
map_conf:
subnet:
all the port is opened since I check it with http://www.canyouseeme.org/
He can login but after login he can't get through to character selection screen.
Can someone help me on this? thanks~
logserv.bat screen
Link to comment
Share on other sites