Comment 6 for bug 34507

Revision history for this message
Chris J Cheney (c.j.cheney) wrote : Re: [Bug 34507] Re: Network Settings gateway bug is NOT fixed as claimed

> Your attachements did not get through - can you add them with web
> interface:
> https://launchpad.net/distros/ubuntu/+source/kdeadmin/+bug/34507/+addattachment
>
> --
> Network Settings gateway bug is NOT fixed as claimed
> https://launchpad.net/bugs/34507

Sorry, that means going round the forgotten password loop again. Here
they are, in-line:

1. Hand-crafted before using Network Settings
=============================================
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).

# The loopback network interface
auto lo
iface lo inet loopback
address 127.0.0.1
netmask 255.0.0.0

# This is a list of hotpluggable network interfaces.
# They will be activated automatically by the hotplug subsystem.
mapping hotplug
 script grep
 map eth0

# The primary network interface
iface eth0 inet static
address 192.168.0.10
netmask 255.255.255.0
gateway 192.168.0.1

auto eth0
=====================================

2. After Apply in Network Settings, having configured
a gateway address of 192.168.0.12:
=====================================
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).

# The loopback network interface
auto lo
iface lo inet loopback
address 127.0.0.1
netmask 255.0.0.0

# This is a list of hotpluggable network interfaces.
# They will be activated automatically by the hotplug subsystem.
mapping hotplug
 script grep
 map eth0

# The primary network interface
iface eth0 inet static
address 192.168.0.10
netmask 255.255.254.0

auto eth0
===================================