Configure ICSLAN
liviani
Posts: 5
in AMX Hardware
Hi There,
I am trying to setup an enova dvx 3255 with two port interfaces, the reason is that some devices are into an isolated network so I would like to use the ICSLAN into this network
Reading the manual it seems possible to have two (well configured networks) "transparent" to netlinx programs, accordingly to the manual:
This is fine for me but actually I am struggling with the ICSLAN configuration. (Master fw 1.4.72)
When I try to set up the network through telnet I am a little bit confused:
I am trying to use set icslan but unfortunately the set up is not as expected. Do you know any other way to configure properly the icslan?
I would use an ip like 10.200.100.xxx / 255.255.255.0 , is this possible??
Thanks,
Lawrence
I am trying to setup an enova dvx 3255 with two port interfaces, the reason is that some devices are into an isolated network so I would like to use the ICSLAN into this network
Reading the manual it seems possible to have two (well configured networks) "transparent" to netlinx programs, accordingly to the manual:
Opening LAN and ICSLAN Sockets from Code
When opening sockets from NetLinx or Java code there is no mechanism to indicate which network to use. The controller will open
the socket on whichever network has an IP subnet that matches the address provided in the command to open the socket. There is
no indication which network was used, only whether the socket was created successfully.
This is fine for me but actually I am struggling with the ICSLAN configuration. (Master fw 1.4.72)
When I try to set up the network through telnet I am a little bit confused:
>get icslan
ICSLan Network : 198.18.0.0
ICSLan Hostname : LIMELIGHTICSLAN
ICSLan Master IPv4 Address : 198.18.0.1
ICSLan Master IPv6 Address : fe80::260:9fff:fe9d:8730
MAC Address : 00:60:9f:9d:87:30
ICSLan DHCP Server is enabled
ICSLan Dns Server is 198.18.0.1
>set icslan
--- Enter New Values or just hit Enter to keep current settings
Enter ICSLan Host Name: LIMELIGHTICSLAN
Disable DHCP Server? (Y): n
ICSLan settings unchanged.
>reboot
Cold rebooting the whole system...
I am trying to use set icslan but unfortunately the set up is not as expected. Do you know any other way to configure properly the icslan?
I would use an ip like 10.200.100.xxx / 255.255.255.0 , is this possible??
Thanks,
Lawrence
0
Comments
My point is I would to connect a device which is on another net with different settings from the main Enova network. For this reason I am looking to a method which allows me to connect to a different network.
I was also thinking to two different solutions but this is obviously related to the network admin:
- Use some kind of NAT device which can be interconnected to both two networks.
- Modify the isolated network in order to be able to communicate on 198.18.x.y network
Any of you have other suggestion??
Cheers,
Lawrence
For clarification though, you can't connect the ICSLan up to another "real" LAN. Well, technically you can, but... it won't work right.