Re: need help

Costa Tsaousis <[email protected]>
Newsgroups gmane.comp.security.firewalls.firehol.user
Message-ID <[email protected]>
στις 2/4/2010 10:42 μμ, O/H Tamer Higazi έγραψε:
> Hi people!
> I do have firehol and I have 2 NIC and I really need help.  Because I am
> not getting handled that the other CPU in my lan and I am not really an
> firewall expert. Could anybody of you help me? How will I have to
> configure firehol and the client behind it, that the client easily jumps
> through IP-Masquerading in the internet?!
>
>
> For any advise I would kindly thank you.
>
>
>
> eth0: 192.168.1.2  Bcast:192.168.1.255  Maske:255.255.255.0
> eth3: inet Adresse:192.168.2.1  Bcast:192.168.2.255  Maske:255.255.255.0
> ppp0: inet Adresse:85.xxx.xxx.x  P-z-P:213.191.64.102  Maske:255.255.255.255
>
>    


something simple to start with:

---
masquerade ppp+


interface eth+ lan
policy accept

interface ppp+ world
client all accept

router world2lan inface ppp+ outface eth+
client all accept

router lan2lan inface eth+ outface eth+
route all accept

----

The above trusts your LANs (eth0 and eth3) and allows everyone on the 
LANs to reach each other and the internet.

Costa


------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Firehol-support mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/firehol-support
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.