Howdy, Stranger!

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


Shells Virtual Desktop
BMail.ag - Secure Email Service
Server.net
CPLicense.net
VPS Server
Buy VPN
Vultr
VMs for AI
HostDare
HostDare
ReliableSite White-Label Dedicated Hosting for Resellers
InterServer VPS
BMail.ag - Secure Email Service
Best VPN
High-Performance Bare Metal Server Solutions
Karvl.com
Server Mania Cloud Hosting
DataWagon Hosting
AlphaVPS Hosting
Evoxt.com
Clouvider
VPS Hosting with NVMe
Residential IPs in the US & 4G Mobile Proxies in EU & US with Unlimited Bandwidth
ReliableSite White-Label Dedicated Hosting for Resellers
Rabisu - Hosting Solutions
Shells Virtual Desktop
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 2024 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

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

  • JoshRJoshR 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, Host Rep
    edited April 2024

    Is Proxmox already installed?

  • AdvinAdvin Member, Host Rep
    edited April 2024

    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?

  • @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
  • 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.