Hi oli,
You are right, there is a section in this perl script:
my $setpacket = pack("vCCVNV", 0, 18, 1, 1, $setip, 0);
$probe->send($setpacket, 0, $broadcast);
which sends broadcast packet with new ipaddress via udp.
So the one thing left is to be in the same subnet, so that my...