Dear All,
I want to shared my internet connection(Connected via Lan) to 2 user(authoirsed) in the same lan.How can I do this with the help of VB.
Dana
Printable View
Dear All,
I want to shared my internet connection(Connected via Lan) to 2 user(authoirsed) in the same lan.How can I do this with the help of VB.
Dana
VB is about the worst language to write a proxy in. The best way would be with a router. The next best way would be to use Windows' Internet Connection Sharing.
Dear AL42,
Thanks for your Reply.I have tried out Window's Interent Connection sharing, It is not working for Sharing a Lan Connection.What about the Router? or can we got .net ?
ICS will work if you set it up correctly. A router will also work, but you have to have one. If you want to write a proxy, the best language is assembly, but you can get away with C, since you can drop in assembly code where needed. I wouldn't go any lower than that.
Is there any option in .Net Envoirnemt
I don't know much about network programming. But the source code in this link will help you.
http://www.freevbcode.com/ShowCode.Asp?ID=4347