Link to home
Start Free TrialLog in
Avatar of mtarabay
mtarabayFlag for United States of America

asked on

How can i make a proxy server by using Linux Fedora 10?

I have Linux Fedora 10 Server with two network interfaces, one of them eth0 is connecting directly to Internet gateway with IP=210.8.234.254 and gateway IP=210.8.234.253 mask 255.255.255.252
The second network interface eth1 is connecting directly to my LAN switch with IP=172.18.5.50 mask 255.255.255.0

How can i make my Fedora server produce caching and NAT service for our LAN clients to connect to Internet?
I mean How can i make my Fedora sever as a proxy server for my LAN?
Please help me because i am new with Linux dealing.
ASKER CERTIFIED SOLUTION
Avatar of admin0
admin0
Flag of Singapore image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of mtarabay

ASKER

Thanks,
                I have tried routing and gateway and it is successfully done.
But where can i found Squid application and how can i install it?
Thanks
               I have tried routing, NAT, and gateway and it works properly.
But where can i found squid proxy and how can i install it?
I wrote that in my starting lines above.
Pasting it again here

Install squid in fedora.
as root, issue the command:

yum install squid <enter>