Re: Update von "fli4l-4.0.0-r56979-testing" auf "4.1.0--2025-12-13" OpenVPN funktioniert nicht

Martin Faderbauer <[email protected]>
Newsgroups spline.fli4l.dev
Organization spline
Message-ID <[email protected]>
Am 17.12.2025 um 19:45 schrieb Harvey:
> Martin,
> 
>> Wed Dec 17 2025     17:23:39     2025-12-17 17:23:39 DEPRECATED 
>> OPTION: The option --secret is deprecated.
>> Wed Dec 17 2025     17:23:39     2025-12-17 17:23:39 WARNING: 
>> Compression for receiving enabled. Compression has been used in the 
>> past to break encryption. Sent packets are not compressed unless 
>> "allow- compression yes" is also set.
> 
> diese Meldungen sind normal und unproblematisch (noch). Sie ändern 
> nichts an der Funktionsfähigkeit.
> 
> Du vernetzt 2 fli4l per Tunnel? Sind beide auf dem gleichen Stand?
> 
> Gern ein Fehler sind die Firewall-Regeln.
> 
> Du kannst mal deine openvpn.txt zeigen, wenn Du willst, natürlich 
> anonymisiert. Zusätzlich auch, was Du in den Paketfilter-Regeln in der 
> base.txt hast.
> 
> 
> 
> Gruß
> Harvey

Packet filter configuration
#------------------------------------------------------------------------------
#------------------------------------------------------------------------------
# INPUT chain
#------------------------------------------------------------------------------
PF_INPUT_POLICY='REJECT'        # be nice and use reject as policy
PF_INPUT_ACCEPT_DEF='yes'       # use default rule set
PF_INPUT_LOG='no'               # don't log at all
PF_INPUT_LOG_LIMIT='3/minute:5' # log 3 events per minute; allow a burst 
of 5
                                 # events
PF_INPUT_REJ_LIMIT='1/second:5' # reject 1 connection per second; allow 
a burst
                                 # of 5 events; otherwise drop packet
PF_INPUT_UDP_REJ_LIMIT='1/second:5'
                                 # reject 1 udp packet per second; allow 
a burst
                                 # of 5 events; otherwise drop packet
PF_INPUT[1]='IP_NET_1 ACCEPT'   # allow all hosts in the local network to
                                 # access the router
PF_INPUT[2]='IP_NET_2 ACCEPT'
PF_INPUT[3]='3048 ACCEPT'  # allow all hosts in the local Elba
PF_INPUT[4]='4158 ACCEPT'  # allow all hosts in the local AVG
PF_INPUT[5]='7074 ACCEPT'  # allow all hosts in the local AVG
PF_INPUT[6]='7500 ACCEPT'  # allow all hosts in the local AVG

                                      # network access to the router
PF_INPUT[7]='tmpl:samba DROP NOLOG' # drop (or reject) samba access
                                 # drop (or reject) samba access
#{
#  COMMENT='no samba traffic allowed'
                                 # without logging, otherwise the log 
file will
                                 # be filled with useless entries
#}

PF6_INPUT_POLICY='REJECT'       # be nice and use reject as policy
PF6_INPUT_ACCEPT_DEF='yes'      # use default rule set
PF6_INPUT_LOG='no'              # don't log anything
PF6_INPUT_LOG_LIMIT='3/minute:5'
                                 # log 3 events per minute; allow a 
burst of 5
                                 # events
PF6_INPUT_REJ_LIMIT='1/second:5'
                                 # reject 1 connection per second; allow 
a burst
                                 # of 5 events; otherwise drop packet
PF6_INPUT_UDP_REJ_LIMIT='1/second:5'
                                 # reject 1 udp packet per second; allow 
a burst
                                 # of 5 events; otherwise drop packet

#PF6_INPUT[]='[fe80::0/10] ACCEPT'
                                 # allow all hosts in the local network to
                                 # access the router
#PF6_INPUT[]='IPV6_NET_1 ACCEPT'
                                 # allow all hosts in the first subnet 
to access
                                 # the router
#PF6_INPUT[]='tmpl:samba DROP NOLOG'
                                 # drop (or reject) samba access
#{
#  COMMENT='no samba traffic allowed'
                                 # without logging, otherwise the log 
file will
                                 # be filled with useless entries
#}

#------------------------------------------------------------------------------
# FORWARD chain
#------------------------------------------------------------------------------
PF_FORWARD_POLICY='REJECT'      # be nice and use reject as policy
PF_FORWARD_ACCEPT_DEF='yes'     # use default rule set
PF_FORWARD_LOG='no'             # don't log at all
PF_FORWARD_LOG_LIMIT='3/minute:5'
                                 # log 3 events per minute; allow a 
