Skip to content

Commit

Permalink
also set broadcast address
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Lange committed Jan 30, 2014
1 parent d3770c9 commit 9cc4a89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/simple/files/etc/rc.local/FAISERVER
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ if [ ! -d "$FAI_CONFIGDIR/class" ]; then
fi

# setup network
ip addr add 192.168.33.250/24 dev eth0 # (fixed address of faiserver)
ip addr add 192.168.33.250/24 brd + dev eth0 # (fixed address of faiserver)
dhclient eth0 # connection to the outside world (hopefully)
[ -x /etc/init.d/nscd ] && /etc/init.d/nscd restart
/etc/init.d/apache2 restart
Expand Down

0 comments on commit 9cc4a89

Please sign in to comment.