Difference between pages "Package:Iptables" and "Package:Irssi"

From Funtoo
(Difference between pages)
Jump to navigation Jump to search
 
 
Line 1: Line 1:
{{Ebuild
{{Ebuild
|Summary=Linux kernel (2.4+) firewall, NAT and packet mangling tools
|Summary=A modular textUI IRC client with IPv6 support.
|CatPkg=net-firewall/iptables
|CatPkg=net-irc/irssi
|Maintainer=
|Maintainer=
|Homepage= http://www.netfilter.org/projects/iptables/
|Homepage=http://www.irssi.org/
}}
}}
'''iptables''' is a program used to configure and manage the kernels netfilter modules.
irssi is an command line IRC client based on ncurses.
== Installation ==
=== Emerge ===
<console>
###i## emerge iptables
</console>


=== First Run ===
Look at the [http://www.irssi.org/documentation documentation] to learn how to use it.
For some services such as [[Package:Sshguard | sshguard]] & [[Package:fail2ban | Fail2ban]] you need a generic running firewall.  We will save a blank firewall rule set and start the firewall.


==== ipv4 ====
Possible USE-flags:
<console>
* ipv6
###i## rc-service iptables save
* perl
###i## rc-service iptables start
* proxy
</console>
* ssl
to start upon reboot
* selinux
<console>
* socks5
###i## rc-update add iptables default
</console>


==== ipv6 ====
{{PageNeedsUpdates}}
<console>
###i## rc-service ip6tables save
###i## rc-service ip6tables start
</console>
 
To make the service start upon system reboot, run:
<console>
###i## rc-update add ip6tables default
</console>
 
== Show firewall Rules & Status ==
===ipv4===
<console>
###i## iptables -L -n
</console>
 
===ipv6===
<console>
###i## ip6tables -L -n
</console>
{{EbuildFooter}}
{{EbuildFooter}}

Revision as of 19:25, September 12, 2014

Irssi

   Tip

We welcome improvements to this page. To edit this page, Create a Funtoo account. Then log in and then click here to edit this page. See our editing guidelines to becoming a wiki-editing pro.

irssi is an command line IRC client based on ncurses.

Look at the documentation to learn how to use it.

Possible USE-flags:

  • ipv6
  • perl
  • proxy
  • ssl
  • selinux
  • socks5