Advertisement
Guest User

Untitled

a guest
Mar 9th, 2011
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.22 KB | None | 0 0
  1. ADSL+2 settings
  2. Hi
  3. First:
  4. Code:
  5.  
  6. Ubuntu 10.10 x64
  7. ADSL modem:
  8. Buffalo AirStation WBMR-HP-GN ADSL2+ Wireless-N Router High Power
  9. I use and still do the LAN cable to connect t he modem
  10.  
  11. I had the TD-8811 TP-link ADSL modem and I use (still use) Bridge mode and a ADSL connection via network manager to connect to INTERNET
  12. OK!
  13. when I had Tp link it was just an adsl 2+ modem but this new one is adsl and wireless router as well
  14. for tp link I had to connect to wired connection (which is by default shown in network manager wired connections tab after fresh install ) to be able to go to 192.168.1.1 (modem IP ) to set the settings and it worked fine.
  15. but now with this modem I was able to go to 192.168.11.1 (IP for the new modem it is the factory manual) by creating a blank new wired connection and go to setup page for new one.
  16.  
  17. and the stange thing is that the privous wired connection (Auto eth0 ) which has the mac address setting in it does not show in the list of connection any more)
  18.  
  19. and if I put the mac address in the new connection this one will disappear too.
  20. now look at my ifconfig -a
  21. Code:
  22.  
  23. eth0 Link encap:Ethernet HWaddr 00:25:64:4d:b2:be
  24. inet6 addr: fe80::225:64ff:fe4d:b2be/64 Scope:Link
  25. UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
  26. RX packets:1761 errors:0 dropped:0 overruns:0 frame:0
  27. TX packets:1624 errors:0 dropped:0 overruns:0 carrier:0
  28. collisions:0 txqueuelen:1000
  29. RX bytes:1452127 (1.4 MB) TX bytes:290293 (290.2 KB)
  30. Interrupt:18
  31.  
  32. eth1 Link encap:Ethernet HWaddr 00:26:5e:45:93:23
  33. inet6 addr: fe80::226:5eff:fe45:9323/64 Scope:Link
  34. UP BROADCAST MULTICAST MTU:1500 Metric:1
  35. RX packets:24 errors:0 dropped:0 overruns:0 frame:642
  36. TX packets:24 errors:13 dropped:0 overruns:0 carrier:0
  37. collisions:0 txqueuelen:1000
  38. RX bytes:2712 (2.7 KB) TX bytes:3432 (3.4 KB)
  39. Interrupt:17 Base address:0xc000
  40.  
  41. lo Link encap:Local Loopback
  42. inet addr:127.0.0.1 Mask:255.0.0.0
  43. inet6 addr: ::1/128 Scope:Host
  44. UP LOOPBACK RUNNING MTU:16436 Metric:1
  45. RX packets:44 errors:0 dropped:0 overruns:0 frame:0
  46. TX packets:44 errors:0 dropped:0 overruns:0 carrier:0
  47. collisions:0 txqueuelen:0
  48. RX bytes:2880 (2.8 KB) TX bytes:2880 (2.8 KB)
  49.  
  50. ppp0 Link encap:Point-to-Point Protocol
  51. inet addr:94.183.174.38 P-t-P:94.183.160.1 Mask:255.255.255.255
  52. UP POINTOPOINT RUNNING NOARP MULTICAST MTU:1492 Metric:1
  53. RX packets:1670 errors:0 dropped:0 overruns:0 frame:0
  54. TX packets:1523 errors:0 dropped:0 overruns:0 carrier:0
  55. collisions:0 txqueuelen:3
  56. RX bytes:1409738 (1.4 MB) TX bytes:250763 (250.7 KB)
  57.  
  58.  
  59. you see the first which is eth0 and its mac address if i put that in wired connection setting is shows in the list but not able to connect if I put the second mac address which is eth1 it does not show in the list
  60.  
  61. if my adsl connection is active it is not possible to connect to 192.168.11.1 and i could not have the eth connection so what should I do to conecct to 192.168.11.1 and change my setting?
  62.  
  63. help needed badly
  64. PLZ
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement