Centro
Der mit dem roten Hut!
Hi Leute,
hab mal ne Frage an die IPTables fraktion.
Hab OpenVPN mit den ganzen Key und PEM Auth installiert und läuft auch super! Nur leider nur mit ausgeschalteten IP Tables.
Wenn die Tables an sind dann connectet mein Windoofclient zwar und bekommt auch seine IP wieder nur ein Ping geht ins leere!
Habs auch schon auf verschiedenste Ports gelegt aber das hilft auch nix! Momentan is er auf 1194 dem voreingestellten Port.
Hab auch schon das hier als Tipp bekommen:
__________________________________________________________________________________________________
[ZITAT]
My OpenVPN client and server say "Connection Initiated with x.x.x.x" but I cannot ping the server through the VPN. Why?
This usually occurs because a firewall on the server or client is blocking the TUN/TAP interface. If you already have a firewall on your system, chances are high that it will block incoming connections on new interfaces by default, so you will need to add explicit firewall rules to allow connections via the TUN/TAP interface. In general, it's reasonable to open up TUN/TAP interfaces to all traffic, since any incoming connections over these interfaces will already have been authenticated by OpenVPN. An exception to this rule would be if you don't fully trust the OpenVPN clients connecting to the server. Assuming that's not the case, on Linux, TUN/TAP interfaces can be opened up with the iptables shell command:
# Allow TUN interface connections to OpenVPN server
iptables -A INPUT -i tun+ -j ACCEPT
# Allow TUN interface connections to be forwarded through other interfaces
iptables -A FORWARD -i tun+ -j ACCEPT
# Allow TAP interface connections to OpenVPN server
iptables -A INPUT -i tap+ -j ACCEPT
# Allow TAP interface connections to be forwarded through other interfaces
iptables -A FORWARD -i tap+ -j ACCEPT
[/ZITAT]
________________________________________________________________________________________
Die Tables Befehle hab ich eingehackt aber der will nicht!
Bin auch nochmal die ganze installation durchgegangen und hab diesen Punkt gefunden in dem HowTo bei dem nicht funktioniert hat, aber im ganzen funktioniert das VPN, ist das wichtig?
[zitat]
__________________________________________________________________________________________
Laden des Kernelmoduls für das tap Device
Während der Testphase werde ich das Modul per Hand in den Kernel laden, was wir aber später automatisieren können. Bei der Installation von OpenVPN wurde das Script mit dem irritierenden Namen /usr/local/etc/rc.d/openvpn.sh.sample installiert. Das Script startet nicht den OpenVPN Server, sondern läd nur das Kernel Modul, was wir jetzt erst mal händisch erledigen werden:
TTY
[/zitat]
Quelle: OpenVPN Servereinrichtung
___________________________________________________________
_______________________________
Ich komm absolut nicht weiter , und die IP Tables möcht ich schon einschalten!
Greetz Centro
hab mal ne Frage an die IPTables fraktion.
Hab OpenVPN mit den ganzen Key und PEM Auth installiert und läuft auch super! Nur leider nur mit ausgeschalteten IP Tables.
Wenn die Tables an sind dann connectet mein Windoofclient zwar und bekommt auch seine IP wieder nur ein Ping geht ins leere!
Habs auch schon auf verschiedenste Ports gelegt aber das hilft auch nix! Momentan is er auf 1194 dem voreingestellten Port.
Hab auch schon das hier als Tipp bekommen:
__________________________________________________________________________________________________
[ZITAT]
My OpenVPN client and server say "Connection Initiated with x.x.x.x" but I cannot ping the server through the VPN. Why?
This usually occurs because a firewall on the server or client is blocking the TUN/TAP interface. If you already have a firewall on your system, chances are high that it will block incoming connections on new interfaces by default, so you will need to add explicit firewall rules to allow connections via the TUN/TAP interface. In general, it's reasonable to open up TUN/TAP interfaces to all traffic, since any incoming connections over these interfaces will already have been authenticated by OpenVPN. An exception to this rule would be if you don't fully trust the OpenVPN clients connecting to the server. Assuming that's not the case, on Linux, TUN/TAP interfaces can be opened up with the iptables shell command:
# Allow TUN interface connections to OpenVPN server
iptables -A INPUT -i tun+ -j ACCEPT
# Allow TUN interface connections to be forwarded through other interfaces
iptables -A FORWARD -i tun+ -j ACCEPT
# Allow TAP interface connections to OpenVPN server
iptables -A INPUT -i tap+ -j ACCEPT
# Allow TAP interface connections to be forwarded through other interfaces
iptables -A FORWARD -i tap+ -j ACCEPT
[/ZITAT]
________________________________________________________________________________________
Die Tables Befehle hab ich eingehackt aber der will nicht!
Bin auch nochmal die ganze installation durchgegangen und hab diesen Punkt gefunden in dem HowTo bei dem nicht funktioniert hat, aber im ganzen funktioniert das VPN, ist das wichtig?
[zitat]
__________________________________________________________________________________________
Laden des Kernelmoduls für das tap Device
Während der Testphase werde ich das Modul per Hand in den Kernel laden, was wir aber später automatisieren können. Bei der Installation von OpenVPN wurde das Script mit dem irritierenden Namen /usr/local/etc/rc.d/openvpn.sh.sample installiert. Das Script startet nicht den OpenVPN Server, sondern läd nur das Kernel Modul, was wir jetzt erst mal händisch erledigen werden:
TTY
Code:
# kldload if_tap
#
Quelle: OpenVPN Servereinrichtung
___________________________________________________________
_______________________________
Ich komm absolut nicht weiter , und die IP Tables möcht ich schon einschalten!
Greetz Centro
Last edited by a moderator: