Advertisement
TBotNik

Untitled

Jul 25th, 2011
235
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.94 KB | None | 0 0
  1. My Wifi to NIC config blues:
  2.  
  3. Notice the 10.42.43.1 IP setting in the ifconfig and notice the setting called for is 192.168.3.x. Happy that the Auto eth0 is always coming up now, but it is still not serving IPs to the network and totally confused by where is is getting the 10.42.43.1 address and have not found this searching my system.
  4.  
  5. Contents of the DHCP config file /etc/dhcp3/dhcpd.conf
  6.  
  7. # /etc/dhcp3/dhpcd.conf
  8.  
  9. default-lease-time 600;
  10. max-lease-time 7200;
  11. option subnet-mask 255.255.255.0;
  12. option broadcast-address 192.168.3.255;
  13. option routers 192.168.3.2;
  14. option domain-name-servers 192.168.3.1, 4.2.2.2;
  15. option domain-name "tc-noc-server";
  16. log-facility local7;
  17. subnet 192.168.3.0 netmask 255.255.255.0 { range 192.168.3.10 192.168.3.200;}
  18.  
  19.  
  20. #subnet 10.42.43.0 netmask 255.255.255.0 {
  21. #range 10.42.43.100 192.168.1.200;
  22. #}
  23.  
  24. Contents of the NetWork config file /etc/network/interfaces
  25.  
  26. auto lo
  27. iface lo inet loopback
  28. auto eth0
  29. auto wlan0
  30.  
  31. #iface eth0 inet static
  32. #address 192.168.3.2
  33. #gateway 192.168.3.1
  34. #netmask 255.255.255.0
  35. #network 192.168.3.0
  36. #broadcast 192.168.3.255
  37.  
  38.  
  39.  
  40. Contents of the DHCP resolv file /etc/dhcpc/resolv.conf
  41.  
  42. cat: /etc/dhcpc/resolv.conf: No such file or directory
  43.  
  44. Contents of the Net Mgr file /etc/NetworkManager/nm-system-settings.conf
  45.  
  46. # This file is installed into /etc/NetworkManager, and is loaded by
  47. # NetworkManager by default. To override, specify: '--config file'
  48. # during NM startup. This can be done by appending to DAEMON_OPTS in
  49. # the file:
  50. #
  51. # /etc/default/NetworkManager
  52. #
  53.  
  54. [main]
  55. plugins=ifupdown,keyfile
  56.  
  57. no-auto-default=00:07:e9:3d:c3:e8,
  58.  
  59. [ifupdown]
  60. managed=false
  61.  
  62.  
  63. Contents of the NM Auto eth0 file /etc/NetworkManager/system-connections/Auto eth0
  64.  
  65.  
  66. [connection]
  67. id=Auto eth0
  68. uuid=c30dad40-9e6f-487e-a99f-aba2c3a6855a
  69. type=802-3-ethernet
  70. autoconnect=true
  71. timestamp=0
  72.  
  73. [ipv4]
  74. method=shared
  75. ignore-auto-routes=false
  76. ignore-auto-dns=false
  77. dhcp-send-hostname=true
  78. never-default=true
  79.  
  80. [802-3-ethernet]
  81. speed=0
  82. duplex=full
  83. auto-negotiate=true
  84. mac-address=0:7:e9:3d:c3:e8
  85. mtu=0
  86.  
  87. [ipv6]
  88. method=ignore
  89. ignore-auto-routes=false
  90. ignore-auto-dns=false
  91. never-default=false
  92.  
  93. Snap shot of the network settings from ifconfig
  94.  
  95. eth0 Link encap:Ethernet HWaddr 00:07:e9:3d:c3:e8
  96. inet addr:10.42.43.1 Bcast:10.42.43.255 Mask:255.255.255.0
  97. inet6 addr: fe80::207:e9ff:fe3d:c3e8/64 Scope:Link
  98. UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
  99. RX packets:9455 errors:0 dropped:0 overruns:0 frame:0
  100. TX packets:6813 errors:0 dropped:0 overruns:0 carrier:0
  101. collisions:0 txqueuelen:1000
  102. RX bytes:1564285 (1.5 MB) TX bytes:1141629 (1.1 MB)
  103.  
  104. lo Link encap:Local Loopback
  105. inet addr:127.0.0.1 Mask:255.0.0.0
  106. inet6 addr: ::1/128 Scope:Host
  107. UP LOOPBACK RUNNING MTU:16436 Metric:1
  108. RX packets:88687 errors:0 dropped:0 overruns:0 frame:0
  109. TX packets:88687 errors:0 dropped:0 overruns:0 carrier:0
  110. collisions:0 txqueuelen:0
  111. RX bytes:8470578 (8.4 MB) TX bytes:8470578 (8.4 MB)
  112.  
  113. wlan0 Link encap:Ethernet HWaddr 00:0f:3d:ad:c3:c8
  114. inet addr:192.168.1.2 Bcast:192.168.1.255 Mask:255.255.255.0
  115. inet6 addr: fe80::20f:3dff:fead:c3c8/64 Scope:Link
  116. UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
  117. RX packets:25273 errors:0 dropped:0 overruns:0 frame:0
  118. TX packets:28474 errors:0 dropped:0 overruns:0 carrier:0
  119. collisions:0 txqueuelen:1000
  120. RX bytes:21215894 (21.2 MB) TX bytes:5391700 (5.3 MB)
  121.  
  122. wmaster0 Link encap:UNSPEC HWaddr 00-0F-3D-AD-C3-C8-61-64-00-00-00-00-00-00-00-00
  123. UP RUNNING MTU:0 Metric:1
  124. RX packets:0 errors:0 dropped:0 overruns:0 frame:0
  125. TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
  126. collisions:0 txqueuelen:1000
  127. RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement