Hi there!
I've installed successfully a fresh Proxmox (pve-manager: 5.2-9 kernel: 4.15.18-pve). I downloaded the ISO from the official website and installed it from a CD.
THE PROBLEM:
I'm not able to:
To make it more interesting:
WHAT HAVE I DONE?
Current network topography:
When I started this troubleshooting, I thought the guilty was my router because it may have been blocking the traffic between the two PCs, but I had to discard that option once I used the diagnostic tools that the router provides. The router itself can't ping the proxmox and they are wired connected via ethernet as mentioned before.
This is my first time installing proxmox. I 'm very excited about this experience, but it is being hard to start working with this. I haven't created my first VM yet!
Please, guys. I've seen a lot of posts with a similar topic (not only in this forum) and none of the cases I've studied matches with my current situation.
I hope I can get your help on this matter to find a solution.
Thanks in advance!
----------------------------------
May the force be with you
----------------------------------
I've installed successfully a fresh Proxmox (pve-manager: 5.2-9 kernel: 4.15.18-pve). I downloaded the ISO from the official website and installed it from a CD.
THE PROBLEM:
I'm not able to:
- Display the Admin-GUI via HTTPS <my-ip>:8006. (I get a "took too long to respond" message on my Chrome, Firefox, and IExplorer).
- Establish SSH connection
- The ping works only from my server to my gateway, not in the opposite direction. I can't ping my laptop from my proxmox and viceversa. I can't ping my proxmox from my gateway. I get the "Host unreachable" message for the cases where the ping is not working.
To make it more interesting:
- I can ping from my proxmox to my gateway's private and public addresses, to my dns-server and even Google. Because of that, I was able to update and upgrade my server using the deb repositories
WHAT HAVE I DONE?
- Read a lot!
- I disabled all the firewalls in my proxmox server as well as in my windows-laptop, then retried: SAME ISSUE.
- I checked if the server is listening from port 8006: IT IS.
- I checked if the server has opened the ssh-22-port: IT HAS.
- I also allowed all incoming|outgoing|forwarding traffic in a desperate attempt, then retried: SAME ISSUE.
- I checked if the server has a default route pointing to my gateway: IT HAS.
Current network topography:
- My router is an ARRIS BGW210-700 (AT&T)
- My proxmox is connected via ethernet (wired) to my private network
- My laptop is wireless connected to my private
- Both PCs are in the same subnet: 192.168.1.x/24: (laptop = 192.168.1.200), and proxmox's
Code:
/etc/network/interfaces:
auto lo
iface lo inet loopback
iface eno1 inet manual
auto vmbr0
iface vmbr0 inet static (also tried with dhcp with no improvement)
address 192.168.1.201
netmask 255.255.255.0
gateway 192.168.1.254
bridge_ports eno1
bridge_stp off
bridge_fd 0
Code:
/etc/hosts
127.0.0.1 localhost.localdomain localhost
192.168.1.201 dracarys.attlocal.net dracarys pvelocalhost
Code:
/etc/hostname
dracarys
This is my first time installing proxmox. I 'm very excited about this experience, but it is being hard to start working with this. I haven't created my first VM yet!
Please, guys. I've seen a lot of posts with a similar topic (not only in this forum) and none of the cases I've studied matches with my current situation.
I hope I can get your help on this matter to find a solution.
Thanks in advance!
----------------------------------
May the force be with you
----------------------------------