Hey, just installed proxmox and I'm able to access it via local network but can't access it through the internet.
I've tried a bunch of things on this forum with people who seem to have the same issue.
There doesn't seem to be anything in dmesg to indicate anything wrong?
I've tried a bunch of things on this forum with people who seem to have the same issue.
Code:
auto lo
iface lo inet loopback
iface enp5s0 inet manual
auto vmbr0
iface vmbr0 inet static
address 192.168.1.189/24
gateway 192.168.1.1
bridge-ports enp5s0
bridge-stp off
bridge-fd 0
There doesn't seem to be anything in dmesg to indicate anything wrong?
Code:
[ 6.162643] vmbr0: port 1(enp5s0) entered blocking state
[ 6.162650] vmbr0: port 1(enp5s0) entered disabled state
[ 6.162779] device enp5s0 entered promiscuous mode
[ 6.167858] alx 0000:05:00.0 enp5s0: NIC Up: 1 Gbps Full
[ 7.166719] vmbr0: port 1(enp5s0) entered blocking state
[ 7.166730] vmbr0: port 1(enp5s0) entered forwarding state
[ 7.166916] IPv6: ADDRCONF(NETDEV_CHANGE): vmbr0: link becomes ready
[ 8.420281] bpfilter: Loaded bpfilter_umh pid 1002
[ 8.420500] Started bpfilter
[ 19.741740] random: crng init done
[ 19.741743] random: 1 urandom warning(s) missed due to ratelimiting
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
valid_lft forever preferred_lft forever
2: enp5s0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq master vmbr0 state UP group default qlen 1000
link/ether d8:cb:8a:50:78:92 brd ff:ff:ff:ff:ff:ff
3: vmbr0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP group default qlen 1000
link/ether d8:cb:8a:50:78:92 brd ff:ff:ff:ff:ff:ff
inet 192.168.1.189/24 scope global vmbr0
valid_lft forever preferred_lft forever
inet6 fe80::dacb:8aff:fe50:7892/64 scope link
valid_lft forever preferred_lft forever