2

I have lubuntu 18.04 running on an Udoo X86. Internet access is through wifi and I have been trying all day to get a hikvision ip camera with static ip 192.168.1.64 to connect through the ethernet port with no luck. Nothing happens when I plug the cable into the eth port. I have tried setting up an ethernet connection with address 192.168.1.10 and mask 255.255.255.0, but since it is a direct connection I don't know if I need to enter a gateway or not. Am I doing this wrong or is there a problem with my ethernet port? Thanks!

Al T
  • 31

1 Answers1

1

Ok, thanks for your responses. The issue I was running into was that I was trying to set the ethernet address using the gui interface and network manager, but in Ubuntu/lubuntu 18.04, you now have to use Netplan to configure networks. Once I followed these instructions, How to setup a static IP on Ubuntu Server 18.04, it took a minute to set it up and have the udoo recognize the connection.

Al T
  • 31