Esempio n. 1
0
<?php

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

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

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

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

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

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

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