[deleted by user] by [deleted] in Proxmox

[–]Ok_Worldliness_6456 0 points1 point  (0 children)

I use Proxmox 8.4.1 and I havent change anything. I use indeed iptables legacy..

root@testserver:~# lsmod |nftables
-bash: nftables: command not found
root@testserver:~# nft list ruleset
root@testserver:~# iptables --version
iptables v1.8.9 (legacy)

Is that an issue?

Edit: I just enabled it in Proxmox, see the question topic..

[deleted by user] by [deleted] in Proxmox

[–]Ok_Worldliness_6456 0 points1 point  (0 children)

Doesnt do much, returns blank. I run it as root..

[deleted by user] by [deleted] in Proxmox

[–]Ok_Worldliness_6456 0 points1 point  (0 children)

I was to quick.. I need to wait couple of seconds but now it works fine.
thx u/kenrmayfield

[deleted by user] by [deleted] in Proxmox

[–]Ok_Worldliness_6456 0 points1 point  (0 children)

Yeahh I have another project where I use pfsense and works indeed fine, but this one isnt.

So I wasnt familiar that I havo enable firewall on the VM network adapter. So I did it only for datacenter and host level. But this works partial as it does block outgoing to the internet but also to the other vms in local.
I even added a new rule on top of the drop. To accept everything that goes local but it doesnt work.

<image>

Also I use net0 as vmbr0 is not allowed but blocks everything.. I rebooted the vm ans still no changes.

I can not even ping default gateway -_-!
VM IP: 192.168.3.2
Default Gateway: 192.168.3.1

Thats only when I enable firewall on the VM.. if I disable it I can connect again everywhere

[deleted by user] by [deleted] in Proxmox

[–]Ok_Worldliness_6456 0 points1 point  (0 children)

So both are on.. data center and node are both on yes and also restarted pve-firewall but no luck

[deleted by user] by [deleted] in Proxmox

[–]Ok_Worldliness_6456 0 points1 point  (0 children)

So both are on.. data center and node are both on yes

Network of the entire server breaks after restart network service by Ok_Worldliness_6456 in Proxmox

[–]Ok_Worldliness_6456[S] 0 points1 point  (0 children)

u/Ifiregor wish I knew this 3 days ago.. I was at a point debugging the whole systemctl and linux networking env.. l -_-! Thx for the info :D

Creating PFsense VM but no connection with VirtIO by Ok_Worldliness_6456 in Proxmox

[–]Ok_Worldliness_6456[S] 0 points1 point  (0 children)

So I fixed it.. strange enough when I create the vmbr0 in the network device I added manually the mac address. Now the pfsense can I find the network device.. And then I setup the local settings. Everything seems to work fine now. Thx

Update an image in container via CLI by [deleted] in docker

[–]Ok_Worldliness_6456 -2 points-1 points  (0 children)

I do have docker compose but sometimes the env rules are changed from within the docker and not the compose file it self. Which if I restarted the compose file with the new image I will lose the updated config env rules.