RE: help with firewall setup

2002-10-26 Thread aljuhani
Great to hear that .. A good book about IPCHAINS and Linux Firewall is: Linux Firewalls Author: Robert L. Ziegler Price: 44.99 USD Publisher: NewRiders (http://www.newriders.com) Go to the website above and enter in the search box "Linux Firewalls" to see more about the book and description.

RE: help with firewall setup

2002-10-25 Thread hanfamily
Thank you, That solved the problem for the windows machine and after I fixed the firewall on the linux client (and figured out that I had lost my gateway playing with service) everything works. Now I need to find a good book on ipchains so I how it all works. Linda On Thu, 24 Oct 2002,

Re: help with firewall setup

2002-10-25 Thread Mike Burger
Did you configure your Windows machines to use the proper DNS server? You either need to have a DNS server running on your firewall/router, for the Windows machines to query, or you have to configure your Windows machines to query your ISP's DNS server(s). On Thu, 24 Oct 2002 [EMAIL PROTECTED]

help with firewall setup

2002-10-24 Thread hanfamily
I did a minimal install of 7.2 on a machine to act as a router and firwall and router. I used up2date and have everything current so the internet connection works. I can ping the isp dns ipaddress from both linux and windows computers but I can not use internet explorer or netscape to view website

RE: help with firewall setup

2002-10-24 Thread aljuhani
Hello, You need some accept rules for tcp, udp, and ICMP, see example below: eth0 is your interface. ===EXAMPLE RULES=== # TCP # serve ftp for NON-passive clients_ONLY_ -A input -i eth0 -p tcp --destination-port 20:21 --syn -j ACCEPT -l # serve ssh - 22 -A input -i eth0 -p tcp --destination-