Email or username:

Password:

Forgot your password?
woona

Вопрос для шарящих:

Имеется #misskey инстанс, у которого есть встроенный просмотр IP-адрессов. По неведомым мне причинам IP адрес клиента указывается постоянно 192.168.88.1 (да-да, стоит микрокотик и Hairpin NAT соответственно тоже для @darkshy).

В конфиге nginx прописана следующая конструкция, как по словам из интернетов - должно было помочь:

proxy_set_header Host $http_host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Forwarded-Proto $scheme;

Как вы догадываетесь, не помогло.

Куда копать? Могу скинуть и настройку mikrotik'a, если нужно.

@rf@mastodon.ml @ru@lor.sh #Mikrotik #Misskey


Eng:

Question for those wondering:

There is a #misskey instance that has a built-in IP address viewer. For reasons unknown to me, the client's IP address constantly changes to 192.168.88.1 (yes, there is a microcat and Hairpin NAT too for @darkshy).

The following structures are specified in the nginx config, as according to the Internet, it should have helped:
proxy_set_header Host $http_host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Forwarded-Proto $scheme;

As you might guess, it didn’t help.

Where to dig? I can export mikrotik config if necessary.

1 comment
woona

@darkshy @rf@mastodon.ml @ru@lor.sh почему то боты проигнорировали этот пост..

Go Up