Linux - NetworkingThis forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Comp A is connected to a proxy (windows ISA) and we use ntlmaps to be able to connect to the internet.
There is 2 NIC's in this comp , Eth0 is used to connect to the internet
Can we setup eth1 on Comp A so Comp B,C,D can surf trough it ? so we dont have to install ntlmaps on these?
Sure, you'd simply create a couple of iptable rules for handling and NAT and masquerading. Assign your second NIC an IP address and create your routing table so the system knows it has to use the first NIC when accessing the Internet, then simply point any other computer to the IP address of the second NIC.
Out of interest, why don't you just get rid of the ISA server - why run through two proxies with only a handful of machines?
So basicly it shouldnt be different with setting up nat whenever the comp handling the nat is going through a proxy or not?
ISA server? me? baaaah , this isent my setup
its the schools..
and its just not a handfull , just a example cuz we plug in comps in the computerlab all the time. When you install linux (lets say debian) you have to get ntlmaps put in the students user and pass to be able to run apt-get.
Correct. If your machine handling NAT sits between the school's ISA server and the machines in your computer lab, you're machines shouldn't have problems logging in. I'm not sure whether you'll need something else setup on your Linux box to handle authentication to the Windows ISA server. Give it a go and see.
Originally posted by fouldsy Correct. If your machine handling NAT sits between the school's ISA server and the machines in your computer lab, you're machines shouldn't have problems logging in. I'm not sure whether you'll need something else setup on your Linux box to handle authentication to the Windows ISA server. Give it a go and see.
It didnt work , forgot to mention that in the last post >_>
Either the iptables was fucked or it just didnt work
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.