cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
887
Views
5
Helpful
7
Replies

Real basic stuff.

seanmcdunn
Level 1
Level 1

While configuring an 871W via SDM I realized there is a field missing (or at least I missed it if it's there): there's no place to plug in default WAN gateway. There's a field for the static IP and two more for DNS, but nothing for gateway IP. The little Netgear router we use now,and it's Linksys predecessor, both require these three things for internet access. The router works fine for local traffic. But, without internet access this router becomes pretty much useless. Obviously, I am not a Cisco expert. What am I missing? I would love to make use of this router.

1 Accepted Solution

Accepted Solutions

Jon Marshall
Hall of Fame
Hall of Fame

seanmcdunn wrote:

While configuring an 871W via SDM I realized there is a field missing (or at least I missed it if it's there): there's no place to plug in default WAN gateway. There's a field for the static IP and two more for DNS, but nothing for gateway IP. The little Netgear router we use now,and it's Linksys predecessor, both require these three things for internet access. The router works fine for local traffic. But, without internet access this router becomes pretty much useless. Obviously, I am not a Cisco expert. What am I missing? I would love to make use of this router.

Ken

On a Cisco router you simply add a default route to the configuration eg.

871(config)# ip route 0.0.0.0 0.0.0.0

where ISP next-hop is what you are referring to as the gateway IP.

Jon

View solution in original post

7 Replies 7

Jon Marshall
Hall of Fame
Hall of Fame

seanmcdunn wrote:

While configuring an 871W via SDM I realized there is a field missing (or at least I missed it if it's there): there's no place to plug in default WAN gateway. There's a field for the static IP and two more for DNS, but nothing for gateway IP. The little Netgear router we use now,and it's Linksys predecessor, both require these three things for internet access. The router works fine for local traffic. But, without internet access this router becomes pretty much useless. Obviously, I am not a Cisco expert. What am I missing? I would love to make use of this router.

Ken

On a Cisco router you simply add a default route to the configuration eg.

871(config)# ip route 0.0.0.0 0.0.0.0

where ISP next-hop is what you are referring to as the gateway IP.

Jon

Thank you very much. It worked 100%. I have to say though that Cisco makes it seem a bit ominous to edit the configuration. I was warned I should not do so unless I am an expert. Anyway, why don't they just add a field to the GUI where one can type this info in?

Thanks, again.

Sean

seanmcdunn wrote:

Thank you very much. It worked 100%. I have to say though that Cisco makes it seem a bit ominous to edit the configuration. I was warned I should not do so unless I am an expert. Anyway, why don't they just add a field to the GUI where one can type this info in?

Thanks, again.

Sean

Sean

Glad it worked.

You don't have to be an expert to use the CLI, in fact it's a lot easier to use once you get used to it.

Jon

I jumped the gun a little bit. I have a little more work to do with this router. As soon as I made the change to the router, the machine I was accessing SDM from had internet access. So, I moved everyone else from our Netgear router to the Cisco. Oddly enough, even though everyone had a working local connection (they all had access to local resources), no one else except myself had internet access. The basic settings for internet access have to be correct (otherwise I wouldn't have been able to do so). So, I'll have to poke it a bit to see what's missing. You know, it would be nice if the router actually came with a real manual. This one came with some basic instructions regarding where to plug what and safety issues, as well as the SDM CD. In the meantime, the little $60 Netgear has to pull our weight.

It's all a learning process.

Again, thank you for your help.

Sean

It could be NAT settings on your router. If you post the config we can have a look. As for a manual, see attached configuration doc.

Jon

OK, well, I actually had two connections up with internet access with no modifications to the configuration other than what was already suggested. Now, these were connected directly to the Cisco router. I'm thinking I may run into some issues connecting the rest of our office which will be connecting to the router via an unmanaged switch. At any rate I'm posting the running config.

BTW--even with only two connections running through this router, access was slow as molasses. Employees already look at me sideways because we have connectivity issues with the router we're using now. They'd kill me if access were consistently this slow.

We use the Cisco 871's for some of our remote users. They are correct that you need to configure NAT overload for more than one individual to access the internet. Here is an example of how to configure this via command line:

Interface FastEthernet4

description Internet Interface

ip address dhcp

ip nat outside      

Interface Vlan1

description Local Network

ip address 192.168.0.1 255.255.255.0

ip nat inside          

access-list 1 permit 192.168.0.0 0.0.0.255  

ip nat inside source list 1 interface FastEthernet4 overload

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Review Cisco Networking products for a $25 gift card