Hi,
through proxmox GUI is there a way for enable RELATED,ESTABLISHED connection inside a vm, like in follow cmd way ? :
Or the only way is through cmd commnads?
Thanks
through proxmox GUI is there a way for enable RELATED,ESTABLISHED connection inside a vm, like in follow cmd way ? :
Code:
iptables -A INPUT -i eth0 -m conntrack --ctstate RELATED,ESTABLISHED -j ACCEPT
Or the only way is through cmd commnads?
Thanks