Network Bridge: Difference between revisions

Jump to navigation Jump to search
Line 10: Line 10:
===Raspberry bridging hints===
===Raspberry bridging hints===


The <code>ifconfig</code> command is helpful to find information and addresses of eth0.
The <code>ifconfig</code> command is helpful for find information and the address of eth0.
After making changes to the Raspberry network setting, 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. That 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>
sudo ifconfig eth0 up #Ethernet
sudo ifconfig eth0 up #Ethernet
sudo ifconfig eth0 down #Ethernet
sudo ifconfig eth0 down #Ethernet
</syntaxhighlight>
</syntaxhighlight>
320

edits

Navigation menu