Hello Everyone.
I do apology if this post is redundant but I check almost all the related issues, and googled for days and still I am unable to find the solution to my problem.
I installed proxmox on a dell poweredge r720. I configured the ip and the gateway according to my network, but when I try to access proxmox from my local network, the connection times out. Initially I thought that this is a general network issue with firewall, but this was not the case, in fact if I try to login to the server directly and run ubuntu command to update and upgrade. The commands fails with error `destination unreachable`.
Doing some research on google and on this forum, many other users solved the same problem by configuring proxmox `/etc/network/interfaces`. And in fact I had some issues there as it was pointing to the wrong gateway and ip. After the correction. My `interfaces` look like this.
My server is wired over ethernet port 1.
After this, I made sure to configure the hosts swell with the new ip.
But I am facing still the same issue. Restarted the networking and rebooted the server but nothing. Still unable to connect to internet from the server, or access proxmox web browser from another computer in the same network.
I do apology if this post is redundant but I check almost all the related issues, and googled for days and still I am unable to find the solution to my problem.
I installed proxmox on a dell poweredge r720. I configured the ip and the gateway according to my network, but when I try to access proxmox from my local network, the connection times out. Initially I thought that this is a general network issue with firewall, but this was not the case, in fact if I try to login to the server directly and run ubuntu command to update and upgrade. The commands fails with error `destination unreachable`.
Doing some research on google and on this forum, many other users solved the same problem by configuring proxmox `/etc/network/interfaces`. And in fact I had some issues there as it was pointing to the wrong gateway and ip. After the correction. My `interfaces` look like this.
Code:
auto vmbr0
iface vmbr0 inet static
address 192.168.1.2
netmask 255.255.255.0
gateway 192.168.1.1
bridge-ports eno1
bridge-stp off
bridge-fd 0
iface eno2 inet manual
iface eno3 inet manual
iface eno4 inet manual
My server is wired over ethernet port 1.
After this, I made sure to configure the hosts swell with the new ip.
But I am facing still the same issue. Restarted the networking and rebooted the server but nothing. Still unable to connect to internet from the server, or access proxmox web browser from another computer in the same network.