예제 #1
0
<?php

include "/etc/services/DHCPS/dhcpserver.php";
fwrite("w", $START, "#!/bin/sh\n");
fwrite("w", $STOP, "#!/bin/sh\n");
dhcps4setup("LAN-5");
예제 #2
0
<?php

include "/etc/services/DHCPS/dhcpserver.php";
fwrite("w", $START, "#!/bin/sh\n");
fwrite("w", $STOP, "#!/bin/sh\n");
dhcps4setup("BRIDGE-1");
예제 #3
0
<?php

include "/etc/services/DHCPS/dhcpserver.php";
fwrite("w", $START, "#!/bin/sh\n");
fwrite("w", $STOP, "#!/bin/sh\n");
dhcps4setup("LAN-6");
예제 #4
0
<?php

include "/etc/services/DHCPS/dhcpserver.php";
fwrite("w", $START, "#!/bin/sh\n");
fwrite("w", $STOP, "#!/bin/sh\n");
dhcps4setup("LAN-2");
예제 #5
0
<?php

include "/etc/services/DHCPS/dhcpserver.php";
fwrite("w", $START, "#!/bin/sh\n");
fwrite("w", $STOP, "#!/bin/sh\n");
dhcps4setup("LAN-1");
예제 #6
0
<?php

include "/etc/services/DHCPS/dhcpserver.php";
fwrite("w", $START, "#!/bin/sh\n");
fwrite("w", $STOP, "#!/bin/sh\n");
dhcps4setup("LAN-3");
예제 #7
0
<?php

include "/etc/services/DHCPS/dhcpserver.php";
fwrite("w", $START, "#!/bin/sh\n");
fwrite("w", $STOP, "#!/bin/sh\n");
dhcps4setup("LAN-4");