burst of 5
                                 # events
PF_FORWARD_REJ_LIMIT='1/second:5'
                                 # reject 1 connection per second; allow 
a burst
                                 # of 5 events; otherwise drop packet
PF_FORWARD_UDP_REJ_LIMIT='1/second:5'
                                 # reject 1 udp packet per second; allow 
a burst

PF_FORWARD[1]='IP_NET_1 ACCEPT' # accept everything else
PF_FORWARD[2]='tmpl:samba DROP' # drop samba traffic if it tries
PF_FORWARD[3]='IP_NET_2 ACCEPT' # accept everything else

                                 # of 5 events; otherwise drop packet
PF6_FORWARD_POLICY='REJECT'     # be nice and use reject as policy
PF6_FORWARD_ACCEPT_DEF='yes'    # use default rule set
PF6_FORWARD_LOG='no'            # don't log anything
PF6_FORWARD_LOG_LIMIT='3/minute:5'
                                 # log 3 events per minute; allow a 
burst of 5
                                 # events
PF6_FORWARD_REJ_LIMIT='1/second:5'
                                 # reject 1 connection per second; allow 
a burst
                                 # of 5 events; otherwise drop packet
PF6_FORWARD_UDP_REJ_LIMIT='1/second:5'
                                 # reject 1 udp packet per second; allow 
a burst
                                 # of 5 events; otherwise drop packet

#PF6_FORWARD[]='tmpl:samba DROP'
                                 # drop samba traffic if it tries to 
leave the
                                 # subnet
#PF6_FORWARD[]='IPV6_NET_1 ACCEPT'
                                 # accept everything else

#------------------------------------------------------------------------------
# OUTPUT chain
#------------------------------------------------------------------------------
PF_OUTPUT_POLICY='ACCEPT'       # default policy for outgoing packets
PF_OUTPUT_ACCEPT_DEF='yes'      # use default rule set
PF_OUTPUT_LOG='no'              # don't log at all
PF_OUTPUT_LOG_LIMIT='3/minute:5'
                                 # log 3 events per minute; allow a 
burst of 5
                                 # events
PF_OUTPUT_REJ_LIMIT='1/second:5'
                                 # reject 1 connection per second; allow 
a burst
                                 # of 5 events; otherwise drop packet
PF_OUTPUT_UDP_REJ_LIMIT='1/second:5'
                                 # reject 1 udp packet per second; allow 
a burst
                                 # of 5 events; otherwise drop packet
#PF_OUTPUT[]='any 217.197.80.132 REJECT'
                                 # don't allow the fli4l to reach fli4l.de

PF6_OUTPUT_POLICY='ACCEPT'      # default policy for outgoing packets
PF6_OUTPUT_ACCEPT_DEF='yes'     # use default rule set
PF6_OUTPUT_LOG='no'             # don't log anything
PF6_OUTPUT_LOG_LIMIT='3/minute:5'
                                 # log 3 events per minute; allow a 
burst of 5
                                 # events
PF6_OUTPUT_REJ_LIMIT='1/second:5'
                                 # reject 1 connection per second; allow 
a burst
                                 # of 5 events; otherwise drop packet
PF6_OUTPUT_UDP_REJ_LIMIT='1/second:5'
                                 # reject 1 udp packet per second; allow 
a burst
                                 # of 5 events; otherwise drop packet
#PF6_OUTPUT[]='any 2001:bf0:c000:a::2:132 REJECT'
                                 # don't allow the fli4l to reach fli4l.de

#------------------------------------------------------------------------------
# POSTROUTING chain
#------------------------------------------------------------------------------
#PF_POSTROUTING[]='IP_NET_1 MASQUERADE'
                                 # masquerade traffic leaving the subnet

#PF6_POSTROUTING[]='IPV6_NET_1 MASQUERADE'
                                 # masquerade traffic leaving the subnet

PF_POSTROUTING[1]='IP_NET_1 MASQUERADE'  # masquerade traffic leaving
PF_POSTROUTING[2]='IP_NET_2 MASQUERADE' # masquerade traffic leaving
#------------------------------------------------------------------------------
# PREROUTING chain
#------------------------------------------------------------------------------
#PF_PREROUTING[]='1.2.3.4 dynamic:22 DNAT:@client2'
                                 # forward ssh connections coming from 
1.2.3.4
                                 # to client2

#PF6_PREROUTING[]='tmpl:ssh [2001:db8::1] DNAT:@client2'
                                 # forward ssh connections coming from
                                 # [2001:db8::1] to client2


    PF_PREROUTING[1]='prot:tcp xxx.xxx.236.243:25 DNAT:192.168.250.20:25'
    PF_PREROUTING[2]='prot:tcp xxx.xxx.236.243:143 DNAT:192.168.250.20:143'
    PF_PREROUTING[3]='prot:tcp xxx.xxx.236.243:80 DNAT:192.168.250.20:80'
    PF_PREROUTING[4]='prot:tcp xxx.xxx.236.243:443 DNAT:192.168.250.20:443'
    PF_PREROUTING[5]='prot:tcp xxx.xxx.236.244:25 DNAT:192.168.250.20:25'
    PF_PREROUTING[6]='prot:tcp xxx.xxx.236.244:143 DNAT:192.168.250.20:143'
    PF_PREROUTING[7]='prot:tcp xxx.xxx.236.244:80 DNAT:192.168.250.20:80'
    PF_PREROUTING[8]='prot:tcp xxx.xxx.236.244:993 DNAT:192.168.250.20:993'
    PF_PREROUTING[9]='prot:tcp xxx.xxx.236.244:443 DNAT:192.168.250.20:443'
    PF_PREROUTING[10]='prot:tcp xxx.xxx.236.244:465 DNAT:192.168.250.20:465'
#------------------------------------------------------------------------------
# PREROUTING_CT chain
#------------------------------------------------------------------------------
PF_PREROUTING_CT_ACCEPT_DEF='yes'
                                 # use default rule set
#PF_PREROUTING_CT[]='tmpl:ftp IP_NET_1 HELPER:ftp'
                                 # associate FTP conntrack helper for 
active FTP
                                 # forwarded from within the LAN to some FTP
                                 # server outside
#PF_PREROUTING_CT[]='tmpl:ftp any dynamic HELPER:ftp'
                                 # associate FTP conntrack helper for 
passive
                                 # FTP forwarded to the router's external IP
                                 # (some PREROUTING rule needs to 
forward the
                                 # packets to some FTP server within the 
LAN)

#PF6_PREROUTING_CT[]='tmpl:ftp IPV6_NET_1 HELPER:ftp'
                                 # associate FTP conntrack helper for 
active FTP
                                 # forwarded from within the LAN to some FTP
                                 # server outside
#PF6_PREROUTING_CT[]='tmpl:ftp any IPV6_NET_1 HELPER:ftp'
                                 # associate FTP conntrack helper for 
passive
                                 # FTP forwarded to some FTP server 
within the
                                 # LAN

#------------------------------------------------------------------------------
# OUTPUT_CT chain
#------------------------------------------------------------------------------
PF_OUTPUT_CT_ACCEPT_DEF='yes'   # use default rule set
#PF_OUTPUT_CT[]='tmpl:ftp HELPER:ftp'
                                 # associate FTP conntrack helper for 
outgoing
                                 # active FTP on the router (this rule 
is added
                                 # automatically by the tools package if
                                 # OPT_FTP='yes' and 
FTP_PF_ENABLE_ACTIVE='yes')

#PF6_OUTPUT_CT[]='tmpl:ftp HELPER:ftp'
                                 # associate FTP conntrack helper for 
outgoing
                                 # active FTP on the router (this rule 
is added
                                 # automatically by the tools package if
                                 # OPT_FTP='yes' and 
FTP_PF_ENABLE_ACTIVE='yes')



##-----------------------------------------------------------------------------
## fli4l 4.1.0--2025-12-13 - configuration for package "openvpn"
##
##  P L E A S E  R E A D  T H E  D O C U M E N T A T I O N !
##
##  B I T T E  U N B E D I N G T  D I E  D O K U M E N T A T I O N  L E 
S E N !
##
##-----------------------------------------------------------------------------
## Creation:     19.12.2003  babel
##
## Copyright (c) 2001-2016 - Frank Meyer, fli4l-Team <[email protected]>
##
## This program is free software; you can redistribute it and/or modify
## it under the terms of the GNU General Public License as published by
## the Free Software Foundation; either version 2 of the License, or
## (at your option) any later version.
##-----------------------------------------------------------------------------

#------------------------------------------------------------------------------
# OPT_OPENVPN - used only if OPT_OPENVPN='yes'
# Look at the documentation to see how to configure an openvpn tunnel.
#------------------------------------------------------------------------------

OPT_OPENVPN='yes'               # 'yes' or 'no' it's your choice

OPENVPN_EXPERT='no'             # provide openvpn config file, certificates
                                 # and keys in config/etc/openvpn folder

OPENVPN_WEBGUI='yes'             # install a web gui to 
start/stop/control openvpn

OPENVPN_N='14'                   # number of openvpn configurations

#
# Add these information to ovpn files generated with ovpn-convert-conf
# utility. Speeds up creating lots of 'reverse' matching ovpn config
# files
#
#OPT_OPENVPN_CONVERT_CONF='no'
#OPENVPN_CONVERT_CONF_ROUTE_N='1'
#OPENVPN_CONVERT_CONF_ROUTE_1='192.168.6.0/24'
#OPENVPN_CONVERT_CONF_CON_N='1'
#OPENVPN_CONVERT_CONF_CON_1_HOST='dyndns.example.com'
#OPENVPN_CONVERT_CONF_CON_1_FLOAT='yes'
#
OPENVPN_1_CREATE_SECRET='no'
OPENVPN_1_NAME='bbit01'
OPENVPN_1_REMOTE_HOST='xx.xxx.252.94'
OPENVPN_1_REMOTE_PORT='30330'
OPENVPN_1_LOCAL_PORT='30331'
OPENVPN_1_OPEN_OVPNPORT='yes'
OPENVPN_1_SECRET='gxxxxxe.secret'
OPENVPN_1_TYPE='tunnel'
OPENVPN_1_REMOTE_VPN_IP='192.168.151.21'
OPENVPN_1_LOCAL_VPN_IP='192.168.151.22'
OPENVPN_1_ROUTE_N='1'
OPENVPN_1_ROUTE_1='192.168.140.0/24'
OPENVPN_1_PF_INPUT_N='1'
OPENVPN_1_PF_INPUT_1='ACCEPT'
OPENVPN_1_PF_FORWARD_N='1'
OPENVPN_1_PF_FORWARD_1='ACCEPT BIDIRECTIONAL'
OPENVPN_1_PROTOCOL='udp4'
OPENVPN_1_CIPHER='BF-CBC'
OPENVPN_1_DIGEST='SHA1'								#Protokoll über UDP
OPENVPN_1_MUTE_REPLAY_WARNINGS='yes'

#-------------------------------------------------------------------------------

OPENVPN_2_CREATE_SECRET='no'							#No
OPENVPN_2_NAME='bbitws03' 								#Name
OPENVPN_2_REMOTE_VPN_IP='10.0.0.18' 					#Remote Ip die den client 
zugewiesen wird darf noch nicht verwendet werden
OPENVPN_2_LOCAL_VPN_IP='10.0.0.17' 						#Locale IP der Tunnels am Fli4l
OPENVPN_2_LOCAL_PORT='19999' 							#Localer port darf noch nicht 
verwendet werden
#
OPENVPN_2_OPEN_OVPNPORT='yes'							#yes
OPENVPN_2_SECRET='gxxxxxe.secret'						#Schlüsseldatei
OPENVPN_2_TYPE='tunnel' 								#Art der verbindung
OPENVPN_2_ROUTE_N='0' 									#keine route notwendig
OPENVPN_2_PF_INPUT_N='1' 								#firewall zugriff des portes
OPENVPN_2_PF_INPUT_1='ACCEPT'							#firewall zugriff des portes
OPENVPN_2_PF_FORWARD_N='1'								#firewall zugriff des portes
OPENVPN_2_PF_FORWARD_1='ACCEPT BIDIRECTIONAL'							#firewall zugriff 
des portes
OPENVPN_2_PROTOCOL='udp4'
OPENVPN_2_CIPHER='BF-CBC'
OPENVPN_2_DIGEST='SHA1'								#Protokoll über UDP
OPENVPN_2_MUTE_REPLAY_WARNINGS='yes'
							#Protokoll über UDP
#-------------------------------------------------------------------------------

OPENVPN_3_CREATE_SECRET='no'							#No
OPENVPN_3_NAME='bbitws82' 								#Name
OPENVPN_3_LOCAL_PORT='18881' 							#Localer port darf noch nicht 
verwendet werden
OPENVPN_3_REMOTE_VPN_IP='10.0.0.22' 					#Remote Ip die den client 
zugewiesen wird darf noch nicht verwendet werden
OPENVPN_3_LOCAL_VPN_IP='10.0.0.21' 						#Locale IP der Tunnels am Fli4l
#
OPENVPN_3_OPEN_OVPNPORT='yes'							#yes
OPENVPN_3_SECRET='gxxxxxe.secret'						#Schlüsseldatei
OPENVPN_3_TYPE='tunnel' 								#Art der verbindung
OPENVPN_3_ROUTE_N='0' 									#keine route notwendig
#OPENVPN_3_PF_INPUT_N='1' 								#firewall zugriff des portes
#OPENVPN_3_PF_INPUT_1='ACCEPT'							#firewall zugriff des portes
OPENVPN_3_PF_FORWARD_N='1'								#firewall zugriff des portes
OPENVPN_3_PF_FORWARD_1='ACCEPT BIDIRECTIONAL'							#firewall zugriff 
des portes
OPENVPN_3_PROTOCOL='udp4'
OPENVPN_3_CIPHER='BF-CBC'
OPENVPN_3_DIGEST='SHA1'								#Protokoll über UDP
OPENVPN_3_MUTE_REPLAY_WARNINGS='yes'
								#Protokoll über UDP

