 sideband
join:2000-07-02 Redwood City, CA
·Astound Broadband
| reply to NormanS Re: [General] how to access motorola 2210-02-1002 stats behind a
Now that my router is back in my circuit and the DSL adpater behind it, I thought I would try to access the adapter Web server. Connection 2 below is PC/switch/DLink DIR-655/hub/DSL adapter. Connection 1 is PC/hub/DSL adapter. I then tried to build the route as suggested with adjustment for my situation. No luck. The adapter is in bridge mode.
C:\Users>route add 192.168.1.254 mask 255.255.255.255 169.254.71.47 if 1 -p
OK!
C:\Users>ipconfig
Windows IP Configuration
Ethernet adapter Local Area Connection 2:
Connection-specific DNS Suffix . : Link-local IPv6 Address . . . . . : fe80::c157:975d:3a11:3d34%9 IPv4 Address. . . . . . . . . . . : 10.0.0.197 Subnet Mask . . . . . . . . . . . : 255.255.255.0 Default Gateway . . . . . . . . . : 10.0.0.99
Ethernet adapter Local Area Connection:
Connection-specific DNS Suffix . : Link-local IPv6 Address . . . . . : fe80::715f:c1a7:3b80:472f%7 Autoconfiguration IPv4 Address. . : 169.254.71.47 Subnet Mask . . . . . . . . . . . : 255.255.0.0 Default Gateway . . . . . . . . . :
I then tried giving the NIC a static IP address of 192.168.1.0 and subnet mask of 255.255.255.255 and set the route accordingly. No luck. I then tried a static IP address of 192.168.1.64 and subnet mask of 255.255.255.0. No luck.
This is how it's set now:
C:\Users>ipconfig Windows IP Configuration Ethernet adapter Local Area Connection 2: Connection-specific DNS Suffix . : Link-local IPv6 Address . . . . . : fe80::c157:975d:3a11:3d34%9 IPv4 Address. . . . . . . . . . . : 10.0.0.197 Subnet Mask . . . . . . . . . . . : 255.255.255.0 Default Gateway . . . . . . . . . : 10.0.0.99 Ethernet adapter Local Area Connection: Connection-specific DNS Suffix . : Link-local IPv6 Address . . . . . : fe80::715f:c1a7:3b80:472f%7 IPv4 Address. . . . . . . . . . . : 192.168.1.64 Subnet Mask . . . . . . . . . . . : 255.255.255.0 Default Gateway . . . . . . . . . :
C:\Users>route print =========================================================================== Interface List 9 ...00 1b fc 58 88 f3 ...... Marvell Yukon 88E8056 PCI-E Gigabit Ethernet Con troller 7 ...00 1b fc 58 93 fc ...... Marvell Yukon 88E8052 PCI-E ASF Gigabit Ethernet Controller 1 ........................... Software Loopback Interface 1 12 ...00 00 00 00 00 00 00 e0 isatap.{E3FDC6AA-CCDC-43E9-9AC9-9F43D228DF93} 8 ...00 00 00 00 00 00 00 e0 isatap.{7A57BDC7-5E77-4184-AD68-370013C36DB0} 11 ...02 00 54 55 4e 01 ...... Teredo Tunneling Pseudo-Interface ===========================================================================
IPv4 Route Table =========================================================================== Active Routes: Network Destination Netmask Gateway Interface Metric 0.0.0.0 0.0.0.0 10.0.0.99 10.0.0.197 20 10.0.0.0 255.255.255.0 On-link 10.0.0.197 276 10.0.0.197 255.255.255.255 On-link 10.0.0.197 276 10.0.0.255 255.255.255.255 On-link 10.0.0.197 276 127.0.0.0 255.0.0.0 On-link 127.0.0.1 306 127.0.0.1 255.255.255.255 On-link 127.0.0.1 306 127.255.255.255 255.255.255.255 On-link 127.0.0.1 306 169.254.0.0 255.255.0.0 On-link 10.0.0.197 30 169.254.255.255 255.255.255.255 On-link 10.0.0.197 276 192.168.1.0 255.255.255.0 On-link 192.168.1.64 276 192.168.1.64 255.255.255.255 On-link 192.168.1.64 276 192.168.1.254 255.255.255.255 192.168.1.64 127.0.0.1 51 192.168.1.255 255.255.255.255 On-link 192.168.1.64 276 224.0.0.0 240.0.0.0 On-link 127.0.0.1 306 224.0.0.0 240.0.0.0 On-link 10.0.0.197 276 224.0.0.0 240.0.0.0 On-link 192.168.1.64 276 255.255.255.255 255.255.255.255 On-link 127.0.0.1 306 255.255.255.255 255.255.255.255 On-link 10.0.0.197 276 255.255.255.255 255.255.255.255 On-link 192.168.1.64 276 =========================================================================== Persistent Routes: Network Address Netmask Gateway Address Metric 192.168.1.254 255.255.255.255 192.168.1.64 1 ===========================================================================
Any thoughts on what to try next? |
|
  d_l Barsoom Premium,MVM join:2002-12-08 Reno, NV
| You could try Method 4: »SBC DSL FAQ »How do I access the modem GUI thru a router - advanced methods? with the PC-router-switch-modem if all devices behind the router are on static IPs (no using DHCP). Be certain that you have any software firewalls set to trust all IPs that you want to access.
Try Method 3 if you have a second router available. |
|
  wayjac Premium join:2001-12-22 Indy | reply to sideband Give this a try: 2210 Modem GUI access with a router |
|
 sideband
join:2000-07-02 Redwood City, CA
·Astound Broadband
| reply to d_l Fixed it. I stuck with method two and used the route command described in the link you gave me, which routed to 192.168.0.1. I was using 192.168.1.254 With a syslog running and access to my adapter, I can now obsess over every detail of my connection . There goes more UDP packets to ports 1026, 1027, and 1028 
Thanks, Curt |
|
  d_l Barsoom Premium,MVM join:2002-12-08 Reno, NV | Ah, so you had a slight problem with the route command you had been using. |
|