Re: how to debug NetworkManager ?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 





2010/10/13 cornel panceac <cpanceac@xxxxxxxxx>
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 
ï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
-- 
test mailing list
test@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe: 
https://admin.fedoraproject.org/mailman/listinfo/test

[Index of Archives]     [Fedora Desktop]     [Fedora SELinux]     [Photo Sharing]     [Yosemite Forum]     [KDE Users]

  Powered by Linux