[[mscom_lab2]]

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
mscom_lab2 [2015/04/22 10:42]
beckmanf [Setup of the tftp server]
mscom_lab2 [2016/04/27 16:07]
beckmanf [Bridge Setup] eth3 -> eth1
Line 5: Line 5:
 To start a tftp server use the lab server below the table. The files will be stored in the /​var/​lib/​tftpboot directory. Starting and stopping is done via To start a tftp server use the lab server below the table. The files will be stored in the /​var/​lib/​tftpboot directory. Starting and stopping is done via
  
-Make sure that you can create new files in the /​var/​lib/​tftpboot ​file+Make sure that you can create new files in the /​var/​lib/​tftpboot ​directory
 <​code>​ <​code>​
 change in file /​etc/​default/​tftpd-hpa change in file /​etc/​default/​tftpd-hpa
Line 172: Line 172:
 <​code>​ <​code>​
 sudo brctl addbr mybridge sudo brctl addbr mybridge
-sudo brctl addif mybridge ​eth2+sudo brctl addif mybridge ​eth1
 sudo brctl show sudo brctl show
-sudo brctl addif mybridge ​eth3+sudo brctl addif mybridge ​eth2 
 +sudo ifconfig eth1 0.0.0.0
 sudo ifconfig eth2 0.0.0.0 sudo ifconfig eth2 0.0.0.0
-sudo ifconfig eth3 0.0.0.0 
 sudo ifconfig mybridge up sudo ifconfig mybridge up
 </​code>​ </​code>​
  • mscom_lab2.txt
  • Last modified: 2016/05/02 20:46
  • by beckmanf