Squid Server


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers Squid Server
# 1  
Old 05-17-2010
Squid Server

Hi everyone,

I am very new to linux. Can anybody help me for my following doubts.

1) Why we put 8080 in squid server configuration ?
2) what is secure and insecure ftp ?
3) difference between ftp and http servers ?
4) can we configure all servers (installing packages with yum client)if we dont have a network.
5) what happend when we hit www.google.com in address bar? (means how dns works)
6) what happend when we send a mail within a network and accross a network ? (means how mail server works).

thanks in advance...

looking forward to hear from you....
# 2  
Old 05-17-2010
This is how I would answer that first three questions:
1) Because it's easy to remember and because it's pseudo-standard. Squid's default port is 3128.
2) Using secure FTP the data is partially tunneled through SSH, namely the authentication of the client on the server and changing/listing of directories.
3) FTP is almost exclusively meant for file transfer(s), HTTP is mainly meant for loading webpages from WWW to browser.
# 3  
Old 05-18-2010
thanks......
# 4  
Old 05-19-2010
i think this will answer your question about "How does DNS work"

http://cr.yp.to/djbdns/intro-dns.html

check the site out it has your answer
 
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

Gmail cannot view picture through web browser through squid proxy server

Hi, forum reader, I have a squid problem. We have 2 squid proxy for two different group staffs, both of them can access gmail for web email access. It used about half year. One day we send out email with image but one proxy group user cannot view that pic but another group can see. Any idea for... (2 Replies)
Discussion started by: justinianho
2 Replies

2. Proxy Server

How to use Squid on Linux to control certain IP to access Web Server and certain IP cannot access?

Dear all experts here, :) I would like to install a proxy server on Linux server to perform solely to control the access of Web server. In this case, some of my vendor asked me to try Squid and I have installed it onto my Linux server. I would like know how can I set the configuration to... (1 Reply)
Discussion started by: kwliew999
1 Replies

3. IP Networking

Does Translated IP Matter For Proxy Server (SQUID)

I am using Squid to create a proxy server for framework related to an application. My users sit on a private network in 191.xx.xx.xx space and my proxy sits in a different private network in 188.xx.xx.xx space. There will be a NAT in place to allow bidirectional communications but is there an... (5 Replies)
Discussion started by: BobSpero
5 Replies

4. Ubuntu

How do you setup 2 nic cards for squid Ubuntu server?

I have a made my squid proxy, I now have add another nic card to an old CPU using Ubuntu server 12.04. I have seen another post similar however I am new and did not understand some of it. Something about redirecting IP address and IP table? I don't know how to do this.:confused: (9 Replies)
Discussion started by: trilju2005
9 Replies

5. IP Networking

Squid vs iptables = no Squid access.log?

Hello, I have a pretty useless satellite link at home (far from any civilization), so I wanted to set up caching in order to speed things up. My Squid 2.6 runs "3128 transparent" and is set up quite well on a separate machine. I also have my dd-wrt router to move all port 80 traffic through... (0 Replies)
Discussion started by: theWojtek
0 Replies

6. UNIX for Advanced & Expert Users

Squid Dynamic Proxy Server Configuration

Hello all, I am trying to configure squid proxy server for different organizations. These organizations will have different blocked ports, different acls, etc. But, I can use only one proxy server for this purpose. Thinking of making a shell script with iptables and squid. For an example: a... (1 Reply)
Discussion started by: admin_xor
1 Replies

7. Red Hat

I can`t install squid server

Hello, Kindly help me to install squid on Centos 6! have a look at the screen shot aand guide me. Thanks in advance for your kind help. (2 Replies)
Discussion started by: ahmedamer12
2 Replies

8. IP Networking

SQUID Proxy server configuration

Can any one direct me to the resources where I can find in-depth instructions on Squid Proxy server and its configuration? Thanks in advance.:) (1 Reply)
Discussion started by: admin_xor
1 Replies

9. IP Networking

SQUID Transparent Proxy Server

hi guys! We are setting up Squid Server. we want the server to be transparent. But I don't know how will i be able to set the network up. is it possible to set the squid server in the same LAN with the Squid Client and still functions as a transparent server? if so, can anybody help me do it? ... (1 Reply)
Discussion started by: init6_
1 Replies

10. UNIX for Dummies Questions & Answers

Help Me Squid Server

Hello! I'm trying config Squid Cache Server...Where ? Can me find document about config Squid (Basic)... Thanks you (4 Replies)
Discussion started by: binhnx2000
4 Replies
Login or Register to Ask a Question