Answer the question
In order to leave comments, you need to log in
How to change iptables?
There is a rules.v4 file:
------------------------------
:INPUT DROP [0:0]
:FORWARD DROP [0: 0]
:OUTPUT DROP [0:0]
-A INPUT -s 192.168.1.0/24 -j ACCEPT
-A INPUT -i lo -j ACCEPT
-A INPUT -s 8.8.8.8/32 -j ACCEPT
-A INPUT -p udp -m udp --sport 1194 -j ACCEPT
-A INPUT -i tun0 -j ACCEPT
-A OUTPUT -d 192.168.1.0/24 -j ACCEPT
-A OUTPUT -o lo -j ACCEPT
-A OUTPUT -d 8.8.8.8 /32 -j ACCEPT
-A OUTPUT -p udp -m udp --dport 1194 -j ACCEPT
-A OUTPUT -o tun0 -j ACCEPT
COMMIT
*nat
:PREROUTING ACCEPT [0:0]
:INPUT ACCEPT [0:0]
: OUTPUT ACCEPT [15:994]
:POSTROUTING ACCEPT [15:994]
COMMIT
------------------------------
Help disable LAN (no LAN access). If WiFi is only the Internet, without the ability to watch any files.
And how to enter this here: sudo iptables -t mangle -A POSTROUTING -j TTL --ttl-set 65 ?
I did it through iptables-save, but the file is not saved.
That file was generated by iptables-persistent, but I don’t know how to save it a second time either.
Help me solve these two questions. If possible, correct that code)
Answer the question
In order to leave comments, you need to log in
Вот есть же еще люди, которые возятся с iptables руками, уже лет десять пользую firehol (простой) или shorewall (сложнее).
Поставьте firehol.org и будете мастером iptables в 5-7 строчек кода.
Эта штука генерирует сотню правил под ваши нужды и параноидальностью. Еще ни разу не подводил.
А вот shorewall уже давно не пользовал. Он тоже генерирует кучу правил iptables.
И да, у меня текущий конфиг занимает 30 строк на firehol для двух провайдеров и четырех подсетей, openvpn и плюшками.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question