#-------------------------------------------------------------------------------

OPENVPN_4_CREATE_SECRET='no'							#No
OPENVPN_4_NAME='bbitws04' 								#Name
OPENVPN_4_LOCAL_PORT='18883' 							#Localer port darf noch nicht 
verwendet werden
OPENVPN_4_REMOTE_VPN_IP='10.0.0.26' 					#Remote Ip die den client 
zugewiesen wird darf noch nicht verwendet werden
OPENVPN_4_LOCAL_VPN_IP='10.0.0.25' 						#Locale IP der Tunnels am Fli4l
#
OPENVPN_4_OPEN_OVPNPORT='yes'							#yes
OPENVPN_4_SECRET='gxxxxxe.secret'						#Schlüsseldatei
OPENVPN_4_TYPE='tunnel' 								#Art der verbindung
OPENVPN_4_ROUTE_N='0' 									#keine route notwendig
OPENVPN_4_PF_INPUT_N='1' 								#firewall zugriff des portes
OPENVPN_4_PF_INPUT_1='ACCEPT'							#firewall zugriff des portes
OPENVPN_4_PF_FORWARD_N='1'								#firewall zugriff des portes
OPENVPN_4_PF_FORWARD_1='ACCEPT BIDIRECTIONAL'							#firewall zugriff 
des portes
OPENVPN_4_PROTOCOL='udp4'
OPENVPN_4_CIPHER='BF-CBC'
OPENVPN_4_DIGEST='SHA1'								#Protokoll über UDP
OPENVPN_4_MUTE_REPLAY_WARNINGS='yes'
								#Protokoll über UDP

#-------------------------------------------------------------------------------

OPENVPN_5_CREATE_SECRET='no'							#No
OPENVPN_5_NAME='bbitws08' 								#Name
OPENVPN_5_LOCAL_PORT='18885' 							#Localer port darf noch nicht 
verwendet werden
OPENVPN_5_REMOTE_VPN_IP='10.0.0.30' 					#Remote Ip die den client 
zugewiesen wird darf noch nicht verwendet werden
OPENVPN_5_LOCAL_VPN_IP='10.0.0.29' 						#Locale IP der Tunnels am Fli4l
#
OPENVPN_5_OPEN_OVPNPORT='yes'							#yes
OPENVPN_5_SECRET='gxxxxxe.secret'						#Schlüsseldatei
OPENVPN_5_TYPE='tunnel' 								#Art der verbindung
OPENVPN_5_ROUTE_N='0' 									#keine route notwendig
OPENVPN_5_PF_INPUT_N='1' 								#firewall zugriff des portes
OPENVPN_5_PF_INPUT_1='ACCEPT'							#firewall zugriff des portes
OPENVPN_5_PF_FORWARD_N='1'								#firewall zugriff des portes
OPENVPN_5_PF_FORWARD_1='ACCEPT BIDIRECTIONAL'							#firewall zugriff 
des portes
OPENVPN_5_PROTOCOL='udp4'
OPENVPN_5_CIPHER='BF-CBC'
OPENVPN_5_DIGEST='SHA1'								#Protokoll über UDP
OPENVPN_5_MUTE_REPLAY_WARNINGS='yes'
								#Protokoll über UDP

#-------------------------------------------------------------------------------

OPENVPN_6_CREATE_SECRET='no'							#No
OPENVPN_6_NAME='bbitws05' 								#Name
OPENVPN_6_LOCAL_PORT='18887' 							#Localer port darf noch nicht 
verwendet werden
OPENVPN_6_REMOTE_VPN_IP='10.0.0.34' 					#Remote Ip die den client 
zugewiesen wird darf noch nicht verwendet werden
OPENVPN_6_LOCAL_VPN_IP='10.0.0.33' 						#Locale IP der Tunnels am Fli4l
#
OPENVPN_6_OPEN_OVPNPORT='yes'							#yes
OPENVPN_6_SECRET='gxxxxxe.secret'						#Schlüsseldatei
OPENVPN_6_TYPE='tunnel' 								#Art der verbindung
OPENVPN_6_ROUTE_N='0' 									#keine route notwendig
OPENVPN_6_PF_INPUT_N='1' 								#firewall zugriff des portes
OPENVPN_6_PF_INPUT_1='ACCEPT'							#firewall zugriff des portes
OPENVPN_6_PF_FORWARD_N='1'								#firewall zugriff des portes
OPENVPN_6_PF_FORWARD_1='ACCEPT BIDIRECTIONAL'							#firewall zugriff 
des portes
OPENVPN_6_PROTOCOL='udp4'
OPENVPN_6_CIPHER='BF-CBC'
OPENVPN_6_DIGEST='SHA1'								#Protokoll über UDP
OPENVPN_6_MUTE_REPLAY_WARNINGS='yes'
								#Protokoll über UDP

#-------------------------------------------------------------------------------

OPENVPN_7_CREATE_SECRET='no'							#No
OPENVPN_7_NAME='bbitws09' 								#Name
OPENVPN_7_LOCAL_PORT='18889' 							#Localer port darf noch nicht 
verwendet werden
OPENVPN_7_REMOTE_VPN_IP='10.0.0.38' 					#Remote Ip die den client 
zugewiesen wird darf noch nicht verwendet werden
OPENVPN_7_LOCAL_VPN_IP='10.0.0.37' 						#Locale IP der Tunnels am Fli4l
#
OPENVPN_7_OPEN_OVPNPORT='yes'							#yes
OPENVPN_7_SECRET='gxxxxxe.secret'						#Schlüsseldatei
OPENVPN_7_TYPE='tunnel' 								#Art der verbindung
OPENVPN_7_ROUTE_N='0' 									#keine route notwendig
OPENVPN_7_PF_INPUT_N='1' 								#firewall zugriff des portes
OPENVPN_7_PF_INPUT_1='ACCEPT'							#firewall zugriff des portes
OPENVPN_7_PF_FORWARD_N='1'								#firewall zugriff des portes
OPENVPN_7_PF_FORWARD_1='ACCEPT BIDIRECTIONAL'							#firewall zugriff 
des portes
OPENVPN_7_PROTOCOL='udp4'
OPENVPN_7_CIPHER='BF-CBC'
OPENVPN_7_DIGEST='SHA1'								#Protokoll über UDP
OPENVPN_7_MUTE_REPLAY_WARNINGS='yes'
								#Protokoll über UDP

#-------------------------------------------------------------------------------

OPENVPN_8_CREATE_SECRET='no'							#No
OPENVPN_8_NAME='bbitws54' 								#Name
OPENVPN_8_LOCAL_PORT='18891' 							#Localer port darf noch nicht 
verwendet werden
OPENVPN_8_REMOTE_VPN_IP='10.0.0.42' 					#Remote Ip die den client 
zugewiesen wird darf noch nicht verwendet werden
OPENVPN_8_LOCAL_VPN_IP='10.0.0.41' 						#Locale IP der Tunnels am Fli4l
#
OPENVPN_8_OPEN_OVPNPORT='yes'							#yes
OPENVPN_8_SECRET='gxxxxxe.secret'						#Schlüsseldatei
OPENVPN_8_TYPE='tunnel' 								#Art der verbindung
OPENVPN_8_ROUTE_N='0' 									#keine route notwendig
OPENVPN_8_PF_INPUT_N='1' 								#firewall zugriff des portes
OPENVPN_8_PF_INPUT_1='ACCEPT'							#firewall zugriff des portes
OPENVPN_8_PF_FORWARD_N='1'								#firewall zugriff des portes
OPENVPN_8_PF_FORWARD_1='ACCEPT BIDIRECTIONAL'							#firewall zugriff 
des portes
OPENVPN_8_PROTOCOL='udp4'
OPENVPN_8_CIPHER='BF-CBC'
OPENVPN_8_DIGEST='SHA1'								#Protokoll über UDP
OPENVPN_8_MUTE_REPLAY_WARNINGS='yes'
								#Protokoll über UDP

#-------------------------------------------------------------------------------

