tunnel

  1. Z

    tunnel vm via whonix

    hello, does anyone know if it is possible to tunnel the network of a vm via whonix? similar to oracle vm, there it is possible to tunnel a vm through the whonix gateway. or does anyone have an alternative?
  2. J

    Why would the bandwidth throttle down? (VM with wireguard) (video)

    10.0.0.1 - VPS outside LAN 10.0.0.2 - VM inside proxmox with wireguard (within LAN) 192.168.1.112 - NAS without wireguard (within LAN) Video: https://reddit.com/link/wp26ec/video/85rm42pn7wh91/player 10.0.0.1 <--> 192.168.1.112 bandwidth is throttling as show in my video (traffic routes...
  3. W

    Proxmox Secure Communications Configuration

    This may end up being quite a loaded question but… What would be the best/easiest way to setup SSL/secure communication for the WHOLE server including all VMs and Containers? Is it possible to have local/LAN access ONLY, with remote access only available via a VPN/tunnel? Would it be possible...
  4. F

    Tunnel: Is it possible?

    Hi guys! Me and my stupid questions are back! I would like to know if is possible to use this situation: Dedicated Server 1 Public IP address Multiple KVM instances (connected to internet with local IP address) VPS Server (other provider) Multiple IP addresses I would like to know if is...
  5. F

    GRE Tunnel for AntiDDoS ?

    Hi guys! I'm totally confused those days about routing/nat and other similar. What I have into GRE tunnel: - Dedicated Server with 1 IP address (minimal AntiDDoS) - 192.168.168.1 - VPS Server with 1 IP address (powerful AntiDDoS) - 192.168.168.2 My requirement it's to route all traffic from...
  6. D

    OpenVSwitch - network GRE tunnel

    Hi, I have set up GRE tunnel using OpenVSwitch as stated in this tutorial: https://documentation.online.net/en/dedicated-server/tutorials/network/rpn-proxmox-openvswitch Nodes are communicating between each other using private network. On first glance everything seems fine - VMs does see each...
  7. A

    [SOLVED] Console not working when accessing the Web-UI over an SSH tunnel

    When I connect to the PVE Web-UI over an SSH-Tunnel, the console of my LXC container is not showing up (black screen, no content). It works fine when I'm connecting directly when I'm dialed in over VPN. I just wonder if this is a general issue because of the way the console is implemented...
  8. M

    Frame errors in IPv6-in-IPv4 tunnel interface (!)

    folks, I have a LIX container running in Proxmox 4.4-24. My container is: Linux mybox 4.4.134-1-pve #1 SMP PVE 4.4.134-112 (Thu, 05 Jul 2018 12:39:16 +0000) i686 athlon i686 GNU/Linux. This container has multiple IPv6-in-IPv4 tunnels. Some of them work okay. But there is one that doesn't...
  9. M

    Securing PVE Web Interface

    Hi folks, just a questions about securing the PVE Web Interface. As far as I know two methodes are recommended by Proxmox itself: - 2FA - Fail2ban I myself would like to extend this two options a little bit by accessing port 8006 just over a tunneled ssh connection and to make it...
  10. T

    Forward Protocol Stack to VM (ipsec/gre/ah/etc.)

    Hello, which is the correct way to forward all protocols for a specific IP directly to a VM? E.g. JUMPERint=192.168.90.10 JUMPER=8.4.2.3 (official IP, public) iptables -t nat ${PARAM} PREROUTING -d ${JUMPER}/32 -p esp -j DNAT --to-destination ${JUMPERint} iptables -t nat ${PARAM} PREROUTING...