LinuxQuestions.org
LinuxAnswers - the LQ Linux tutorial section.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Networking
User Name
Password
Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.

Notices

Reply
 
LinkBack Search this Thread
Old 03-04-2004, 03:24 AM   #1
eponti01
LQ Newbie
 
Registered: Apr 2003
Location: Nigeria
Distribution: redhat8.0
Posts: 2

Rep: Reputation: 0
Moving Internet Server From Win To Linux


At the moment I am trying to move our Proxy server to connect to Internet from Win platform to Linux....but with some restriction to be implemented.
Practically we need:

i. We want windows NT computers and Linux computers to be able to browse the internet through the Linux computer
ii. We want to install a proxy server application on Linux, So that users can browse the internet through the Linux proxy application.Which proxy application can we use?
iii. We want to export user account from windows NT PDC server to a local group on the Linux machine
iv. We want to have a single login for each account that has been exported to the Linux machine. So that two users cannot use the same user account to browse. If USER A account is browsing on COMPUTER A, another user cannot use USER A account to browse on any system (practically disable the possibility of a double login for the proxy server).

I will be happy if someone could help me for some or all the topics, also by suggesting me which applications can perform the above mentioned tasks.


rgds
Emilio Ponti
RH9.0 newbie
 
Old 03-04-2004, 04:14 AM   #2
maxut
Senior Member
 
Registered: May 2003
Location: istanbul
Distribution: debian - redhat - others
Posts: 1,174

Rep: Reputation: 47
u may use squid cache proxy server. visit http://www.squid-cache.org/ for detailed info.. also u may need to use iptables to enable internet access from local clients for other tcp and udp ports.. visit http://www.netfilter.org
u can choose transparent proxy. so u can use squid and iptables together..

if u want local win clients to login linux, u must configure samba server.. there r lots of differences between NT PDC and linux. linux doesnt work as a NT PDC. i dont know if it s possible to export users from NT PDC. if your clients have static ips u can configure squid to allow clients to access internet by checking clients ips.
 
Old 03-18-2004, 12:15 PM   #3
lazlow69
Member
 
Registered: Jan 2003
Location: Central New Jersey
Distribution: Knoppix to play, Slack current, OpenBSD stables
Posts: 111

Rep: Reputation: 15
maxut,

You seem to have a little experience or knowledge about the idea of creating a transparent caching proxy with iptables and squid... I'd love it if you'd be willing to share some links or resources you'd suggest that help explain how to do this. I've read squid-cache.org pretty thoroughly and netfilter.org to get a good sense of the two on their own, a concise guide to combine to create a transparent caching proxy would be lovely!

Thanks
 
Old 03-19-2004, 01:29 AM   #4
maxut
Senior Member
 
Registered: May 2003
Location: istanbul
Distribution: debian - redhat - others
Posts: 1,174

Rep: Reputation: 47
transparent proxy is easy..
u must add following lines in "/etc/squid.conf"

httpd_accel_host virtual
httpd_accel_port 80
httpd_accel_with_proxy on
httpd_accel_uses_host_header on


and redirect http request comes from LAN (192.168.0.0/24):

iptables -t nat -A PREROUTING -s 192.168.0.0/24 -p tcp --dport 80 -j REDIRECT --to-port 3128
 
Old 03-19-2004, 09:07 AM   #5
maxut
Senior Member
 
Registered: May 2003
Location: istanbul
Distribution: debian - redhat - others
Posts: 1,174

Rep: Reputation: 47
lazlow69

actually i dont know links about transparent proxy. i have found some links at www.netfilter.org, thats all.. i wish i would know more, but unfortunatelly not.
 
Old 03-19-2004, 11:32 PM   #6
lazlow69
Member
 
Registered: Jan 2003
Location: Central New Jersey
Distribution: Knoppix to play, Slack current, OpenBSD stables
Posts: 111

Rep: Reputation: 15
wonderful, concise answers. Thank you kindly! I'll experiment with this great info!
 
Old 03-20-2004, 01:13 AM   #7
maxut
Senior Member
 
Registered: May 2003
Location: istanbul
Distribution: debian - redhat - others
Posts: 1,174

Rep: Reputation: 47
your welcome.. we r here to help each other.
 
  


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
Trackbacks are Off
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
internet sharing, linux client, win server... huzzzo Linux - Networking 3 08-21-2005 02:30 PM
Moving Linux accounts to MacOS X server? evilchild Linux - General 1 04-09-2005 07:05 PM
Linux connecting to the internet via win xp EldinTux Linux - Networking 3 01-23-2005 02:54 PM
Using a shared internet connection from Win 2003 Server? piraya Linux - Newbie 4 10-24-2004 11:08 AM
Moving existing users from one Linux server to... xmdms Linux - General 7 03-04-2004 05:41 PM


All times are GMT -5. The time now is 05:45 AM.

Main Menu
 
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
identi.ca: @linuxquestions
Facebook: @linuxquestions
Open Source Consulting | Domain Registration