• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Is there anyway to make a proxy with just 1 NIC

HJB417

Senior member
My friend says it's possible to make a proxy server witch a computer that only has 1 NIC, the proxy clients are in the same LAN as the proxy server, and the proxy server gets its internet connection from another computer on the same LAN. If so, what proxy server software works with 1 NIC?
 


<< Its a silly idea. Spend $20 and get yourself a linksys nic and you should be just fine. >>


1) Not really - Been there, done that
2) If it's just for an internet connection, spend $10 and get something really cheap

Get sygate home network (I'll post a link if I remember) - It does clever things with the TCP/IP stack allowing you to use the same NIC for internet connection and intranet communication as well as running a proxy.
 
If you're running BT/2K/XP, you can assign more than one IP address to a NIC. This allows you to have one IP address for your Internet connection and one IP address for your internal network, all running across one cable and one hub. This works quite nicely, and is called Multinetting. Not the best thing to do, but it does function.

That being said, if you have two different DHCP servers on the network, one serving each network, things CAN get a bit dicey. For the machines on your internal network, it's better to hard-code in IP addresses and not use DHCP.

- G
 
" and the proxy server gets its internet connection from another computer on the same LAN "


The other computer would become a proxy, so you wont need another.
 
Thanks JackMDS, I was just going to do that.



<< If you're running BT/2K/XP, you can assign more than one IP address to a NIC. This allows you to have one IP address for your Internet connection and one IP address for your internal network, all running across one cable and one hub. This works quite nicely, and is called Multinetting. Not the best thing to do, but it does function.

That being said, if you have two different DHCP servers on the network, one serving each network, things CAN get a bit dicey. For the machines on your internal network, it's better to hard-code in IP addresses and not use DHCP.
>>



The problem is that most broadband companies use DHCP to assign you an IP address, so you're only allowed one - You cant have a static and dynamic address on the same adaptor without some clever trickery... which is exactly what sygate does...
 
Back
Top