To check IP address of PLC, servers, workstation in a network to connect NTP time synchroniser
To check IP address of PLC, servers, workstation in a network to connect NTP time synchroniser
(OP)
Hi
We intend to install an NTP time synchronizer to synchronise time on servers, PLCs, workstations.
We must check the IP address of all equipment on the network. In fact we have 3 networks.
To do so we will use the following procedure:
1. Open command prompt in Windows
2. Type “ipconfig” press enter. Present ethernet connection details for server will show.
3. Type “arp -a” press enter. List of connected IP addresses will show.
We have 2 power plants exporting to the utility grid.
While doing this procedure, is there a risk that this disturbs our network and causes our power plants to stop?
After having checked the IP addresses, we will set the time synchronizer and then connect it to our networks.
Is it advisable to do so while our power plants are operating or this may cause the power plant to stop? Or is it better to do so while the plants are stopped?
In case we make a mistake and use IP addresses already in use what will happen when we connect the time synchronizer?
We intend to install an NTP time synchronizer to synchronise time on servers, PLCs, workstations.
We must check the IP address of all equipment on the network. In fact we have 3 networks.
To do so we will use the following procedure:
1. Open command prompt in Windows
2. Type “ipconfig” press enter. Present ethernet connection details for server will show.
3. Type “arp -a” press enter. List of connected IP addresses will show.
We have 2 power plants exporting to the utility grid.
While doing this procedure, is there a risk that this disturbs our network and causes our power plants to stop?
After having checked the IP addresses, we will set the time synchronizer and then connect it to our networks.
Is it advisable to do so while our power plants are operating or this may cause the power plant to stop? Or is it better to do so while the plants are stopped?
In case we make a mistake and use IP addresses already in use what will happen when we connect the time synchronizer?
RE: To check IP address of PLC, servers, workstation in a network to connect NTP time synchroniser
Dan - Owner
http://www.Hi-TecDesigns.com
RE: To check IP address of PLC, servers, workstation in a network to connect NTP time synchroniser
TTFN (ta ta for now)
I can do absolutely anything. I'm an expert! https://www.youtube.com/watch?v=BKorP55Aqvg
FAQ731-376: Eng-Tips.com Forum Policies forum1529: Translation Assistance for Engineers Entire Forum list http://www.eng-tips.com/forumlist.cfm
RE: To check IP address of PLC, servers, workstation in a network to connect NTP time synchroniser
If there's a DHCP server on the network it'll provide an address automatically, although this is likely not the ideal approach for an NTP server.
If you have an AD server on your network and you run authentication against AD then you'll likely already have an NTP service on your network.
However, as MacGyverS2000 has stated, the first port of call is to ask whoever (IT/OT) is responsible for your equipment networks.
I'd not use arp for establishing devices on the network either, something like nmap (probably ping scan only unless IT has disabled ping...) would give better results.
EDMS Australia
RE: To check IP address of PLC, servers, workstation in a network to connect NTP time synchroniser
Esperantes
RE: To check IP address of PLC, servers, workstation in a network to connect NTP time synchroniser
nmap can be used for this purpose (subject to certain caveats), but it can also be used for a lot more and can raise the ire of the IT department if you don't consult them first.
EDMS Australia