Connect a Cisco 837 router to BT ADSL

vimax brasil

somehow identified your web site when i was kind of stoned. great read

ip nat outside

HI,

looks like you missed off the ip nat outside command on dialer 0 e.g.

interface dialer 0
ip nat outside

BT Homehub

Can I use the instructions you have given to use a cisco router 97 instead of the home hub.

Hello yes I think you can

However I haven't tried it on the home internet I think it will be the same.

Access list

Hi good tutorial. This has helped me cheers. you have however missed out the access list statement for the NAT. For anyone interest, the access list should be as follows (without the quotation marks) "access−list 1 permit 192.168.0.0 0.0.0.255"

thank you for this

Thank you for spotting this

Nat

Hi is it possiable to set the router up without nat as i have a firewall behind this which is also doing nat?

A good question

It should be although I haven't done it with this model. I have done it with 1800 series but I had 5 usable static IPs with my broadband conection. I subnetted the ips down into two subnets (changind the mask to 255.255.255.252) I then added one of the two ips I had left in each subnet to the dialer interface and another IP from the other subent to the fast ethernet interface. I hope that makes some sense

Help with Cisco 877W config please

Hi, I was following your tutorial up to ”” enable secret SECRETSQUIRRELPASSWORDYOUCHOOSE {hit return}””. At this point everything on my router changed. Is this compatible with a Cisoc 877W router?? Many Thanks Dave.

should work more or less

Hello Dave, This guide should assist with an 877w although I have not tested it. The part where you type in enable secret SECRETSQUIRRELPASSWORDYOUCHOOSE {hit return} is where you are setting a password for your router. This command is standard across cisco IOS so it shouldn't have broken anything. Did you use your own password? Thank you Dave

RE: Should work more or less

HiDave, Sorry, I didn`t explain myself properly. After entering the “enable secret SECRETSQUIRRELPASSWORDYOUCHOOSE {hit return}”, I was expecting to be able to enter the next part of your tutorial which was to configure ""interface Ethernet0””. However I was then asked if I wanted to “” configure SNMP network management, Y/N””” instead. As your tutorial has no mention of this I entered Y = yes, which then took me down another path asking ""do I want to configure community string (public)”" AT this point I was completely lost, and unable to get back to following the next part of your tutorial. Thanks Dave.

SNMP

Hello, Aah I see! Okay it looks like you have entered a configuration "wizard". Are you able to erase the configuration (write erase) then reboot the router? Upon next startup it will ask for if you want to go through system configuration. Say no to that and I hope my config might get you the rest of the way. If the router is already working then don't do a write erase as this will ease any of the changes you have made to its configuration. Thank you Dave

Compatible with DHCP

Could this be used with BT Broadband using Dynamic IP Addresses? Just for learning more than anything. Or do you need a Static Public IP? Thanks

DHCP is fine

Hello, DHCP works fine on this to.

This guy ripped off your article

Here's the link: http://blog.shiraj.com/?m=201001

Grr...

He didn't even try and reword it! Thanks for spotting that one.

Fantastic

I've been trying to get this setup all day and always seemed to be missing something. This was a life saver. Thanks Michael

Adam - Nice Article.

Will this work with dynamic IP's or is there a separate command for this?

Winner - Worked like a charm

Cheers

Thank you - Chad

Thank you very much. I have been working with this router for a while and the
ISP would not help. They wanted me to use a crappy soho that would need
rebooted every 2 weeks.

Any advice on how to configure in no-NAT mode with a static IP?

I am looking to do this, but using a static IP and let my Juniper SSG provide the NAT. Any pointers on how best to configure it? Cheesr David

Re: Juniper no-NAT

Hello, I have not done this myself but it should be straight forward if you have more than one static IP. If you have a second static public IP (my broadband gives me 5 static IPs) I would set the junipers outside interface as one of other IPs and make sure you set the default gateway on the juniper as the Cisco. If the juniper is on the network and can see the internet you should be able to go from there. Does that sound sensible?