relay status not working

Hi, i am started public relay on my server but not show status on relays.syncthing.net from my relay. ports 22067 and 22070 forwarded correctly. in lan work

 wget http://192.168.88.247:22070/status -O - 2>/dev/null
{
    "bytesProxied": 2035796,
    "goArch": "amd64",
    "goMaxProcs": 4,
    "goNumRoutine": 32,
    "goOS": "linux",
    "goVersion": "go1.6.1",
    "kbps10s1m5m15m30m60m": [
        28,
        119,
        51,
        17,
        8,
        4
    ],
    "numActiveSessions": 1,
    "numConnections": 10,
    "numPendingSessionKeys": 0,
    "numProxies": 2,
    "options": {
        "global-rate": 0,
        "message-timeout": 60,
        "network-timeout": 120,
        "per-session-rate": 0,
        "ping-interval": 60,
        "pools": [
            "https://relays.syncthing.net/endpoint"
        ],
        "provided-by": "hdhog"
    },
    "startTime": "2016-04-23T15:17:24.605797605+04:00",
    "uptimeSeconds": 894
}%

from another server

wget http://85.113.39.166:22070/status -O - 2>/dev/null
{
    "bytesProxied": 2297382,
    "goArch": "amd64",
    "goMaxProcs": 4,
    "goNumRoutine": 38,
    "goOS": "linux",
    "goVersion": "go1.6.1",
    "kbps10s1m5m15m30m60m": [
        12,
        14,
        60,
        20,
        10,
        5
    ],
    "numActiveSessions": 1,
    "numConnections": 13,
    "numPendingSessionKeys": 0,
    "numProxies": 2,
    "options": {
        "global-rate": 0,
        "message-timeout": 60,
        "network-timeout": 120,
        "per-session-rate": 0,
        "ping-interval": 60,
        "pools": [
            "https://relays.syncthing.net/endpoint"
        ],
        "provided-by": "hdhog"
    },
    "startTime": "2016-04-23T15:17:24.605797605+04:00",
    "uptimeSeconds": 1032
}#

but status on page not showing

Please post the output of relaysrv. It logs to standard output, and will indicate if anything is wrong.

The page is cached for 5-10 minutes, so it can take a while for a new relay to show up. This is to deal with restarts etc.

i found problem, problem in NAT. my pc and relay server in one lan network is have one external ip address. relays.syncthing.net requested status from client side.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.