Hi friends! Can someone guide me how to setup public static IP with my VPS?
I have flowing scenario right now.
Thanks in advance!
I have flowing scenario right now.
- I have Proxmox installed on my server
- I have created a Virtual Machine on this server and installed Centos 7 OS and web host control panel so that i can use this as a web server.
- I have got one static public IP from my internet service provider which i want to assign to my VPS and proxmox server on port 8006
- I have a router behind my Proxmox server
Code:
auto lo
iface lo inet loopback
iface enp3s0 inet manual
auto vmbr0
iface vmbr0 inet static
address 192.168.1.200
netmask 255.255.255.0
gateway 192.168.1.1
bridge_ports enp3s0
bridge_stp off
bridge_fd 0
Thanks in advance!
Last edited: