LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   Help With Bind,squid,nat And Proxy (https://www.linuxquestions.org/questions/linux-networking-3/help-with-bind-squid-nat-and-proxy-136382/)

debloxie 01-19-2004 12:13 PM

Help With Bind,squid,nat And Proxy
 
hi there,

i am trying to configure a LINUX BOX as a proxying cache and nat box with firewall.

i configure the DHCP server well with it giving out IPs to the client systems.

1. i ll like to know that in the dhcpd.conf file, do i need to add anything to the ddns style update?

2. do i need to include anything like

option routers 192.168.0.1

the server ip is 192.168.0.1

......thats for the DHCP

BIND

1. how many master zones do i need to have.

i have a root, master for localhost, master for 127.0.0 and a forward zone where the isp dns servers are put.

do u know anything about this whois server version 1.3?

.....SQUID

1. i didnt create a special partition for /usr and /var. will it affect its fucntioning?

2. who has rights to the cache directory? squid or root

3. what other tricks can u give me for bind config?

thanks

Pcghost 01-19-2004 05:40 PM

I can tackle the squid side of this. One reason many people put var on its own partition is so that log files such as squid.log don't fill the / partition. I have found, from managing 2 production level squid proxies that this is only necessary if the following two conditions apply to you.

1.) You have a lot of clients accessing the web through the proxy (> 150).
2.) You want to be able to ignore the proxy for long periods of time (>6 months).

I set mine up with a cron job that emails me the squid log at regular intervals and deletes them from the /var directory. They are recreated as new requests come in. This works great. This also works great for mail servers.


All times are GMT -5. The time now is 10:12 AM.