Simple Sache...
Tach tach,
meine Lösung, welche bei einer 7140 (fw 39.04.57) ohne virtuellen Adapter auf Port 82 läuft:
ar7.cfg von Hand im Bereich Rules ergänzen:
forwardrules = "tcp 0.0.0.0:21 0.0.0.0:21 0",
"tcp 0.0.0.0:444 0.0.0.0:444 0",
"udp 0.0.0.0:5060 0.0.0.0:5060",
"tcp 0.0.0.0:443 0.0.0.0:443 0 # VPN-Server",
"tcp 0.0.0.0:82 0.0.0.0:82 0 # HTTP-Server",
"tcp 0.0.0.0:22 0.0.0.0:22 0 # SSH-Server",
"tcp 0.0.0.0:80 10.3.2.5:22 0 # VNC",
"tcp 0.0.0.0:3724 10.3.2.24:3724 0 # WoW",
"tcp 0.0.0.0:6112 10.3.2.24:6112 0 # WoW2";
apache.conf, hier ists noch einfacher (dyndns adresse bei servername eintragen):
# Listen: Allows you to bind Apache to specific IP addresses and/or
# ports, instead of the default. See also the <VirtualHost>
# directive.
#
Listen 82
#
# BindAddress: You can support virtual hosts with this option. This directive
# is used to tell the server which IP address to listen to. It can either
# contain "*", an IP address, or a fully qualified Internet domain name.
# See also the <VirtualHost> and Listen directives.
#
BindAddress *
# 127.0.0.1 is the TCP/IP local loop-back address, often named localhost. Your
# machine always knows itself by this address. If you use Apache strictly for
# local testing and development, you may use 127.0.0.1 as the server name.
#
ServerName blahblah.dyndns.org
Somit muss die default.cfg nur mit dem Start von Apache ergänzt werden (meinUSBstick ersetzen durch euren eigenen Sticknahmen):
/var/media/ftp/meinUSBstick/apache -f /var/media/ftp/meinUSBstick/conf/apache.conf
Falls der Eine oder Andere keinen plan hat wovon ich spreche, angehängt sind noch mein apache.conf, default.cfg und ar7.cfg.
Möge es jemandem helfen