Pop-Up Thingie

>>> Magnum BBS <<<
  • Home
  • Forum
  • Files
  • Log in

  1. Forum
  2. FidoNet
  3. SYNC SYSOPS
  • If VHOSTS and ONE_HTTP_LOG options are enabled, log VHOST instead of H

    From Fernando Toledo@1:103/705 to GitLab note in main/sbbs on Wed Feb 11 11:45:13 2026
    https://gitlab.synchro.net/main/sbbs/-/commit/4281523d6b7b0d41514ac7ff52a999292c9d2d26#note_8265

    hi @rswindell any chance to get the original IP from the http client in the logs?
    ![image](/uploads/5a7e8bbd04557792710f6a48ed43ae60/image.png){width=1185 height=642}

    I use nginx as reverse proxy. I add the headers to get the x-real-ip:

    ```
    location /web/ {
    proxy_set_header Host $host;
    proxy_set_header X-Real-IP $remote_addr;
    proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
    proxy_pass http://127.0.0.1:8088/;
    }
    ```
    but I still get the 127.0.0.1 as you can see in the screenshot..
    It would be good if I had the original IP address because then I could use it for fail2ban.
    Is this possible if I change some settings?
    --- SBBSecho 3.37-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Rob Swindell@1:103/705 to GitLab note in main/sbbs on Wed Feb 11 13:50:19 2026
    https://gitlab.synchro.net/main/sbbs/-/commit/4281523d6b7b0d41514ac7ff52a999292c9d2d26#note_8267

    There's no setting that would currently add that the http-access log. There is the feature request (https://gitlab.synchro.net/main/sbbs/-/issues/1064) which could possibly include custom headers if it were to be implemented.
    --- SBBSecho 3.37-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Rob Swindell@1:103/705 to GitLab note in main/sbbs on Wed Feb 11 23:22:28 2026
    https://gitlab.synchro.net/main/sbbs/-/commit/4281523d6b7b0d41514ac7ff52a999292c9d2d26#note_8282

    I came across the [web] RemoteIPHeader setting today, I think that's what you're looking maybe. Set that (in your sbbs.ini file) to your X-Real-IP and you should get what you're looking for in the log messages, I think.
    --- SBBSecho 3.37-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Rob Swindell@1:103/705 to GitLab note in main/sbbs on Wed Feb 11 23:25:25 2026
    https://gitlab.synchro.net/main/sbbs/-/commit/4281523d6b7b0d41514ac7ff52a999292c9d2d26#note_8283

    For more info, see commit 7712fdfa3ed04e3c58dc4c73d154e0a8a8c5ec0d
    --- SBBSecho 3.37-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Fernando Toledo@1:103/705 to GitLab note in main/sbbs on Fri Feb 13 08:56:34 2026
    https://gitlab.synchro.net/main/sbbs/-/commit/4281523d6b7b0d41514ac7ff52a999292c9d2d26#note_8288

    good I will update asap!
    thanks!
    --- SBBSecho 3.37-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • Who's Online

  • Recent Visitors

    • Retrojimmyx
      Mon Sep 14 00:27:04 2026
      from Derbyshire via Telnet
    • Rixter
      Mon Sep 14 00:01:35 2026
      from Madison, Nc via Telnet
    • Sam Shaxted
      Sun Sep 13 14:48:09 2026
      from Sittingbourne, Kent via SSH
    • Furryboy
      Sun Sep 13 13:32:38 2026
      from Romania, Galati via SSH
    • Bob Worm
      Sun Sep 13 13:31:58 2026
      from Wales, Uk via Telnet
    • Rixter
      Sun Sep 13 12:01:35 2026
      from Madison, Nc via Telnet
    • Quenix
      Sun Sep 13 01:29:15 2026
      from Qu�bec, Canada via Telnet
    • Rixter
      Sun Sep 13 00:01:34 2026
      from Madison, Nc via Telnet
  • System Info

    Sysop: Keyop
    Location: Huddersfield, West Yorkshire, UK
    Users: 764
    Nodes: 16 (3 / 13)
    Uptime: 10:06:49
    Calls: 12,754
    Calls today: 2
    Files: 15,355
    Messages: 6,556,562

© >>> Magnum BBS <<<, 2026