BridgeX Installation

Change Static IP

6min
the bridgex runs rapsbian and therefore any guide for raspbian will be applicable these settings will only affect the inner of the two network adapters on version 3 of the bridgex the outer adapter is on dhcp by default but can be configured by replacing eth0 with eth1 in the config device management through ssh first off we need to establish an ssh connection to the device version 1 & 2 username pi password \[provided password] version 3 username compulab password \[provided password] you may use whatever ssh client you want but if you are unfamiliar with ssh you can download a copy of putty from https //www putty org/ https //www putty org/ simply run the program, enter the ip of the bridgex in the host name field and click open accept any signature trust prompts that pop up a service called dhcpcd handles the network configuration and we will need to edit its configuration we do this by entering the following command sudo nano /etc/dhcpcd conf you will need now need to remove the hash symbols on the rows below example static ip configuration on row 43 ip address your desired local ip routers the ip of your router/default gateway domain name the ip of your dns server this is often the router ip in smaller networks a monitor and a keyboard will be required to access the bridgex if the configuration ends up broken so be careful here is an example of a working static ip configuration when you are done you press ctrl+x you will be asked if you wish to save the changes, press y then press enter now you may reboot and the network service set the configured static ip sudo reboot follow the same procedure but instead add back the hash signs to the modified rows to re enable dhcp