ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

To setup eth0 to static, enter open /etc/network/interfaces via gedit or nano in command line:

nano /etc/network/interfaces

Then, edit file with these informations (I assigned 3, You can select 1-254 and different from laser, 200):

auto eth0
iface eth0 inet static
address 192.254.10.3 
netmask 255.255.255.0
gateway 192.254.1.254
broadcast 192.168.0.255

Then save file with Ctrl + X with nano, and type this commands on terminal,

sudo service network-manager restart

The Computer may not be connect to internet after doing this, Try changes above, Try ping to laser:

ping 192.254.10.200

If it will / won't works, change the file to

auto eth0
iface eth0 inet dhcp

And also sudo service network-manager to restart network, then Internet will be up. Write here If it works or not.

To setup eth0 to static, enter open /etc/network/interfaces via gedit or nano in command line:

nano /etc/network/interfaces

Then, edit file with these informations (I assigned 3, You can select 1-254 and different from laser, 200):

auto eth0
iface eth0 inet static
address 192.254.10.3 
netmask 255.255.255.0
gateway 192.254.1.254
broadcast 192.168.0.255

Then save file with Ctrl + X with nano, and type this commands on terminal,

sudo service network-manager restart

The Computer may not be connect to internet after doing this, Try changes above, Try ping to laser:

ping 192.254.10.200

If it will / won't works, change the file to

auto eth0
iface eth0 inet dhcp

And also sudo service network-manager to restart network, then Internet will be up. Write here If it works or not.

To setup eth0 to static, open /etc/network/interfaces via gedit or nano in command line:

nano /etc/network/interfaces

Then, edit file with these informations (I assigned 3, You can select 1-254 and different from laser, 200):

auto eth0
iface eth0 inet static
address 192.254.10.3 
netmask 255.255.255.0
gateway 192.254.1.254
broadcast 192.168.0.255

Then save file with Ctrl + X with nano, and type this commands on terminal,

sudo service network-manager restart

The Computer may not be connect to internet after doing this, Try changes above, Try ping to laser:

ping 192.254.10.200

If it will / won't works, change the file to

auto eth0
iface eth0 inet dhcp

And also sudo service network-manager to restart network, then Internet will be up. Write here If it works or not.