PDA

View Full Version : Firewall


kafsar
5th March 2005, 09:53 AM
I was useing Freesco as firewall and router in my LAN.

I have two LAN eth1 (10.48.60.0) and eth1 (192.168.102.0)

In freesco IPFWADM use instade of IPTABLES

I use the following rule in Freesco form one computer 192.168.102.149 to connect with 10.48.60.181.

I use following rule in Freesco and this rule working ok..

ipfwadm -F -a accept -m -S 192.168.102.149 -D 10.48.60.181
ipfwadm -I -i accept -P all -S 192.168.102.149 -D 10.48.60.181


Now I have installed Fedora FC3,

now I want use same rule in Fedora,, can anyone help me what rule look like in IPTABLE.

Thanks

Tashiro
5th March 2005, 10:43 AM
You could try firestarter (http://www.fs-security.com/) as a firewall.

Tashiro

Edit: here (http://www.linuxguruz.com/iptables/howto/maniptables.html) is the manpage of iptables, have fun.