OPENVPN_9_CREATE_SECRET='no'							#No
OPENVPN_9_NAME='bbitws02' 								#Name
OPENVPN_9_LOCAL_PORT='18893' 							#Localer port darf noch nicht 
verwendet werden
OPENVPN_9_REMOTE_VPN_IP='10.0.0.46' 					#Remote Ip die den client 
zugewiesen wird darf noch nicht verwendet werden
OPENVPN_9_LOCAL_VPN_IP='10.0.0.45' 						#Locale IP der Tunnels am Fli4l
#
OPENVPN_9_OPEN_OVPNPORT='yes'							#yes
OPENVPN_9_SECRET='gxxxxxe.secret'						#Schlüsseldatei
OPENVPN_9_TYPE='tunnel' 								#Art der verbindung
OPENVPN_9_ROUTE_N='0' 									#keine route notwendig
OPENVPN_9_PF_INPUT_N='1' 								#firewall zugriff des portes
OPENVPN_9_PF_INPUT_1='ACCEPT'							#firewall zugriff des portes
OPENVPN_9_PF_FORWARD_N='1'								#firewall zugriff des portes
OPENVPN_9_PF_FORWARD_1='ACCEPT BIDIRECTIONAL'							#firewall zugriff 
des portes
OPENVPN_9_PROTOCOL='udp4'
OPENVPN_9_CIPHER='BF-CBC'
OPENVPN_9_DIGEST='SHA1'								#Protokoll über UDP
OPENVPN_9_MUTE_REPLAY_WARNINGS='yes'
							#Protokoll über UDP
#-------------------------------------------------------------------------------

OPENVPN_10_CREATE_SECRET='no'							#No
OPENVPN_10_NAME='bbitws06' 								#Name
OPENVPN_10_LOCAL_PORT='18895' 							#Localer port darf noch nicht 
verwendet werden
OPENVPN_10_REMOTE_VPN_IP='10.0.0.50' 					#Remote Ip die den client 
zugewiesen wird darf noch nicht verwendet werden
OPENVPN_10_LOCAL_VPN_IP='10.0.0.49' 						#Locale IP der Tunnels am Fli4l
#
OPENVPN_10_OPEN_OVPNPORT='yes'							#yes
OPENVPN_10_SECRET='gxxxxxe.secret'						#Schlüsseldatei
OPENVPN_10_TYPE='tunnel' 								#Art der verbindung
OPENVPN_10_ROUTE_N='0' 									#keine route notwendig
OPENVPN_10_PF_INPUT_N='1' 								#firewall zugriff des portes
OPENVPN_10_PF_INPUT_1='ACCEPT'							#firewall zugriff des portes
OPENVPN_10_PF_FORWARD_N='1'								#firewall zugriff des portes
OPENVPN_10_PF_FORWARD_1='ACCEPT BIDIRECTIONAL'							#firewall zugriff 
des portes
OPENVPN_10_PROTOCOL='udp4'
OPENVPN_10_CIPHER='BF-CBC'
OPENVPN_10_DIGEST='SHA1'								#Protokoll über UDP
OPENVPN_10_MUTE_REPLAY_WARNINGS='yes'

#-------------------------------------------------------------------------------

OPENVPN_11_CREATE_SECRET='no'							#No
OPENVPN_11_NAME='bbitws01' 								#Name
OPENVPN_11_LOCAL_PORT='18897' 							#Localer port darf noch nicht 
verwendet werden
OPENVPN_11_REMOTE_VPN_IP='10.0.0.54' 					#Remote Ip die den client 
zugewiesen wird darf noch nicht verwendet werden
OPENVPN_11_LOCAL_VPN_IP='10.0.0.53' 						#Locale IP der Tunnels am Fli4l
#
OPENVPN_11_OPEN_OVPNPORT='yes'							#yes
OPENVPN_11_SECRET='gxxxxxe.secret'						#Schlüsseldatei
OPENVPN_11_TYPE='tunnel' 								#Art der verbindung
OPENVPN_11_ROUTE_N='0' 									#keine route notwendig
OPENVPN_11_PF_INPUT_N='1' 								#firewall zugriff des portes
OPENVPN_11_PF_INPUT_1='ACCEPT'							#firewall zugriff des portes
OPENVPN_11_PF_FORWARD_N='1'								#firewall zugriff des portes
OPENVPN_11_PF_FORWARD_1='ACCEPT BIDIRECTIONAL'							#firewall zugriff 
des portes
OPENVPN_11_PROTOCOL='udp4'
OPENVPN_11_CIPHER='BF-CBC'
OPENVPN_11_DIGEST='SHA1'								#Protokoll über UDP
OPENVPN_11_MUTE_REPLAY_WARNINGS='yes'
								#Protokoll über UDP

#-------------------------------------------------------------------------------

