Brakdis Posted April 8, 2020 Share Posted April 8, 2020 that is before when i set the ip   { "Host": 173.177.64.7, "Port": 5400, "GameFont": "sourcesansproblack", "EntityNameFont": "sourcesansproblack", "ChatBubbleFont": "sourcesansproblack", "ActionMsgFont": "sourcesansproblack", "UIFont": "sourcesanspro,8", "ChatLines": 100, "MenuMusic": "RPG-Theme_v001_Looping.ogg", "MenuBackground": "background.png", "IntroImages": [] } and that is after { "Host": "localhost", "Port": 5400, "GameFont": "sourcesansproblack", "EntityNameFont": "sourcesansproblack", "ChatBubbleFont": "sourcesansproblack", "ActionMsgFont": "sourcesansproblack", "UIFont": "sourcesanspro,8", "ChatLines": 100, "MenuMusic": "RPG-Theme_v001_Looping.ogg", "MenuBackground": "background.png", "IntroImages": [] } someone can help me  Link to comment Share on other sites More sharing options...
0 jcsnider Posted April 8, 2020 Share Posted April 8, 2020 Routers often block connecting to self via external IP. You can ignore that. Use localhost for yourself and your external IP for everyone else. Link to comment Share on other sites More sharing options...
0 jcsnider Posted April 8, 2020 Share Posted April 8, 2020 Put the IP in quotes so the json format is valid. Link to comment Share on other sites More sharing options...
0 Brakdis Posted April 8, 2020 Author Share Posted April 8, 2020 oki i will try Link to comment Share on other sites More sharing options...
0 Brakdis Posted April 8, 2020 Author Share Posted April 8, 2020 oki i will try but i have that probleme to   Intersect Network Diagnostics External IP (from AGD): 173.177.64.7 Routers IP (from UPnP): 10.0.0.167 Internal IP: 192.168.0.180 Server Port: 5400 Server Status (connecting to self via localhost: 127.0.0.1:5400): Online Server Status (connecting to self via internal ip: 192.168.0.180:5400): Online Server Status (connecting to self via router ip (from UPnP): 10.0.0.167:5400): Offline Server Status (connecting to self via external ip (from AGD): 173.177.64.7:5400): Offline Server Status (as seen by AGD): Online UPnP Log: Connected to UPnP device: EndPoint: 192.168.0.1:6352 Control Url: http://192.168.0.1:6352/ctl/IPConn Service Type: urn:schemas-upnp-org:service:WANIPConnection:1 Last Seen: 4/8/2020 1:52:21 PM Successfully auto port forwarded udp port 5400 using UPnP. Trace Route to AGD 192.168.0.1 10.0.0.1 173.177.64.1 10.170.192.146 142.44.208.200 142.44.208.173 198.27.73.96  Link to comment Share on other sites More sharing options...
0 Brakdis Posted April 8, 2020 Author Share Posted April 8, 2020 what i can do to fix it the server say the server is visible from the outside world  Link to comment Share on other sites More sharing options...
0 jcsnider Posted April 8, 2020 Share Posted April 8, 2020 Server Status (as seen by AGD): Online  It is seen. You're good to go. Link to comment Share on other sites More sharing options...
0 Brakdis Posted April 8, 2020 Author Share Posted April 8, 2020 yeah but bot by the external ip 173.177.64.7 Â Link to comment Share on other sites More sharing options...
0 Brakdis Posted April 8, 2020 Author Share Posted April 8, 2020 i try to figured the problem but is not the firewall or the router Link to comment Share on other sites More sharing options...
0 Brakdis Posted April 8, 2020 Author Share Posted April 8, 2020 that is my last netdebug  Intersect Network Diagnostics External IP (from AGD): 173.177.64.7 Routers IP (from UPnP): 10.0.0.167 Internal IP: 192.168.0.180 Server Port: 5400 Server Status (connecting to self via localhost: 127.0.0.1:5400): Online Server Status (connecting to self via internal ip: 192.168.0.180:5400): Online Server Status (connecting to self via router ip (from UPnP): 10.0.0.167:5400): Online Server Status (connecting to self via external ip (from AGD): 173.177.64.7:5400): Offline <--- Server Status (as seen by AGD): Online UPnP Log: Connected to UPnP device: EndPoint: 192.168.0.1:6352 Control Url: http://192.168.0.1:6352/ctl/IPConn Service Type: urn:schemas-upnp-org:service:WANIPConnection:1 Last Seen: 4/8/2020 2:22:15 PM Successfully auto port forwarded udp port 5400 using UPnP. Trace Route to AGD 192.168.0.1 10.0.0.1 173.177.64.1 10.170.192.146 142.44.208.200 142.44.208.173 198.27.73.96 the arrow show my problem Link to comment Share on other sites More sharing options...
0 Cheshire Posted April 8, 2020 Share Posted April 8, 2020 Did you actually change your config filewith this line in it exactly? Everything else seems fine, so it's probably just rewriting your config because you turned the syntax invalid. Â { "Host": "173.177.64.7", "Port": 5400, "GameFont": "sourcesansproblack", "EntityNameFont": "sourcesansproblack", "ChatBubbleFont": "sourcesansproblack", "ActionMsgFont": "sourcesansproblack", "UIFont": "sourcesanspro,8", "ChatLines": 100, "MenuMusic": "RPG-Theme_v001_Looping.ogg", "MenuBackground": "background.png", "IntroImages": [] } Link to comment Share on other sites More sharing options...
0 Brakdis Posted April 8, 2020 Author Share Posted April 8, 2020 yeah the client say the server is still offline    oki thx jc i will try and advise if is fixed or not   still don connect  im running out of option  i go check the log maybe i will find the problem there  Link to comment Share on other sites More sharing options...
Question
Brakdis
that is before when i set the ip
Â
Â
and that is after
someone can help me
Â
Link to comment
Share on other sites
11 answers to this question
Recommended Posts