--- lib/PXElator/network.pm 2009/08/07 12:26:49 175 +++ lib/PXElator/network.pm 2009/08/09 16:37:46 179 @@ -14,8 +14,13 @@ sub tap { + if ( my $dev = $ENV{DEV} ) { + warn "W: running under device $dev, not configuring tap0\n"; + return; + } + if ( $server::ip !~ m{^172} ) { - warn "W: not configuring tap0 interface!"; + warn "W: server ip mismetch, not configuring tap0\n"; return; }