You are not logged in.
question 1. During pppoe-setup, this asks me about firewall level. 0, none, 1 standalone and 2 - mascarade. Wich one is best?
I'm a "normal" user that navigates, down things (p2p included) and just it. I'm using bridging and just one computer are using internet.
And a second one. I would like a good layer of protection. I don't know so much iptables, but I know how edit it. I would like use it. I've tried firewalls but not succesfull. Some of them don't work, and other ones blocked all (including firefox)
I've seen some rules, and commands, like
iptables -A INPUT -p tcp --syn -j DROP
iptables -A INPUT -i ppp0 -p udp --dport 0:30000 -j DROP
but, when I take a modeprobe iptables, I receive
FATAL: Module iptables not found.
and, when I try start it manually
# /etc/rc.d/iptables start
Cannot load iptables rules: /etc/iptables/iptables.rules is missing!
I think it's cause so much tries of a firewall.
Offline
You don't have any firewall rules.
Read this first: http://wiki.archlinux.org/index.php/Iptables
I recommend that you do not configure iptables directly (do that when you know what you are doing).
A good tool to configure iptables is ufw (originally from ubuntu). It has a very simple syntax.
Ex: Allow inbound ssh connections,
ufw allow sshYou can also use a GUI tool like firestarter (GTK and very simple), or guarddog (QT and more advanced).
Offline
and how may I configure amule and firefox? with ports and others
Offline