On redemarre le DHCP sur la bonne interface
darcs-hash:20051102125341-d1718-f17d72ad836691e11948050244468582575037ed.gz
This commit is contained in:
parent
f396e533c2
commit
4e005580a9
1 changed files with 1 additions and 1 deletions
|
@ -95,7 +95,7 @@ subnet %(network)s netmask %(netmask)s {
|
|||
if hostname == 'zamok':
|
||||
restart_cmd = '/etc/init.d/dhcp restart'
|
||||
elif hostname == 'nectaris':
|
||||
restart_cmd = 'kill $(ps auxwwc | awk \'($11 == "dhcpd") {print $2}\') ; sleep 1 ; dhcpd em0'
|
||||
restart_cmd = 'kill $(ps auxwwc | awk \'($11 == "dhcpd") {print $2}\') ; sleep 1 ; dhcpd vlan3'
|
||||
elif hostname == 'rouge' :
|
||||
restart_cmd = '/etc/init.d/dhcp3-server restart'
|
||||
else:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue