solanav / liu_client

Cliente en C
1 stars 0 forks source link

Firewall modification #44

Open solanav opened 5 years ago

solanav commented 5 years ago

There should be a way to control the linux firewall. This probably is going to be done by editing files, just like with the "Show messages in terminal" issue. In this case we need to modify /etc/sysconfig/iptables. To see how this works check "man iptables". This requires reading about iptables in depth.