Search results

  • SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

  1. E

    Need help with creating bridged VPN (TAP)

    basically you need to create a bridge in /etc/network/interfaces e.g. like this: iface br0 inet dhcp bridge_ports eth0 bridge_waitport 0 # no delay before a port becomes available bridge_fd 0 # no forwarding delay After that, create two scripts: /etc/openvpn/up.sh...
  2. E

    Need help with creating bridged VPN (TAP)

    ok i think I figured it out. I had to create a bridge interface on the client. Now I can ping my clients from my parents to and vice versa :)
  3. E

    Need help with creating bridged VPN (TAP)

    Hi, I'd like to integrate my parent's LAN to my own LAN by OpenVPN TAP (bridged). Goal is, that each client of my parent's LAN is able to access all Clients on my own LAN and vice versa. With all advantages and disadvantages in mind I have selected TAP as protocoll, because in my optinion it's...
  4. E

    Update WAN IP of VPN on DDNS

    Hi, I'd like to update the WAN IP of a VPN Server to my DDNS. For this I wrote a script which is working fine, when running it from shell. But in which userscript should I place my code, that it's automatically running after connecting to a VPN Server? I firstly expected it could be...
Top