Jonathan Morton wrote:
>>A windows NT4 SP6a workstation has been sent out and plugged into the hub
>>on the 10.1.1.0 subnet. Unfortunately the workstation in question has been
>>sent out with an ip address of 10.1.2.1 and a default gateway of
>>10.1.2.100.
>>
>>Is it possible to use vncviewer to connect to this workstation and correct
>>its ip address and gateway?
>>
>>Would it help to recompile the vncviewer code to allow it to connect using
>>a MAC address?
>
>If you can find *any* way to connect via TCP/IP using a MAC address, I'll
>be surprised. Your best bet is to reconfigure another machine on that
>subnet to be able to route to 10.1.2.1 on that network segment, and then
>use that to connect to it.
>
>Under Linux, this could easily be done using "route add -host 10.1.2.1 dev
>eth0" or something very similar. Windows NT might be able to do something
>similar.
To do the same under Windows NT or 2000 type:
route ADD 10.1.2.1 MASK <subnet mask> <gateway> METRIC <route metric> IF
<interface number>
slightly more complicated I know, but then that's Microsoft for you. I think
that the metric can be left out, and the docs *say* that if you leave off
the interface number, it will try and use the best one for the job!
once you have done this "route PRINT" will show you your current routing
table.
Seth
---------------------------------------------------------------------
To unsubscribe, send a message with the line: unsubscribe vnc-list
to [EMAIL PROTECTED]
See also: http://www.uk.research.att.com/vnc/intouch.html
---------------------------------------------------------------------