Mainos / Advertisement:
Käyttäjän muokkaukset
Käyttäjän Frans muokkaukset keskustelu estoloki tallennukset lokit
- 28. elokuuta 2015 kello 06.50 ero historia +10 Iptables/en Ak: Uusi sivu: http://linux.fi/wiki/Iptables (Finnish) uusin
- 28. elokuuta 2015 kello 06.50 ero historia +39 U Translations:Iptables/38/en Ak: Uusi sivu: http://linux.fi/wiki/Iptables (Finnish) uusin
- 28. elokuuta 2015 kello 06.50 ero historia +78 U Translations:Iptables/37/en Ak: Uusi sivu: http://www.thomas-krenn.com/en/wiki/Saving_Iptables_Firewall_Rules_Permanently uusin
- 28. elokuuta 2015 kello 06.50 ero historia +1 Iptables/en Ak: Uusi sivu: == Sources ==
- 28. elokuuta 2015 kello 06.50 ero historia +13 U Translations:Iptables/36/en Ak: Uusi sivu: == Sources == uusin
- 28. elokuuta 2015 kello 06.50 ero historia +134 U Translations:Iptables/73/en Ak: Uusi sivu: -A FORWARD -i eth0 -o eth1 -m state --state RELATED,ESTABLISHED -j ACCEPT -A FORWARD -i eth0 -i eth1 -m state --state INVALID -j DROP uusin
- 28. elokuuta 2015 kello 06.50 ero historia +125 U Translations:Iptables/72/en Ak: Uusi sivu: Internal interface allows forwarding from eth0 to eth1 when the state is related / established. Otherwise traffic is blocked. uusin
- 28. elokuuta 2015 kello 06.50 ero historia -8 Iptables/en Ak: Uusi sivu: Internal interface allows forwarding from eth0 to eth1 when the state is related / established. Otherwise traffic is blocked.
- 28. elokuuta 2015 kello 06.50 ero historia +36 U Translations:Iptables/71/en Ak: Uusi sivu: -A POSTROUTING -o eth1 -j MASQUERADE uusin
- 28. elokuuta 2015 kello 06.50 ero historia +97 U Translations:Iptables/70/en Ak: Uusi sivu: Write the following line to your iptables rules. We suggest using the iptables-persistent packet. uusin
- 28. elokuuta 2015 kello 06.50 ero historia -7 Iptables/en Ak: Uusi sivu: Write the following line to your iptables rules. We suggest using the iptables-persistent packet.
- 28. elokuuta 2015 kello 06.49 ero historia +26 U Translations:Iptables/69/en Ak: Uusi sivu: sysctl -p /etc/sysctl.conf uusin
- 28. elokuuta 2015 kello 06.49 ero historia +37 U Translations:Iptables/68/en Ak: Uusi sivu: Enable modifications with the command uusin
- 28. elokuuta 2015 kello 06.49 ero historia +1 Iptables/en Ak: Uusi sivu: Enable modifications with the command
- 28. elokuuta 2015 kello 06.49 ero historia +21 U Translations:Iptables/67/en Ak: Uusi sivu: net.ipv4.ip_forward=1 uusin
- 28. elokuuta 2015 kello 06.49 ero historia +23 U Translations:Iptables/66/en Ak: Uusi sivu: Remove the number sign: uusin
- 28. elokuuta 2015 kello 06.49 ero historia +2 Iptables/en Ak: Uusi sivu: Remove the number sign:
- 28. elokuuta 2015 kello 06.49 ero historia +21 U Translations:Iptables/65/en Ak: Uusi sivu: nano /etc/sysctl.conf uusin
- 28. elokuuta 2015 kello 06.49 ero historia 0 Iptables/en Ak: Uusi sivu: Allow IPv4 forwarders:
- 28. elokuuta 2015 kello 06.49 ero historia +22 U Translations:Iptables/64/en Ak: Uusi sivu: Allow IPv4 forwarders: uusin
- 28. elokuuta 2015 kello 06.49 ero historia -29 Iptables/en Ak: Uusi sivu: Define two NICs for Linux both with IP-addresses. The internal NIC (eth0) must have a static IP address. It functions as the networks gateway. The WAN NIC (eth1) can have a dynamic...
- 28. elokuuta 2015 kello 06.49 ero historia +192 U Translations:Iptables/63/en Ak: Uusi sivu: Define two NICs for Linux both with IP-addresses. The internal NIC (eth0) must have a static IP address. It functions as the networks gateway. The WAN NIC (eth1) can have a dynamic... uusin
- 28. elokuuta 2015 kello 06.48 ero historia +9 U Translations:Iptables/62/en Ak: Uusi sivu: == NAT == uusin
- 28. elokuuta 2015 kello 06.48 ero historia +105 U Translations:Iptables/61/en Ak: Uusi sivu: -A INPUT -m state --state RELATED,ESTABLISHED -j ACCEPT -A OUTPUT -m state --state INVALID -j DROP </pre> uusin
- 28. elokuuta 2015 kello 06.48 ero historia +17 Iptables/en Ak: Uusi sivu: #Block the SSH port when using IPv6. It is recommended to make exceptions for certain addresses or networks, though. -A INPUT -p tcp -m tcp --dport 22 -j DROP
- 28. elokuuta 2015 kello 06.48 ero historia +158 U Translations:Iptables/60/en Ak: Uusi sivu: #Block the SSH port when using IPv6. It is recommended to make exceptions for certain addresses or networks, though. -A INPUT -p tcp -m tcp --dport 22 -j DROP uusin
- 28. elokuuta 2015 kello 06.48 ero historia +58 U Translations:Iptables/59/en Ak: Uusi sivu: -A INPUT -p icmpv6 -j ACCEPT -A OUTPUT -p icmpv6 -j ACCEPT uusin
- 28. elokuuta 2015 kello 06.48 ero historia +156 U Translations:Iptables/58/en Ak: Uusi sivu: #Allow local network traffic -A INPUT -s fe80::/10 -j ACCEPT -A OUTPUT -s fe80::/10 -j ACCEPT -A INPUT -d ff00::/8 -j ACCEPT -A OUTPUT -d ff00::/8 -j ACCEPT uusin
- 28. elokuuta 2015 kello 06.48 ero historia -6 Iptables/en Ak: Uusi sivu: #Allow local network traffic -A INPUT -s fe80::/10 -j ACCEPT -A OUTPUT -s fe80::/10 -j ACCEPT -A INPUT -d ff00::/8 -j ACCEPT -A OUTPUT -d ff00::/8 -j ACCEPT
- 28. elokuuta 2015 kello 06.47 ero historia +133 U Translations:Iptables/57/en Ak: Uusi sivu: #Block RH0 packet traffic -A INPUT -m rt --rt-type 0 -j DROP -A FORWARD -m rt --rt-type 0 -j DROP -A OUTPUT -m rt --rt-type 0 -j DROP uusin
- 28. elokuuta 2015 kello 06.47 ero historia -9 Iptables/en Ak: Uusi sivu: #Block RH0 packet traffic -A INPUT -m rt --rt-type 0 -j DROP -A FORWARD -m rt --rt-type 0 -j DROP -A OUTPUT -m rt --rt-type 0 -j DROP
- 28. elokuuta 2015 kello 06.47 ero historia +77 U Translations:Iptables/56/en Ak: Uusi sivu: <pre> #Allow local traffic -A INPUT -i lo -j ACCEPT -A OUTPUT -o lo -j ACCEPT uusin
- 28. elokuuta 2015 kello 06.47 ero historia -11 Iptables/en Ak: Uusi sivu: <pre> #Allow local traffic -A INPUT -i lo -j ACCEPT -A OUTPUT -o lo -j ACCEPT
- 28. elokuuta 2015 kello 06.47 ero historia +56 U Translations:Iptables/55/en Ak: Uusi sivu: Here is a simple firewall configuration for general use. uusin
- 28. elokuuta 2015 kello 06.47 ero historia +8 Iptables/en Ak: Uusi sivu: Here is a simple firewall configuration for general use.
- 28. elokuuta 2015 kello 06.47 ero historia +46 U Translations:Iptables/54/en Ak: Uusi sivu: Ip6tables is the firewall for an IPv6 network. uusin
- 28. elokuuta 2015 kello 06.47 ero historia -1 Iptables/en Ak: Uusi sivu: Ip6tables is the firewall for an IPv6 network.
- 28. elokuuta 2015 kello 06.46 ero historia +10 U Translations:Iptables/53/en Ak: Uusi sivu: == IPv6 == uusin
- 28. elokuuta 2015 kello 06.46 ero historia +34 U Translations:Iptables/52/en Ak: Uusi sivu: service iptables-persistent reload uusin
- 28. elokuuta 2015 kello 06.46 ero historia +17 U Translations:Iptables/51/en Ak: Uusi sivu: Restore from file uusin
- 28. elokuuta 2015 kello 06.46 ero historia 0 Iptables/en Ak: Uusi sivu: Restore from file
- 28. elokuuta 2015 kello 06.46 ero historia +32 U Translations:Iptables/50/en Ak: Uusi sivu: service iptables-persistent save uusin
- 28. elokuuta 2015 kello 06.46 ero historia -11 Iptables/en Ak: Uusi sivu: Save currently used firewall to file
- 28. elokuuta 2015 kello 06.46 ero historia +36 U Translations:Iptables/49/en Ak: Uusi sivu: Save currently used firewall to file uusin
- 27. elokuuta 2015 kello 12.00 ero historia +27 U Translations:Iptables/48/en Ak: Uusi sivu: nano /etc/iptables/rules.v6 uusin
- 27. elokuuta 2015 kello 12.00 ero historia +27 U Translations:Iptables/47/en Ak: Uusi sivu: nano /etc/iptables/rules.v4 uusin
- 27. elokuuta 2015 kello 12.00 ero historia +89 U Translations:Iptables/46/en Ak: Uusi sivu: You can configure the firewall here. Only the changes made here will be loaded on bootup. uusin
- 27. elokuuta 2015 kello 12.00 ero historia -12 Iptables/en Ak: Uusi sivu: You can configure the firewall here. Only the changes made here will be loaded on bootup.
- 27. elokuuta 2015 kello 11.40 ero historia +39 U Translations:Iptables/35/en Ak: Uusi sivu: apt-get install iptables-persistent uusin
- 27. elokuuta 2015 kello 11.40 ero historia +2 Iptables/en Ak: Uusi sivu: Install from packet manager.
Mainos / Advertisement: