From 25365fea641e9e5bcec2372695c9438d099b78eb Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Tue, 5 Sep 2000 12:07:44 +0000 Subject: no_comment --- perl-install/network.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'perl-install/network.pm') diff --git a/perl-install/network.pm b/perl-install/network.pm index d099ec309..2ef488148 100644 --- a/perl-install/network.pm +++ b/perl-install/network.pm @@ -222,14 +222,14 @@ sub dns { my ($ip) = @_; my $mask = masked_ip($ip); my @masked = masked_ip($ip) =~ $ip_regexp; - $masked[3] = 1; + $masked[3] = 2; join (".", @masked); } sub gateway { my ($ip) = @_; my @masked = masked_ip($ip) =~ $ip_regexp; - $masked[3] = 254; + $masked[3] = 1; join (".", @masked); } -- cgit v1.2.1