{

my $localip = $db->get_prop($key,'LocalIP');
my $remoteip = $db->get_prop($key,'RemoteIP');

$OUT .= "ifconfig $localip $remoteip\n";

}
