Hello everyone,
I ran into the problem that I cannot access the web GUI anymore, which is probably linked to one or both below events:
I had to unplug and reconned all my internet ports on the switch and order is probably not the same anymore. But if I remember correctly everything still worked fine after that.
Later I had a general power outage and after the system rebooted I could not connect to the Web GUI anymore.
I usualy do access the Proxmox Web GUI on 192.168.129.40. But I saw that after rebooting the terminal said I could reach the GUI via 192.168.129.20.
Following that I set the etc/hosts from 192.168.129.20 to 192.168.129.40, but no success reaching the Web GUI.
Via SSH I can acces 192.168.129.40.
Below are my settings. I hope that someone can spot something in the configuration that might not be right. I am still quite new to all this...:
--> /etc/network/interfaces
--> /etc/hosts
--> ip a
An on my router the device is recognized as follows:
192.168.129.40
88:ae:dd:0f:1c:70
I would appreciate your help a lot.
I ran into the problem that I cannot access the web GUI anymore, which is probably linked to one or both below events:
I had to unplug and reconned all my internet ports on the switch and order is probably not the same anymore. But if I remember correctly everything still worked fine after that.
Later I had a general power outage and after the system rebooted I could not connect to the Web GUI anymore.
I usualy do access the Proxmox Web GUI on 192.168.129.40. But I saw that after rebooting the terminal said I could reach the GUI via 192.168.129.20.
Following that I set the etc/hosts from 192.168.129.20 to 192.168.129.40, but no success reaching the Web GUI.
Via SSH I can acces 192.168.129.40.
Below are my settings. I hope that someone can spot something in the configuration that might not be right. I am still quite new to all this...:
--> /etc/network/interfaces
Code:
auto lo
iface lo inet loopback
iface eno1 inet manual
auto vmbr0
iface vmbr0 inet static
address 192.168.129.40/24
gateway 192.168.128.1
bridge-ports eno1
bridge-stp off
bridge-fd 0
iface wlp0s20f3 inet manual
--> /etc/hosts
Code:
127.0.0.1 localhost.localdomain localhost
192.168.1.40 proxmox.local proxmox
# The following lines are desirable for IPv6 capable hosts
::1 ip6-localhost ip6-loopback
fe00::0 ip6-localnet
ff00::0 ip6-mcastprefix
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
ff02::3 ip6-allhosts
--> ip a
Code:
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
inet 127.0.0.1/8 scope host lo
valid_lft forever preferred_lft forever
inet6 ::1/128 scope host noprefixroute
valid_lft forever preferred_lft forever
2: eno1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast master vmbr0 state UP group default qlen 1000
link/ether 88:ae:dd:0f:1c:70 brd ff:ff:ff:ff:ff:ff
altname enp2s0
3: wlp0s20f3: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN group default qlen 1000
link/ether 3c:21:9c:87:cb:61 brd ff:ff:ff:ff:ff:ff
4: vmbr0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP group default qlen 1000
link/ether 88:ae:dd:0f:1c:70 brd ff:ff:ff:ff:ff:ff
inet 192.168.129.40/24 scope global vmbr0
valid_lft forever preferred_lft forever
inet6 fe80::8aae:ddff:fe0f:1c70/64 scope link
valid_lft forever preferred_lft forever
An on my router the device is recognized as follows:
192.168.129.40
88:ae:dd:0f:1c:70
I would appreciate your help a lot.