{
    my $device = $ExternalInterface{Name} || "eth1";
    $OUT .= "/sbin/ifconfig $device up mtu 1500\n\n";
    $OUT .= "interface=$device\n";
}
