--- lib/PXElator/httpd.pm 2009/08/27 20:00:30 317 +++ lib/PXElator/httpd.pm 2009/08/27 20:01:29 318 @@ -215,10 +215,7 @@ $ip = $new_ip; } - my $ip_short = (split(/\./, $ip, 4))[3]; - - # if ( $ip ne $server::ip ) -- not flexible enough for tunnel endpoints - if ( $ip_short >= $server::ip_from && $ip_short <= $server::ip_to ) { + if ( $ip ne $server::ip ) { my $hostname = client::conf( $ip, 'hostname' => $param->{hostname} ); my @table = (