Hi everyone. I would greatly appreciate your thoughts on how I might be able to "simulate" or trick my ethernet card into thinking it is connected to an active network? I have a bit of licensed software that will only function if I am connected to a network. It doesn't matter which network - any will do - but I have to be connected. Is there a workaround for this? I would be eternally grateful for any help in this matter. Thanks Steve ---------------------------------------------------------------------------- -- Stephen M. Soisson, Ph.D. Senior Research Biochemist X-ray Crystallography / Dept. of Medicinal Chemistry Merck Research Laboratories P.O. Box 2000, RY50-105 Rahway, NJ 07065 Phone: (732) 594-4349 Fax: (732) 594-5042 stephen_soisson@merck.com ------------------------------------------------------------------------------ Notice: This e-mail message, together with any attachments, contains information of Merck & Co., Inc. (Whitehouse Station, New Jersey, USA) that may be confidential, proprietary copyrighted and/or legally privileged, and is intended solely for the use of the individual or entity named in this message. If you are not the intended recipient, and have received this message in error, please immediately return this by e-mail and then delete it. ==============================================================================
Hmmm, trickery trickery. I assume the software that must be "tricked" is running in a Linux box and makes a system call to check the "network status". In my naive way, I would try to run the application on a real network using the strace command in order to see what devices it tries to open() and what ioctl() or read() it performs. I would then create a dummy device which responds as the network device would, load it into the kernel, create a symlink to my new device and run the application. Another naive way is to get yet another (cheap) network card and plug it into the same computer and enable it with a different net address. Then hook up a patch cable between the two cards. This is technically a network. However I suspect there is more to this and I'm a very naive user. Soisson, Stephen Michael wrote:
Hi everyone.
I would greatly appreciate your thoughts on how I might be able to "simulate" or trick my ethernet card into thinking it is connected to an active network?
I have a bit of licensed software that will only function if I am connected to a network. It doesn't matter which network - any will do - but I have to be connected.
Is there a workaround for this?
I would be eternally grateful for any help in this matter.
Thanks
Steve
---------------------------------------------------------------------------- -- Stephen M. Soisson, Ph.D. Senior Research Biochemist X-ray Crystallography / Dept. of Medicinal Chemistry Merck Research Laboratories P.O. Box 2000, RY50-105 Rahway, NJ 07065 Phone: (732) 594-4349 Fax: (732) 594-5042 stephen_soisson@merck.com
------------------------------------------------------------------------------ Notice: This e-mail message, together with any attachments, contains information of Merck & Co., Inc. (Whitehouse Station, New Jersey, USA) that may be confidential, proprietary copyrighted and/or legally privileged, and is intended solely for the use of the individual or entity named in this message. If you are not the intended recipient, and have received this message in error, please immediately return this by e-mail and then delete it.
==============================================================================
participants (2)
-
info
-
Soisson, Stephen Michael