To configure your SCADAPack 47xi to have internet access:
1. Configure Ethernet 3 or Ethernet 4 to be on an IP address on your LAN subnet, but outside the
DHCP range of your router.
2. Configure the Default Gateway IP Address of the Edge platform to point to the LAN IP of your
router.
For example:
3. Configure a DNS server for your SCADAPack 47xi by making your resolv.conf file look like
this:
|/etc/resolv.conf |
----------------------------------------
|nameserver 8.8.8|nameserver 8.8.4.4 |
----------------------------------------
You can use the Google or OpenDNS server or any other DNS server and run the following
commands on your SCADAPack 47xi:
rm /etc/resolv.conf
echo "nameserver 8.8.8.8" > /etc/resolv.conf
echo "nameserver 8.8.4.4" >> /etc/resolv.conf
sudo systemctl mask systemd-resolved
4. Confirm connec�vity:
root@scadapack-47xi:~# ping www.google.com
PING www.google.com (142.251.15.103): 56 data bytes
64 bytes from 142.251.15.103: seq=0 ttl=109 time=38.084 ms.