in reply to Network Programming between Linux/NT
The most flexible (and probably has the greatest potential of danger) seems to be web-based management. Have an NT machine serve cgi scripts to manage other NT systems. No one can write enough here to talk about all of the security issues in implementing. No one knows enough and besides, who would want to read it here anyway?
In the spirit of TMTOWTDI, use CGI.pm to create your web-based administration on an NT machine, use Win32::AdminMisc, and the slew of modules available to provide remote administration of win32 machines. This will allow you to perform enterprise-level monitoring.
If you are only concerned with access to individual boxes, rsh (as John M. Dlugosz stated earlier), telnet, ssh, and vnc can be used to bridge NT and Linux.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Network Programming between Linux/NT
by sierrathedog04 (Hermit) on Jul 08, 2001 at 16:31 UTC | |
by joefission (Monk) on Jul 08, 2001 at 17:34 UTC |