Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!


Hiring Hetzner Proxmox Network setup
New on LowEndTalk? Please Register and read our Community Rules.

All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.

Hiring Hetzner Proxmox Network setup

seed4useed4u Member
edited April 10 in General

Hi,
I am looking to hire someone to help me setup network on hetzner server for proxmox, should be quite easy, looking for setup with 1 public ip and the guests VM's just having internet access on same ip, no ports etc..

paying via USDT

Thanks

Comments

  • yongsikleeyongsiklee Member, Patron Provider
  • seed4useed4u Member

    What is straight forward to you, is not straight forward to me...

  • DataIdeas-JoshDataIdeas-Josh Member, Patron Provider

    @seed4u said:

    What is straight forward to you, is not straight forward to me...

    What is your issue?
    A lot of us use proxmox here.

  • AdvinAdvin Member, Patron Provider
    edited April 11

    Is Proxmox already installed?

  • AdvinAdvin Member, Patron Provider
    edited April 11

    I believe you can just add this to your network configuration for NAT:

    auto vmbr0
    iface vmbr0 inet static
            address 10.10.10.1/24
            bridge-ports none
            bridge-stp off
            bridge-fd 0
            post-up echo 1 > /proc/sys/net/ipv4/ip_forward
            post-up   iptables -t nat -A POSTROUTING -s '10.10.10.0/24' -o eth0 -j MASQUERADE
            post-down iptables -t nat -D POSTROUTING -s '10.10.10.0/24' -o eth0 -j MASQUERADE
    

    Replace eth0 with your primary interface name

    Once added, select vmbr0 for VPS NIC and then use any IP from 10.10.10.0/24 (i.e. 10.10.10.2, 10.10.10.3, 10.10.10.4 for the VMs). Gateway will be 10.10.10.1 and Netmask will be 255.255.255.0 for each VM.

  • This is not complicated, I have dealt with over a dozen Hetzner Proxmox installations. The official documentation explains NAT IPv4, and with some additional configurations, you can also configure IPv6 for each VM.

    If you are willing to describe more, you will receive more help.

  • Looks easy enough. How much are you paying?

  • seed4useed4u Member

    @Advin said:
    I believe you can just add this to your network configuration for NAT:

    auto vmbr0
    iface vmbr0 inet static
            address 10.10.10.1/24
            bridge-ports none
            bridge-stp off
            bridge-fd 0
            post-up echo 1 > /proc/sys/net/ipv4/ip_forward
            post-up   iptables -t nat -A POSTROUTING -s '10.10.10.0/24' -o eth0 -j MASQUERADE
            post-down iptables -t nat -D POSTROUTING -s '10.10.10.0/24' -o eth0 -j MASQUERADE
    

    Replace eth0 with your primary interface name

    Once added, select vmbr0 for VPS NIC and then use any IP from 10.10.10.0/24 (i.e. 10.10.10.2, 10.10.10.3, 10.10.10.4 for the VMs). Gateway will be 10.10.10.1 and Netmask will be 255.255.255.0 for each VM.

    Thank you very much mate, this worked flawlessly

  • MaouniqueMaounique Host Rep, Veteran

    If you need IPv6 too, I can help for free.

  • cpsdcpsd Member

    I understand you perfectly. The configurations that worked for me on the OVH/KIMSUFI dedicated servers did not work for me on Hetzner.

    Thanked by 1seed4u
  • ICC2022ICC2022 Member

    https://virt.spiritlhl.net/en/
    Use this one click script, be sure to reinstall the system and then use the script to install proxmox.

Sign In or Register to comment.