Please Help

  • A.Kannan
  • Graduate
  • Graduate
  • User avatar
  • Joined: Oct 22, 2005
  • Posts: 216
  • Loc: Sivakasi, TamilNadu, India
  • Status: Offline

Post March 15th, 2007, 12:14 am

Hello friends
Please see the image.

http://i41.photobucket.com/albums/e252/ajkannan83/Browse.gif

Image

If anybody to know please reply.

Thank you
A.Kannan
  • Anonymous
  • Bot
  • No Avatar
  • Joined: 25 Feb 2008
  • Posts: ?
  • Loc: Ozzuland
  • Status: Online

Post March 15th, 2007, 12:14 am

  • suzie
  • Guru
  • Guru
  • User avatar
  • Joined: Feb 07, 2004
  • Posts: 1127
  • Loc: England
  • Status: Offline

Post March 15th, 2007, 1:18 am

Whooo,

Thats pretty tech stuff so my post will bump it for attention to a person who is more clever, and smarter than I am.

Good luck!

S
http://jungaling.com/katecorner/
  • mo_mughrabi
  • Student
  • Student
  • User avatar
  • Joined: Nov 07, 2006
  • Posts: 73
  • Status: Offline

Post March 15th, 2007, 6:07 am

Your question is not clear at all, but let me see if I got this right. You have several machines on the network the redhat one has a squid installed and all the network clients are using it to access the internet.

Now, You want to browse the internet with MS Server 2003 to king.com? If that is your question, then you only have to setup your MS Server browsers to use the redhat squid with the IP and port you mentioned...

Any ways, clear your question more and if it is related to squid configuration in anyway I might be able to help out..

Cheers,
  • AnarchY SI
  • Web Master
  • Web Master
  • User avatar
  • Joined: Oct 30, 2004
  • Posts: 2521
  • Loc: /usr/src/MI
  • Status: Offline

Post March 15th, 2007, 3:15 pm

mo_mughrabi wrote:
Your question is not clear at all, but let me see if I got this right..


i think he wants to be able to browse the intrAnet on the linux box, but when browsing the intErnet he wants all of the computers to go through the proxy.

so he wants to set it up so that when the computers on the network go to http://www.king.com , they're directed to the win2k3 server, but when they browse any other url they're sent through the proxy to the internet. ? i think
Image
"In a world without walls and fences, who needs Windows and Gates?"
  • mo_mughrabi
  • Student
  • Student
  • User avatar
  • Joined: Nov 07, 2006
  • Posts: 73
  • Status: Offline

Post March 15th, 2007, 4:06 pm

AnarchY SI wrote:
mo_mughrabi wrote:
Your question is not clear at all, but let me see if I got this right..


i think he wants to be able to browse the intrAnet on the linux box, but when browsing the intErnet he wants all of the computers to go through the proxy.

so he wants to set it up so that when the computers on the network go to http://www.king.com , they're directed to the win2k3 server, but when they browse any other url they're sent through the proxy to the internet. ? i think



Really? sometimes it's harder to understand the question! :)

any ways, Kannan what you are asking about is a bit tricky. If your network is setup using routers as gateway then you can login to the router web interface and make exception for the domain king.com to be forwarded to your windows machine. If you are having the redhat acts as a gateway too then the below steps would probably work out..

try going to /etc/hosts on your redhat machine and forward all requests to


Code: [ Select ]
vi /etc/hosts


and add the following line in the end

Code: [ Select ]
180.100.103.1    king.com


then on your squid, to go where it says RULES and make an exception for domain king.com.

Code: [ Select ]
acl king dstdomain .king.com
http_access allow king
  1. acl king dstdomain .king.com
  2. http_access allow king


save, reload your squid and try again.. this would be a walk around solution and am sure there must be a way which you can get squid to forward a specific domain request, Yet I looked in manuals but didn't see any..

Maybe tomorrow i will look into this more if and post you with more updates..


Cheers,
  • A.Kannan
  • Graduate
  • Graduate
  • User avatar
  • Joined: Oct 22, 2005
  • Posts: 216
  • Loc: Sivakasi, TamilNadu, India
  • Status: Offline

Post March 15th, 2007, 10:45 pm

Hello Sir,

Thankyou for your response.

I have changed the settings for your ideas. But the intranet website is doestnot browse.

Whether if any gateway or dns setting chages in windows or linux.

please reply.

Thank You

A
  • AnarchY SI
  • Web Master
  • Web Master
  • User avatar
  • Joined: Oct 30, 2004
  • Posts: 2521
  • Loc: /usr/src/MI
  • Status: Offline

Post March 16th, 2007, 12:29 am

have you tried navigating to the servers ip address in a browser? such as,
http://180.100.103.1
?

what happens when you try to browse the intranet website?
Image
"In a world without walls and fences, who needs Windows and Gates?"
  • mo_mughrabi
  • Student
  • Student
  • User avatar
  • Joined: Nov 07, 2006
  • Posts: 73
  • Status: Offline

Post March 16th, 2007, 2:46 am

A.Kannan wrote:
Hello Sir,

Thankyou for your response.

I have changed the settings for your ideas. But the intranet website is doestnot browse.

Whether if any gateway or dns setting chages in windows or linux.

please reply.

Thank You

A



Please define the interanet websites doesn't work? was it working before you do these steps? How did you attempt to connect before you define king.com? IP Address? Domain?

Give us more details so we can troubleshoot this like tail -f the log files for squid
/var/log/squid/access.log

Do you see upcoming requests for king.com? when running IP address do you see it in the log files? If so, please copy what ever appears to you..
  • A.Kannan
  • Graduate
  • Graduate
  • User avatar
  • Joined: Oct 22, 2005
  • Posts: 216
  • Loc: Sivakasi, TamilNadu, India
  • Status: Offline

Post March 16th, 2007, 5:12 am

Sir,

Thank You very much. Its working fine.

Thank You so much.
A.Kannam
  • AnarchY SI
  • Web Master
  • Web Master
  • User avatar
  • Joined: Oct 30, 2004
  • Posts: 2521
  • Loc: /usr/src/MI
  • Status: Offline

Post March 16th, 2007, 9:18 am

A.Kannan wrote:
Sir,

Thank You very much. Its working fine.

Thank You so much.
A.Kannam


can you tell us what it was that fixed it?
Image
"In a world without walls and fences, who needs Windows and Gates?"

Post Information

  • Total Posts in this topic: 10 posts
  • Users browsing this forum: No registered users and 120 guests
  • You cannot post new topics in this forum
  • You cannot reply to topics in this forum
  • You cannot edit your posts in this forum
  • You cannot delete your posts in this forum
  • You cannot post attachments in this forum
 
 

© 2011 Unmelted, LLC. Ozzu® is a registered trademark of Unmelted, LLC.