Click here to Skip to main content
15,897,273 members
Please Sign up or sign in to vote.
5.00/5 (1 vote)
See more:
can someone give me an overview on writing a program to control
how internet connection is shared in a local network through a server.
Posted
Comments
Richard MacCutchan 24-Oct-12 8:53am    
Do you really think that can be done in a "Quick Answers" forum?
JavamanX 24-Oct-12 9:00am    
no but just want to get some idea on how it works
JavamanX 24-Oct-12 9:01am    
i be glad if you can help
Richard MacCutchan 24-Oct-12 9:08am    
Try some research through Google, this sort of question is far too broad for a Quick Answers forum.
JavamanX 24-Oct-12 9:28am    
google not really helping or maybe i don't know the keywords to use

1 solution

Check this out - probably close to what you want:
http://en.wikipedia.org/wiki/Proxy_server[^]

A proxy server would have 2 NICs - one for external side (Internet) and one for internal network and allow internal computers to share the same connection to the Internet (only one IP address on the Internet side will be used). The external network will have no idea that there are other computers sharing the same Internet connection (well, this is not entirely true but kind of irrelevant).

You could even find some free source code for it probably if you google a bit...
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900