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 for find information and the address of eth0. | ||
After making changes to the Raspberry network | 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> | ||
sudo ifconfig eth0 up #Ethernet | sudo ifconfig eth0 up #Ethernet | ||
sudo ifconfig eth0 down #Ethernet | sudo ifconfig eth0 down #Ethernet | ||
</syntaxhighlight> | </syntaxhighlight> | ||
edits