Hello people!
I have some strange problem with new Proxmox install.
I installed Proxmox latest version (Virtual Environment 4.4-12/e71b7a74) on latest Debian Jessie 8.7
and when I enable Firewall in Datacenter (screenshot #1)
firewall fails to start,
Please help, what is wrong, I repeated it on clean system (again, Debian Jessie 8.7)
Some additional info:
I will send login/pass to virtual server on request (you can do anything, it's new empty server).
nothing special, clean install and just enabled firewall...
Thanks a LOT!
P.S. I tried also to do
after this firewall blocks all traffic from my Guest VM...
I have some strange problem with new Proxmox install.
I installed Proxmox latest version (Virtual Environment 4.4-12/e71b7a74) on latest Debian Jessie 8.7
and when I enable Firewall in Datacenter (screenshot #1)
firewall fails to start,
And in syslog (screenshot #2):# pve-firewall status
Status: enabled/running (pending changes)
Feb 15 19:00:53 vc-proxmox-1 pve-firewall[3770]: status update error: unable to open file '/proc/sys/net/bridge/bridge-nf-call-iptables' - No such file or directory
Please help, what is wrong, I repeated it on clean system (again, Debian Jessie 8.7)
Some additional info:
And alsoroot@vc-proxmox-1:~# cat /etc/network/interfaces
# network interface settings; autogenerated
# Please do NOT modify this file directly, unless you know what
# you're doing.
#
# If you want to manage part of the network configuration manually,
# please utilize the 'source' or 'source-directory' directives to do
# so.
# PVE will preserve these directives, but will NOT its network
# configuration from sourced files, so do not attempt to move any of
# the PVE managed interfaces into external files!
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet dhcp
auto vmbr200
iface vmbr200 inet static
address 10.0.200.1
netmask 255.255.255.0
bridge_ports none
bridge_stp off
bridge_fd 0
post-up echo 1 > /proc/sys/net/ipv4/ip_forward
post-up iptables -t nat -A POSTROUTING -s '10.0.200.0/24' -o eth0 -j MASQUERADE
post-down iptables -t nat -D POSTROUTING -s '10.0.200.0/24' -o eth0 -j MASQUERADE
source-directory /etc/network/interfaces.d
root@vc-proxmox-1:~# dpkg --get-selections |grep bridge-utils
bridge-utils install
I will send login/pass to virtual server on request (you can do anything, it's new empty server).
nothing special, clean install and just enabled firewall...
Thanks a LOT!
P.S. I tried also to do
found it on some forums and firewall starts, but actually,# modprobe br_netfilter
after this firewall blocks all traffic from my Guest VM...
Attachments
Last edited: