Configuration with Arma Reforger - Proxy Settings in Arma Reforger

System Information

Field Value
Operating System Linux - Debian GNU/Linux 12 on x86_64
Product AMP ‘Phobos’ v2.6.4.2 (Mainline)
Virtualization ProxmoxLXC
Application Arma Reforger
Module GenericModule
Running in Container No
Current State Ready

Problem Description

Issue

Hi there,

I’ve noticed that the Configuration file for Arma Reforger is wrong.
If you have it behind a NAT you need to configure also these two to the public IP. If you have it on 0.0.0.0 it won’t work.

"a2s": {
    "address": "PUBLIC IP", ---> NO Settings for that?
    "port": 2802
},
"rcon": {
    "address": "PUBLIC IP", ---> NO Settings for that?

Best regards,

Reproduction Steps

  • Install Arma Reforger
  • Go into the Configuration Tab
  • No A2S and RCON Public IP to see which is required for NAT

Your assertions are incorrect

Those settings are for binding the query and RCON sockets. By definition they can only be bound to an IP on the network interface, or 0.0.0.0 (all interface IPs)

You cannot bind a socket to a public IP that doesn’t exist on the network interface, which is exactly the situation when behind NAT