OPENVPN_12_CREATE_SECRET='no'							#No
OPENVPN_12_NAME='bbitws87' 								#Name
OPENVPN_12_LOCAL_PORT='18899' 							#Localer port darf noch nicht 
verwendet werden
OPENVPN_12_REMOTE_VPN_IP='10.0.0.58' 					#Remote Ip die den client 
zugewiesen wird darf noch nicht verwendet werden
OPENVPN_12_LOCAL_VPN_IP='10.0.0.57' 						#Locale IP der Tunnels am Fli4l
#
OPENVPN_12_OPEN_OVPNPORT='yes'							#yes
OPENVPN_12_SECRET='gxxxxxe.secret'						#Schlüsseldatei
OPENVPN_12_TYPE='tunnel' 								#Art der verbindung
OPENVPN_12_ROUTE_N='0' 									#keine route notwendig
OPENVPN_12_PF_INPUT_N='1' 								#firewall zugriff des portes
OPENVPN_12_PF_INPUT_1='ACCEPT'							#firewall zugriff des portes
OPENVPN_12_PF_FORWARD_N='1'								#firewall zugriff des portes
OPENVPN_12_PF_FORWARD_1='ACCEPT BIDIRECTIONAL'							#firewall zugriff 
des portes
OPENVPN_12_PROTOCOL='udp4'
OPENVPN_12_CIPHER='BF-CBC'
OPENVPN_12_DIGEST='SHA1'								#Protokoll über UDP
OPENVPN_12_MUTE_REPLAY_WARNINGS='yes'
								#Protokoll über UDP

#-------------------------------------------------------------------------------

OPENVPN_13_CREATE_SECRET='no'							#No
OPENVPN_13_NAME='bbit-kassa' 								#Name
OPENVPN_13_LOCAL_PORT='18901' 							#Localer port darf noch nicht 
verwendet werden
OPENVPN_13_REMOTE_VPN_IP='10.0.0.62' 					#Remote Ip die den client 
zugewiesen wird darf noch nicht verwendet werden
OPENVPN_13_LOCAL_VPN_IP='10.0.0.61' 						#Locale IP der Tunnels am Fli4l
#
OPENVPN_13_OPEN_OVPNPORT='yes'							#yes
OPENVPN_13_SECRET='gxxxxxe.secret'						#Schlüsseldatei
OPENVPN_13_TYPE='tunnel' 								#Art der verbindung
OPENVPN_13_ROUTE_N='0' 									#keine route notwendig
OPENVPN_13_PF_INPUT_N='1' 								#firewall zugriff des portes
OPENVPN_13_PF_INPUT_1='ACCEPT'							#firewall zugriff des portes
OPENVPN_13_PF_FORWARD_N='1'								#firewall zugriff des portes
OPENVPN_13_PF_FORWARD_1='ACCEPT BIDIRECTIONAL'							#firewall zugriff 
des portes
OPENVPN_13_PROTOCOL='udp4'
OPENVPN_13_CIPHER='BF-CBC'
OPENVPN_13_DIGEST='SHA1'								#Protokoll über UDP
OPENVPN_13_MUTE_REPLAY_WARNINGS='yes'
#-------------------------------------------------------------------------------

OPENVPN_14_CREATE_SECRET='no'							#No
OPENVPN_14_NAME='bbitws07' 								#Name
OPENVPN_14_LOCAL_PORT='18903' 							#Localer port darf noch nicht 
verwendet werden
OPENVPN_14_REMOTE_VPN_IP='10.0.0.66' 					#Remote Ip die den client 
zugewiesen wird darf noch nicht verwendet werden
OPENVPN_14_LOCAL_VPN_IP='10.0.0.65' 						#Locale IP der Tunnels am Fli4l
#
OPENVPN_14_OPEN_OVPNPORT='yes'							#yes
OPENVPN_14_SECRET='gxxxxxe.secret'						#Schlüsseldatei
OPENVPN_14_TYPE='tunnel' 								#Art der verbindung
OPENVPN_14_ROUTE_N='0' 									#keine route notwendig
OPENVPN_14_PF_INPUT_N='1' 								#firewall zugriff des portes
OPENVPN_14_PF_INPUT_1='ACCEPT'							#firewall zugriff des portes
OPENVPN_14_PF_FORWARD_N='1'								#firewall zugriff des portes
OPENVPN_14_PF_FORWARD_1='ACCEPT BIDIRECTIONAL'							#firewall zugriff 
des portes
OPENVPN_14_PROTOCOL='udp4'
OPENVPN_14_CIPHER='BF-CBC'
OPENVPN_14_DIGEST='SHA1'								#Protokoll über UDP
OPENVPN_14_MUTE_REPLAY_WARNINGS='yes'
#-------------------------------------------------------------------------------
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.