diff options
author | Eugeni Dodonov <eugeni@mandriva.org> | 2009-03-18 22:54:36 +0000 |
---|---|---|
committer | Eugeni Dodonov <eugeni@mandriva.org> | 2009-03-18 22:54:36 +0000 |
commit | 854968bc3193fdb1c7d87ea227a72d0707d654e0 (patch) | |
tree | fe4412697f816883134809c0105013bc86221602 | |
parent | 949973f963a533022ad3f45baa7470adee391d03 (diff) | |
download | drakx-net-854968bc3193fdb1c7d87ea227a72d0707d654e0.tar drakx-net-854968bc3193fdb1c7d87ea227a72d0707d654e0.tar.gz drakx-net-854968bc3193fdb1c7d87ea227a72d0707d654e0.tar.bz2 drakx-net-854968bc3193fdb1c7d87ea227a72d0707d654e0.tar.xz drakx-net-854968bc3193fdb1c7d87ea227a72d0707d654e0.zip |
Better explanation for connection sharing errors (#34460).
-rwxr-xr-x | bin/drakgw | 14 |
1 files changed, 10 insertions, 4 deletions
@@ -77,7 +77,7 @@ With that feature, other computers on your local network will be able to use thi Make sure you have configured your Network/Internet access using drakconnect before going any further. -Note: you need a dedicated Network Adapter to set up a Local Area Network (LAN)."), +Note: you need a dedicated Network Adapter to set up a Local Area Network (LAN). Please disable Mandriva Firewall for the network adapter connected to your LAN connection before proceeding."), post => sub { $gw_enabled = !$shorewall->{disabled} && grep { !/^#/ } cat_($masq_file); return $gw_enabled ? "ask_reconfigure" : "choose_net_interface"; @@ -138,11 +138,15 @@ What would you like to do?"); #- FIXME : not used for now one_lan_interface => { name => sub { - N("There is only one configured network adapter on your system: + N("There is only one network adapter on your system configured for LAN connections: %s -I am about to setup your Local Area Network with that adapter.", format_interfaces($lan_interface_name)); +I am about to setup your Local Area Network with that adapter. + +If you have any other adapter connected to Local Area Network, +disable the firewall protection on it using drakfirewall before +configuring Internet Connection sharing.", format_interfaces($lan_interface_name)); }, next => "lan_configure", }, @@ -301,7 +305,9 @@ If you do not know the meaning of an option, simply leave it as it is."), end_no_lan_interface => { - name => N("No ethernet network adapter has been detected on your system. Please run the hardware configuration tool."), + name => N("No ethernet network adapter configured for LAN has been detected on your system. + +Please run the hardware configuration tool to configure it, and certify that the Mandirva firewall is not enabled for network adapter connected to your LAN network."), end => 1, }, |