how to debug NetworkManager ?

cornel panceac cpanceac at gmail.com
Wed Oct 13 08:17:04 UTC 2010


2010/10/13 cornel panceac <cpanceac at gmail.com>

> Run dhclient eth0 (which you said sets routes correctly up).
>> After that you can give me a display of:
>> dhclient.leases file (figure out exact file name in /var/lib/dhclient/
>> dir)
>> # cat /var/lib/dhclient/<dhclient.leases>
>> and
>> # route -n
>> # cat /etc/resolv.conf
>> # cat /etc/hosts
>>
>
>
all in one file, after dhclient eth0
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.fedoraproject.org/pipermail/test/attachments/20101013/50b323a8/attachment.html 
-------------- next part --------------
?lease {
  interface "eth0";
  fixed-address 192.168.1.65;
  option subnet-mask 255.255.255.0;
  option dhcp-lease-time 86400;
  option dhcp-message-type 5;
  option dhcp-server-identifier 192.168.1.254;
  option domain-name-servers 192.168.1.254;
  option classless-static-routes 0 192.168.1.254;
  option domain-name "lan";
  renew 3 2010/10/13 14:19:31;
  rebind 4 2010/10/14 02:11:13;
  expire 4 2010/10/14 05:11:13;
}
lease {
  interface "eth0";
  fixed-address 192.168.1.65;
  option subnet-mask 255.255.255.0;
  option dhcp-lease-time 86400;
  option dhcp-message-type 5;
  option domain-name-servers 192.168.1.254;
  option dhcp-server-identifier 192.168.1.254;
  option classless-static-routes 0 192.168.1.254;
  option domain-name "lan";
  renew 3 2010/10/13 19:26:00;
  rebind 4 2010/10/14 04:49:47;
  expire 4 2010/10/14 07:49:47;
}


Kernel IP routing table
Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
192.168.1.0     0.0.0.0         255.255.255.0   U     0      0        0 eth0
0.0.0.0         192.168.1.254   0.0.0.0         UG    0      0        0 eth0


; generated by /sbin/dhclient-script
search lan
nameserver 192.168.1.254


127.0.0.1	czgl-iteh-001	localhost.localdomain	localhost
::1	czgl-iteh-001	localhost6.localdomain6	localhost6


More information about the test mailing list