I'm using an Intel Galileo to develop one of my projects. I have a small server on my computer and I need that Galileo be able to access this server without the need of an internet router. Someone know how to open my Ethernet port so Galileo can be able to communicate to the server? I am using Linux on my computer.
Nevermind... I found the solution and it is quite simple:
You just need to set an IP for your Ethernet connection manually:
$ ifconfig enp1s0
need to be in a different range of your internet connection. Then, connect the board using Ethernet and set the server IP as the IP defined earlier. For the board, use an IP in the same range as the server.