LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   Using Squid on Debian Wheezy as a Proxy to a Client in VMWare Workstation (https://www.linuxquestions.org/questions/linux-networking-3/using-squid-on-debian-wheezy-as-a-proxy-to-a-client-in-vmware-workstation-4175434940/)

RootMason 10-31-2012 01:31 PM

Using Squid on Debian Wheezy as a Proxy to a Client in VMWare Workstation
 
Hello all!

I am setting up a Server/Client test environment for class using VMware Workstation. I am using Debian Wheezy as my Server and DSLinux as my Client. What I am hoping to do is to use the Server to serve DHCP/DNS requests from the Client, and then to use the Server as a Proxy to "funnel" internet traffic from the Client to the Internet.

In VMware (v9), on the Server, I am using VMNet8 (NAT; 192.168.133.0/24) to connect to the Internet and VMNet1 (Host-Only; 192.168.33.0/24) to connect to the Client. On the Client side I am using VMNet1 to connect to the Server.

I have set up DHCP (isc-dhcp-server) on the Server side and the Client is picking up IP addresses, so DHCP is working. I have not set up DNS yet, though I have added my ISP Nameservers to the dhcpd.conf list. I set up Squid today, but I am not getting any network connectivity from the Client.

So my question is this: is my problem the fact that I have not set up a DNS Server(bind9) yet? Or is it that I am using NAT (in VMWare) to connect to my PC's Internet connection? Or is it perhaps a configuration problem? I felt that adding the changes I made to squid.conf would make this post so long noone would read it, but if you are interested in helping, I would be more than happy to provide it.

Thanks to anyone who makes it this far in my thread... your help will be much appreciated and thanks for taking the time to help.

Steve
__________________________

#!/bin/bash
horse=1
dead=1
while [ $horse -eq $dead]
do
echo "beat"
done


All times are GMT -5. The time now is 10:34 PM.