AlphaObeisance
Well-Known Member
Last night I was dinking around on the home lab (Proxmox VE 8.2.7 x86_64) and noticed that spite having thought I'd enabled ufw it still showed as inactive. I went ahead and enabled it and went to bed.
I wake up this AM to find that all of my VM's have no internet access.
I ran ufw verbose which yielded
so I permitted outgoing traffic. But to no avail.
The primary bridge is the dfault vmbr0 and all VM's operate off that same bridge (never been an issue).
Quite literally the only thing I recall doing was enabling ufw to active on startup and port forwarded. I'm at a loss as to what the issue is (networking is my Achilles heel).
The proxmox webui was unavailable until I forwarded 8006 ofc, but after that it works fine. So the hypervisor itself is getting internet no problem. Confirmed by pinging archlinux.org from Proxmox root to 100% success.
I've also ensured forwarding is enabled.
Might anyone have any suggestions on how I might begin resolving this one?
EDIT: edited /etc/default/ufw
DEFAULT_OUTPUT_POLICY="DROP" // changed DROP to ACCEPT resolved issue.
I wake up this AM to find that all of my VM's have no internet access.
I ran ufw verbose which yielded
Code:
To Action From
-- ------ ----
8006 ALLOW Anywhere
22/tcp ALLOW Anywhere
80 ALLOW Anywhere
443 ALLOW Anywhere
67/udp on vmbr0 ALLOW Anywhere
53/udp on vmbr0 ALLOW Anywhere
8006 (v6) ALLOW Anywhere (v6)
22/tcp (v6) ALLOW Anywhere (v6)
80 (v6) ALLOW Anywhere (v6)
443 (v6) ALLOW Anywhere (v6)
67/udp (v6) on vmbr0 ALLOW Anywhere (v6)
53/udp (v6) on vmbr0 ALLOW Anywhere (v6)
68/udp ALLOW OUT Anywhere on eno1
68/udp (v6) ALLOW OUT Anywhere (v6) on eno1
so I permitted outgoing traffic. But to no avail.
The primary bridge is the dfault vmbr0 and all VM's operate off that same bridge (never been an issue).
Quite literally the only thing I recall doing was enabling ufw to active on startup and port forwarded. I'm at a loss as to what the issue is (networking is my Achilles heel).
The proxmox webui was unavailable until I forwarded 8006 ofc, but after that it works fine. So the hypervisor itself is getting internet no problem. Confirmed by pinging archlinux.org from Proxmox root to 100% success.
I've also ensured forwarding is enabled.
Code:
sysctl net.ipv4.ip_forward
net.ipv4.ip_forward = 1
Might anyone have any suggestions on how I might begin resolving this one?
EDIT: edited /etc/default/ufw
DEFAULT_OUTPUT_POLICY="DROP" // changed DROP to ACCEPT resolved issue.
Last edited: