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