X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=clients%2Fzyxelng.pl;h=a5ec109939eb74d527d683c21373984d1230c3dc;hb=b7f4a767079d193a1429318eb6cf67e7aba60149;hp=c3d08fcfa505017c723ceefd606145606b3ba13d;hpb=a78ca3c9628b209500205ad77b333bd656175f34;p=nms diff --git a/clients/zyxelng.pl b/clients/zyxelng.pl index c3d08fc..a5ec109 100644 --- a/clients/zyxelng.pl +++ b/clients/zyxelng.pl @@ -78,7 +78,7 @@ foreach (split(/\n+/, $cmds1)) { my $cmd; #$cmd = "ip ifconfig swif0 192.168.1.1/24" if $one; #$cmd = "ip ifconfig swif0 192.168.2.150/24" unless $one; -$cmd = "ip ifconfig swif0 $newip/24"; +$cmd = "ip ifconfig swif0 $newip/30"; print "Sending '$cmd'\n"; my $pid = fork();