On Wed, Jun 21, 2006 at 12:29:33PM -0000, Simon Hepburn wrote:
> Could you post the contents of /etc/network/interfaces. Just out of
> curiosity, why would you use n-m on a desktop in preference to the
> deafult networking configuration?

I have a wireless interface in the machine which I experiment with from
time to time.

Doesn't Ubuntu automatically put n-m in your session regardless, or was
that my doing?

My slightly obfuscated file is below.

Ryan


# 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

# The primary network interface
auto eth1
iface eth1 inet static
        address 64.142.x.y
        netmask 255.255.255.0
        gateway 64.142.x.1
        broadcast 255.255.255.255

iface wlan0 inet static
address 192.168.1.10
netmask 255.255.255.0
gateway 192.168.1.1
wireless-essid europa

-- 
Applet says "Networking disabled" when network is up
https://launchpad.net/bugs/50296

--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to