--- lib/PXElator/server.pm 2009/09/09 10:48:59 410 +++ lib/PXElator/server.pm 2009/09/09 19:57:07 416 @@ -8,7 +8,7 @@ use ties; tie our $ip, 'ties', 'server_ip' => '172.16.10.1'; -tie our $netmask, 'ties', 'natmask' => '255.255.255.0'; +tie our $netmask, 'ties', 'netmask' => '255.255.255.0'; tie our $bcast, 'ties', 'bcast' => '172.16.10.254'; tie our $ip_from, 'ties', 'ip_from' => 10; tie our $ip_to, 'ties', 'ip_to' => 100;