multiple IP addresses on one computer

realolman

Member
Join Date
Mar 2009
Location
here
Posts
584
We have several PLCs with static ethernet conections. I have to change the IP address on my laptop to match the target PLC.

Is there a way I can make and use a list of addresses and subnets , perhaps named for the equipment, from which I can pick an address for my computer

windows 7

thank you
 
You can make a little batch file, this is one I use:

REM Sett Viola Nett

netsh interface ip set address name="Lokal tilkobling" static 221.200.1.147 255.255.255.0 221.200.1.19
netsh interface ip set dns name="Lokal tilkobling" static 221.200.1.12

Just write in notepad and save as .bat file
 

Similar Topics

Hi guys, so I'm using BOOTP/DHCP tool in my virtual machine for setting up an IP addresses for basically everything. My only issue is always with...
Replies
3
Views
365
When machine has only 1 IP, we hook up a wireless client and set a static IP. Works Fine Alot of our newer machines have multiple IPs for PLC...
Replies
12
Views
6,157
I have the following situation CALL FC71 Read_in_DBno: DB100 // Input is a Block_DB I want this to turn this to something like this: (i know...
Replies
8
Views
2,239
Has anyone ever tried to send email to multiple addresses with a CompactLogix. Manual examples affect sending to only one address (...
Replies
4
Views
4,057
Is it possible to have two addresses that monitor the same tag on a HMI screen? For example, let's say a user inputs the number 10, is it posible...
Replies
2
Views
1,836
Back
Top Bottom