Wireless

Don Springall don_springall at hotmail.com
Mon Feb 6 19:10:13 UTC 2006


After today's rawhide update dhclient is started at boot time and does not 
pick up an ip address.  So instead of doing an /sbin/ifup eth1 I have to do 
a /sbin/ifdown eth1 first before bringing up the wireless card.

I have never been able to get the system to start the interface correctly I 
think because it tries to determine an IP address before network-manager is 
up and running.

Anyone have any insights on what I should change ? My ifcfg-eth1 is below.

# Please read /usr/share/doc/initscripts-*/sysconfig.txt
# for the documentation of these parameters.
ONBOOT=no
USERCTL=yes
IPV6INIT=no
PEERDNS=yes
TYPE=Wireless
DEVICE=eth1
HWADDR=00:13:10:6a:ea:b7
BOOTPROTO=dhcp
NETMASK=
DHCP_HOSTNAME=
IPADDR=
DOMAIN=
ESSID=WirelessCity
CHANNEL=1
MODE=Managed
RATE=Auto

[root at localhost network-scripts]# /sbin/ip addr
1: lo: <LOOPBACK,UP> mtu 16436 qdisc noqueue
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
    inet 127.0.0.1/8 scope host lo
    inet6 ::1/128 scope host
       valid_lft forever preferred_lft forever
2: eth0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc pfifo_fast qlen 
1000    link/ether 00:02:3f:8a:a5:1f brd ff:ff:ff:ff:ff:ff
3: sit0: <NOARP> mtu 1480 qdisc noop
    link/sit 0.0.0.0 brd 0.0.0.0
4: eth1: <BROADCAST,MULTICAST,UP> mtu 1500 qdisc pfifo_fast qlen 1000
    link/ether 00:13:10:6a:ea:b7 brd ff:ff:ff:ff:ff:ff
    inet 172.17.186.240/16 brd 172.17.255.255 scope global eth1
    inet6 fe80::213:10ff:fe6a:eab7/64 scope link
       valid_lft forever preferred_lft forever
[root at localhost network-scripts]#





More information about the fedora-test-list mailing list