1828171 Members
2683 Online
109975 Solutions
New Discussion

Linux NAT

 
ratan
Occasional Contributor

Linux NAT

i do a linux NAT to my server but i'm very new what i do?how to do squid server?
4 REPLIES 4
Court Campbell
Honored Contributor

Re: Linux NAT

These are really two seperate things.

>i do a linux NAT to my server but i'm very new what i do?

This is a straight forward howto on setting up NAT.

http://www.howtoforge.com/nat_iptables

how to do squid server?

Here is a nice howto for squid

http://www.brennan.id.au/11-Squid_Web_Proxy.html

You should really do a google search when you have these types of questions. There are dozens of howto's out on the Internet already. Also the LDP is a great site for howto's, etc. for Linux.

http://tldp.org/
"The difference between me and you? I will read the man page." and "Respect the hat." and "You could just do a search on ITRC, you don't need to start a thread on a topic that's been answered 100 times already." Oh, and "What. no points???"
Don Vanco - Linux Ninja
Regular Advisor

Re: Linux NAT

You don't mention your OS of choice, but if it's Red Hat I'd suggest the excellent docs on the site:
https://www.redhat.com/docs/manuals/enterprise/

Or the specific docs on The Linux Documentation Project:
http://www.tldp.org/HOWTO/text/IP-Masquerade-HOWTO

For Squid I'd use the RH docs on RH (and the config file is HEAVILY commented) or go straight to the source:
http://www.squid-cache.org/

Good luck -
Don
Steven E. Protter
Exalted Contributor

Re: Linux NAT

Shalom,

Shortcut.

http://fs-security.com

Install, then run firestarter a point and click gui that generates iptables code.

I good way to learn.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Court Campbell
Honored Contributor

Re: Linux NAT

Nice SEP. I always forget about the gui tools. That is definitely an easier way to do it.
"The difference between me and you? I will read the man page." and "Respect the hat." and "You could just do a search on ITRC, you don't need to start a thread on a topic that's been answered 100 times already." Oh, and "What. no points???"