320
edits
| Line 10: | Line 10: | ||
===Raspberry bridging hints=== | ===Raspberry bridging hints=== | ||
The <code>ifconfig</code> command is helpful | The <code>ifconfig</code> command is helpful to find information and the address of eth0. | ||
After making changes to the Raspberry network settings, use the below commands to activate the modified settings. After making the changes, take the Ethernet down. After a bit of time, use the up command to restart the Ethernet. This is when your changes go into effect. | After making changes to the Raspberry network settings, use the below commands to activate the modified settings. After making the changes, take the Ethernet down. After a bit of time, use the up command to restart the Ethernet. This is when your changes go into effect. | ||
<syntaxhighlight> | <syntaxhighlight> | ||
| Line 19: | Line 19: | ||
[[File:Raspberry Bridge Router setting.png|thumb|150px|Location of the DHCP check box and Raspberry IP address.]] | [[File:Raspberry Bridge Router setting.png|thumb|150px|Location of the DHCP check box and Raspberry IP address.]] | ||
The screenshot of the Network Preferences dialog box, shows where the DHCP check box is and the Raspberry address. Right click on the network icon, upper right of the Desktop, next to the speaker icon. Click on Wireless & Wired Network Settings. | The screenshot of the Network Preferences dialog box, shows where the DHCP check box is and the Raspberry address. Right click on the network icon, upper right of the Desktop, next to the speaker icon. Click on Wireless & Wired Network Settings. | ||
==Barrier== | ==Barrier== | ||
Barrier allows sharing a common keyboard and mouse between many computers and works with different operating systems. It also allows sharing the clip board. Barrier is in the Raspberry software repository. In order to have a Raspberry boot with Barrier running edit the following file. At the end of the file <code>/home/pi/.profile</code>, place the command <code>barrier &</code>. This will only work if the Raspberry is configured auto login, which is it's default setting. | Barrier allows sharing a common keyboard and mouse between many computers and works with different operating systems. It also allows sharing the clip board. Barrier is in the Raspberry software repository. In order to have a Raspberry boot with Barrier running edit the following file. At the end of the file <code>/home/pi/.profile</code>, place the command <code>barrier &</code>. This will only work if the Raspberry is configured auto login, which is it's default setting. | ||
edits