This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
robots:armadillo:hardware:frobobox:configuration [2012/02/22 11:22] claes [Network] |
robots:armadillo:hardware:frobobox:configuration [2021/08/14 04:21] (current) |
||
---|---|---|---|
Line 1: | Line 1: | ||
====== Frobobox Configuration ====== | ====== Frobobox Configuration ====== | ||
+ | ===== Bluetooth ===== | ||
+ | Make sure the dongle is connected, check with dmesg. | ||
+ | If the bluetoothdongle is not working try restarting the service | ||
+ | sudo / | ||
+ | look at [[https:// | ||
===== Network ===== | ===== Network ===== | ||
- | + | < | |
- | <file interfaces> | + | |
#Uncomment this to let network manager do the configuration | #Uncomment this to let network manager do the configuration | ||
- | #auto lo | + | auto lo |
- | #iface lo inet loopback | + | iface lo inet loopback |
- | # The gigabit network interface, normally for external connection | + | #auto eth0 |
- | auto eth0 | + | #iface eth0 inet static |
- | iface eth0 inet static | + | #address 144.41.176.69 |
- | address 144.41.176.69 | + | #gateway 144.41.176.1 |
- | gateway 144.41.176.1 | + | #netmask 255.255.255.0 |
- | netmask 255.255.255.0 | + | #nameserver 144.41.5.20 |
- | # The network interface normally connected to the Frobobox Wireless | + | #Only use this if eth0 is not working. With this enables you cannot connect via wireless |
- | auto eth1 | + | #auto eth1 |
- | iface eth1 inet static | + | #iface eth1 inet static |
- | address 144.41.176.68 | + | #address 144.41.176.68 |
- | gateway 144.41.176.1 | + | #gateway 144.41.176.1 |
- | netmask 255.255.255.0 | + | #netmask 255.255.255.0 |
- | nameserver 144.41.5.20 | + | #nameserver 144.41.5.20 |
- | + | ||
- | iface mpt inet static | + | |
- | address 144.41.176.68 | + | |
- | netmask 255.255.255.0 | + | |
- | gateway 144.41.176.1 | + | |
- | | + | |
+ | </ | ||
+ | ===== Hosts configuration on your computer ===== | ||
+ | <file bash hosts> | ||
+ | #Armadillo Frobobox | ||
+ | 144.41.176.69 froboboxcable | ||
+ | 192.168.0.2 | ||
</ | </ | ||
+ |