Networking Forums

Networking Forums > Computer Networking > Linux Networking > adding a linux box to a windows network

Reply
Thread Tools Display Modes

adding a linux box to a windows network

 
 
p cooper
Guest
Posts: n/a

 
      01-27-2005, 08:43 PM
Im trying (legitimately) to add a gentoo linux server box to the windows NW
at work. IT are happy for me to do it as long as it doesnt involve them in
any more work .(they re overworked++++ Im sympathetic).

I wall connection to the NW & 2 boxes on my desk

Ive got this far


currently

linux box uses ntlmaps to authenticate at the MS poxy server and I can
connect to the gentoo servers (for installs etc ) via the local proxy
ie local request->127.0.0.1:5865 -> eth0->MSproxy->www

linux box gives out IP address on eth1 to windows box and I can ping back
and forth and ssh to it.

next step is to get the windows box to connect to the rest of the world via
the linux server and MS proxy.

I was initially going to use shorewall (what im familiar with) to forward
incoming eth1 TCP traffic to eth0 , but im not sure about how I negotiate
the MS proxy.

Do i have to go

winbox->eth1 on server -> NTLM proxy(127.0.0.1:5865)->eth1 ->MSproxy->www

is this easier with squid? anyone know how to configure squid?
 
Reply With Quote
 
 
 
 
baruah
Guest
Posts: n/a

 
      01-28-2005, 08:27 AM
its easy to configure squid. 1st thing to decide whether you want a
"transparent" proxy or an "authentication" enabled one ?
in both the cases you can use squid.

The configuration file squid.conf is well document.

you will need a squid user and another squid group.

squid -z to create the cache directories.

"server squid start" to start the squid. By default it will run on port
3128.

If you want it to be a transparent proxy use Iptables as

"iptables -t nat -A PREROUTING -i <internal interface> -p tcp --dport
80 -j REDIRECT --to-port 3128"

or otherwise you can use "ncsa_auth" as given the squid.conf.

For creating users you can use htpasswd"


p cooper wrote:
> Im trying (legitimately) to add a gentoo linux server box to the

windows NW
> at work. IT are happy for me to do it as long as it doesnt involve

them in
> any more work .(they re overworked++++ Im sympathetic).
>
> I wall connection to the NW & 2 boxes on my desk
>
> Ive got this far
>
>
> currently
>
> linux box uses ntlmaps to authenticate at the MS poxy server and I

can
> connect to the gentoo servers (for installs etc ) via the local proxy
> ie local request->127.0.0.1:5865 -> eth0->MSproxy->www
>
> linux box gives out IP address on eth1 to windows box and I can ping

back
> and forth and ssh to it.
>
> next step is to get the windows box to connect to the rest of the

world via
> the linux server and MS proxy.
>
> I was initially going to use shorewall (what im familiar with) to

forward
> incoming eth1 TCP traffic to eth0 , but im not sure about how I

negotiate
> the MS proxy.
>
> Do i have to go
>
> winbox->eth1 on server -> NTLM proxy(127.0.0.1:5865)->eth1

->MSproxy->www
>
> is this easier with squid? anyone know how to configure squid?


 
Reply With Quote
Reply

Thread Tools
Display Modes

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Adding a macintosh to a Windows network DanP Windows Networking 0 02-23-2007 02:28 AM
Adding Windows XP to Existing wireless network kevineun Wireless Networks 3 01-21-2006 09:39 PM
Adding an XP computer to a Windows 98 Network George Harper Windows Networking 0 04-08-2004 05:15 PM
Windows ME Home Network Adding Windows XP Pro Laptop Leo Blackwell Windows Networking 2 12-06-2003 10:11 AM
Adding a Windows 2000 Laptop to an existing ME network Jerry Black Windows Networking 4 09-05-2003 07:22 PM



1 2 3 4 5 6 7 8 9 10 11