On my PC I've got two NiC's ... so I've got to use the 'multihome'-parameter to make it visible to the internet.
That was the 'easy' part.
Problem :
the IP I need to use is dynamic, so I have to manually check if the adress is still the same before I start the server.
Is there any way I could automate this ?
The OS I use (now) is Windows NT 4.0 (Servicepack 6).
I know the DOS-command to get the (current) IP is 'ipconfig' so I could (in theory) write a utility to extract the IP and then add that to the commandline ... etc.
But if someone already has done something similar ...
That was the 'easy' part.
Problem :
the IP I need to use is dynamic, so I have to manually check if the adress is still the same before I start the server.
Is there any way I could automate this ?
The OS I use (now) is Windows NT 4.0 (Servicepack 6).
I know the DOS-command to get the (current) IP is 'ipconfig' so I could (in theory) write a utility to extract the IP and then add that to the commandline ... etc.
But if someone already has done something similar ...