Connecting VMs to internet with dedicated IPs that came with dedicated server from oneprovider

xecteam

New Member
Mar 23, 2024
1
0
1
Hello beautiful community,

I have got 5 dedicated IP's that came with my oneprovider's dedicated server.

Have tried almost all the methods that I could find over the internet but I am still not able to achieve the results

most recently followed this guide https://pve.proxmox.com/wiki/Network_Configuration#_vlan_802_1q but still not able to connect vm to the internet

here is what my interface settings looks like after following the guide



Code:
source /etc/network/interfaces.d/*

auto lo
iface lo inet loopback

auto eno1
iface eno1 inet static
        address  216.xx.yy.34/29
        gateway  216.xx.yy.33
        dns-nameservers  8.8.8.8
        dns-search  47760
        post-up echo 1 > /proc/sys/net/ipv4/ip_forward
        post-up echo 1 > /proc/sys/net/ipv4/conf/eno0/proxy_arp


auto vmbr0
iface vmbr0 inet static
        address  216.xx.yy.35/29
        bridge-ports none
        bridge-stp off
        bridge-fd 0
 

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!