LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 08-11-2010, 07:14 AM   #1
rsasuncion
LQ Newbie
 
Registered: Aug 2010
Posts: 2

Rep: Reputation: 0
Wink Transparent Squid Proxy in Ubuntu


Hi,

I'm mon webmaster/developer and I'm new in Linux. Our office suddenly needs to setup a proxy server. Ubuntu Squid proxy server immediately came as an option for us. The question is: does transparent squid proxy configuration using Ubuntu will have no problem with computers running on Windows OS?

Thanks in advance.. Sorry if this is a very noob question.
 
Old 08-11-2010, 10:53 AM   #2
pvnilsson
LQ Newbie
 
Registered: Aug 2010
Location: Denmark
Distribution: Ubuntu 10.04
Posts: 5

Rep: Reputation: 0
No there will be no problems with your Windows clients.

--
Peter Nilsson
 
Old 08-19-2010, 04:22 AM   #3
rsasuncion
LQ Newbie
 
Registered: Aug 2010
Posts: 2

Original Poster
Rep: Reputation: 0
Squid Proxy And DHCP Server

Thank you Peter.

It seems like I'm having problem with my transparent squid proxy server. I was able to configure my ubuntu server as a DHCP server but was not successful in giving Internet connection to the clients. My squid proxy and DHCP server is in the same machine.

I followed the instructions for my squid config on this article but with no success: http://www.ivankristianto.com/os/ubu...ent-proxy/648/

Below is my interfaces configuration:

auto lo
iface lo inet loopback

auto eth1
iface eth1 inet static
address 192.168.1.1
netmask 255.255.255.0
network 192.168.1.0
broadcast 192.168.1.255
dns-nameservers 192.168.0.1
mtu 1492

auto eth2
iface eth2 inet static
address 192.168.0.2
netmask 255.255.255.0
network 192.168.0.0
broadcast 192.168.0.255
gateway 192.168.0.1
dns-nameservers 192.168.0.1
mtu 1492


My Router IP Address: 192.168.0.1 Subnet Mask: 255.255.255.0

I got my dhcpd configuration in: http://www.ivankristianto.com/os/ubu...on-ubuntu/996/

DHCPD Configuration:

ddns-update-style none;

option domain-name "example.org";
option domain-name-servers ns1.example.org, ns2.example.org;

default-lease-time 600;
max-lease-time 7200;

log-facility local7;

subnet 192.168.1.0 netmask 255.255.255.0 {
range 192.168.1.2 192.168.1.200;
option domain-name-servers 192.168.1.1;
option domain-name "yourdomain.com";
option routers 192.168.1.1;
option subnet-mask 255.255.255.0;
option broadcast-address 192.168.1.255;
default-lease-time 21600;
max-lease-time 43200;

}

Sorry for the long content. Hope this info will help you in helping me in search for solutions.

Thank you.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
LXer: Setting up ubuntu 10.04 (Lucid) server with squid 3 as a Transparent Proxy LXer Syndicated Linux News 0 06-22-2010 07:11 PM
Ubuntu 8.04: Transparent proxy using squid working but block domain not working bleketux Linux - Networking 10 03-16-2009 06:41 AM
SQUID, Ubuntu, Transparent Proxy ThePhoton Linux - Networking 0 07-07-2008 11:44 AM
Ubuntu, Squid Transparent Proxy server is not working pocs Linux - Networking 6 10-31-2007 10:42 AM
squid transparent proxy...... hitesh_linux Linux - Networking 1 06-13-2003 03:24 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 02:59 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration