Hello,
I've made a small modification to the /usr/sbin/drakgw file:
1. manual modifications
the line
if_(@cards > 1, loc_interface => [ grep { $_ ne $device } @cards ]),
has to be replaced with
loc_interface => [ grep { $_ ne $device } @cards ],
and the line
my $internal_domain_name =
network::network::read_dhcpd_conf()->{domain_name}[0] ||=
network::network::read_resolv_conf_raw()->{nameserver}[0] ||=
"homeland.net";
has to be replace with
my $internal_domain_name = network::network::read_dhcpd_conf()->{domain_name}[0] ||=
network::network::read_resolv_conf_raw()->{search}[0] ||= "homeland.net";
2. or get the latest drakgw file from:
http://cvs.mandrakesoft.com/cgi-bin/cvsweb.cgi/gi/perl-install/standalone/drakgw
3. or wait and get the latest drakxtools-newt package
hope it helps,
--
Florin http://www.mandrakesoft.com
http://people.mandrakesoft.com/~florin/