republican-creole
Search:  

 
 
   All ForumsHot TopicsGallery






how-to block ads


 
Forums » US Telco Support » AT&T » AT&T Midwest » Modem GUI w/ Router - ISO Definitive Answer
Share Topic:
RSS topic:
toggle:
flat / full
normal / watch
Posting:
Post a:
Post a:
Modem setup with Sonicwall TZ170 »
« 5100b setup  
RadioDoc
58ef2c0
Premium,ExMod 2000-03
join:2000-05-11
·AT&T Midwest

Re: Modem GUI w/ Router - ISO Definitive Answer

A subnet mask of 255.255.0.0 in this case means that the LAN segment is 192.168.x.x, which therefore means your Setup A and Setup B are essentially the same thing to the router. The modem is at 192.168.0.1, and your router is (rightly) keeping traffic destined to the modem (on it's WAN side) on the LAN side of things. Setup C avoids the problem IF the subnet mask is 255.255.255.0, because the modem (at 192.168.0.1) is on a different subnet than your LAN at 192.168.1.x.

Problem is, the modem wants to be on a 255.255.0.0 subnet.

Can you change the router to a 10.0.x.x or other numbering scheme so the subnets don't overlap? That should take care of this.

BadtzMaru

join:2001-12-06
Cleveland, OH


1 edit

Re: Modem GUI w/ Router - ISO Definitive Answer

If the modem's subnet didn't overlap with that of the router, wouldn't that make it entirely impossible to access the modem's GUI from a node on the LAN?

EDIT: Sorry -- I just realized that you may have misunderstood my post. Setups A,B and C are and have never been in use at the same time. These are just different configurations I have tried in my quest to be able to get into the modem from behind a router.

nwrickert
sand groper
Premium,MVM
join:2004-09-04
Geneva, IL
·AT&T U-Verse
·AT&T Midwest

Re: Modem GUI w/ Router - ISO Definitive Answer

Set the LAN subnet mask to 255.255.255.0, and otherwise use setup A. That ought to work. As RadioDoc See Profile indicated, it is the subnet mask on the LAN side that is causing your problem. The modem use a subnet mask of 255.255.0.0, but that's on the WAN side of your router, so should not be a problem.

BadtzMaru

join:2001-12-06
Cleveland, OH

Re: Modem GUI w/ Router - ISO Definitive Answer

As far as being able to get into the modem's GUI from behind a router, Setup A does not work, and neither does Setup C when I use 255.255.255.0 as the subnet mask for the LAN. Sounds like you've been able to do this successfully. If you have a moment, please post your network config, including how you have your modem setup, and I'll try and duplicate it here. I'm starting to think that I have a bad modem.

gdm
Premium,MVM
join:2001-06-15
Mchenry, IL
clubs:
·AT&T U-Verse
·AT&T CallVantage
·Comcast Digital Vo..
·Comcast

Re: Modem GUI w/ Router - ISO Definitive Answer

This is how 5100b and router should be setup so you can access both.

5100b is doing pppoe off course.

Your router should have a LAN IP of 192.168.1.1 and subnet of 255.255.255.0 and set to DHCP mode.

Then once that is done hit apply/save on the router and reboot your machines if they are being DHCP'd from the router.

I had this setup for 18 months and it worked flawlessly.
RadioDoc
58ef2c0
Premium,ExMod 2000-03
join:2000-05-11
·AT&T Midwest


1 edit
No I think I got it right the the first time. The issue is mostly one of what IP address the modem is handing out to the router's WAN port, and how your router handles having the same address segment(s) on each interface. Normally, the modem gives out 192.168.1.64/255.255.0.0, which is going to cause problems if 192.168.(0,1).x is on the LAN side of things and something gets an 192.168.1.64 or 192.168.0.1 address.

SO, try this...

•Let the modem do the PPPoE thing...

•Set the router to 192.168.2(or higher).1/255.255.255.0

•Set the WAN side of the router to "obtain address automatically" via DHCP, or to 168.192.1.64 (that's what it's going to get anyway)/255.255.0.0. If you set a static WAN side address be sure to enter DNS server info at the computers.

Sigh... That's what I get for answering the phone in the middle of posting.

BadtzMaru

join:2001-12-06
Cleveland, OH

Re: Modem GUI w/ Router - ISO Definitive Answer

Funniest thing. I followed gdm See Profile's advice. And it worked -- all this time, I'd been setting up my LAN to use 255.255.0.0 to try to get it to overlap with the subnet of my modem, which is actually attached to the WAN NIC of my router. How foolish! Setting the LAN subnet mask back to 255.255.255.0 did the trick. So, for anyone else who stumbles upon this, here's how everything needs to be set:

On the modem, all that needs to be changed from its defaults are the following items in Advanced>Connection Configuration page -- User ID and Password (of course), Connection Type: Connect on demand, and Connection Timeout: 0 [displayed as "Never"] -- the modem will need to be restarted after these changes:



On the router, use DHCP, IP address: 192.168.1.1 (although anything in 192.168.x.x should work), Subnet Mask: 255.255.255.0 (NOT 255.255.0.0).

gdm
Premium,MVM
join:2001-06-15
Mchenry, IL
clubs:

Re: Modem GUI w/ Router - ISO Definitive Answer

One thing under advanced---connection type set that to always attempt to connect on the modem.

BadtzMaru

join:2001-12-06
Cleveland, OH

Re: Modem GUI w/ Router - ISO Definitive Answer

Got it. Interestingly, I had to reboot my router to apply the change network-wide. What's the advantage of "Always attempt to connect" vs. "Connect on demand" with a zero timeout?

gdm
Premium,MVM
join:2001-06-15
Mchenry, IL
clubs:

Re: Modem GUI w/ Router - ISO Definitive Answer

always attempt to connect means it will be on 24/7 unless there is an outage, maintenance, etc.

Connect on demand means it will connect when you need the internet.

BadtzMaru

join:2001-12-06
Cleveland, OH

Re: Modem GUI w/ Router - ISO Definitive Answer

Seems like a fine line. On one hand, it will "always attempt to connect" regardless of what's going on on the inside, while on the other hand, it will attempt to connect (only) when it senses a packet directed to the outside world, and never disconnect. I guess the former is better if one's interested in obtaining an always on connection.

gdm
Premium,MVM
join:2001-06-15
Mchenry, IL
clubs:

Re: Modem GUI w/ Router - ISO Definitive Answer

Think of always attempt to connect like a bridge modem and having your router set to 'always attempt to connect'

BadtzMaru

join:2001-12-06
Cleveland, OH

said by RadioDoc See Profile:

No I think I got it right the the first time. The issue is mostly one of what IP address the modem is handing out to the router's WAN port, and how your router handles having the same address segment(s) on each interface.
But by default, the modem gives anything behind it a public IP address -- and this is a good thing since it avoids having to deal with double-NAT.

root@smoothwall~# ifconfig
eth0 Link encap:Ethernet HWaddr 0?:?0:2?:16:?B:?9
inet addr:192.168.1.1 Bcast:192.168.1.255 Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:108914 errors:0 dropped:0 overruns:0 frame:0
TX packets:80639 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:86616849 (82.6 Mb) TX bytes:27983129 (26.6 Mb)
Interrupt:9 Base address:0x8000

eth1 Link encap:Ethernet HWaddr 00:A0:CC:28:C5:09
inet addr:68.255.???.??? Bcast:68.255.???.??? Mask:255.255.255.0
UP BROADCAST NOTRAILERS RUNNING MULTICAST MTU:1500 Metric:1
RX packets:74586 errors:2 dropped:0 overruns:0 frame:0
TX packets:106498 errors:1 dropped:0 overruns:0 carrier:1
collisions:0 txqueuelen:1000
RX bytes:19365573 (18.4 Mb) TX bytes:86529362 (82.5 Mb)
Interrupt:11 Base address:0xd800

lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:127 errors:0 dropped:0 overruns:0 frame:0
TX packets:127 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:13051 (12.7 Kb) TX bytes:13051 (12.7 Kb)
RadioDoc
58ef2c0
Premium,ExMod 2000-03
join:2000-05-11
·AT&T Midwest

Re: Modem GUI w/ Router - ISO Definitive Answer

Yep. That's true. But it will still cause trouble if you try to overlap it's 192.168.0.x subnet regardless of what your router gets on it's WAN interface. That's how you get to the admin interface, and if your router thinks it's a LAN address it won't pass it to the modem.

Double-NAT isn't much of a problem on this modem since it passes everything through, sort of like a DMZ situation.

In any event, glad to hear you figured it out.
Forums » US Telco Support » AT&T » AT&T MidwestModem setup with Sonicwall TZ170 »
« 5100b setup  


Thursday, 26-Nov 01:27:24 Terms of Use | Privacy Policy | Hosting by www.nac.net - DSL,Hosting & Co-lo | feedback | contact
over 10 years online! © 1999-2009 dslreports.com.
page compression OFF
Most commented news this week
· [105] New AT&T Ad Campaign Hits Back At Verizon
· [96] Time Warner Cable Fires Broadside At Broadcasters
· [95] Apple Joins AT&T Verizon Snark Fest
· [85] New Bill Takes Aim At Higher Verizon ETFs
· [62] TiVo Sees Record Customer Losses
· [48] In-Flight Internet Headed For Bumpy Landing?
· [34] Senators Want ACTA Made Public
· [30] Earthlink Suffers From Major E-mail Outage
· [30] AT&T Offers New Prepaid Wireless plans
· [28] Frontier Increases Modem Rental Fee
Most people now reading
· 3.x Feral Druid - Bear Tanking Guide [World of Warcraft]
· Shutting of Electricity Temporarily (up to 1 yr) to Save $$$ [Home Repair & Improvement]
· Whats the big deal about being "Old School"....? [World of Warcraft]
· I'll Just Unplug That... [No, I Will Not Fix Your #@$!! Computer]
· Newegg Black Friday Sale started [Users Find Hot Deals]
· ToC 4th boss - Preliminary Strategy for Twin Valkyr [World of Warcraft]
· [DVR] DCX3400 - 30 Second Skip Forward [Comcast Cable TV]
· Windows 7 boot manager editing questions [Microsoft Help]
· Connecting to Google Voice Via SIP [VOIP Tech Chat]
· [ Classes] Druid tanking: rotation and glyphs [World of Warcraft]