writes:
>I have no idea or experience with cisco networking, but i am trying to
>configure a cisco 837 ADSL router over a terminal connection. I need
>to unblock port 22 to allow a new hardware spam filter to operate
>correctly. I have no manuals or documentation as the last IT person
>failed to keep everything. If anyone can help that would be greatly
>appreciated.
Cisco devices usually only ship with a barebones basic installation
manual (ie. how to plug the cables in), because the CLI command set of IOS
takes up a full bookshelf printed out.
The last time I remember getting a full set of manuals with the device
was with 9.x, for 10.x we had to ask for them. But all their docs are
online on their website for any level of depth you want to investigate.
You don't really say what your configuration is. (Cisco also doesn't
come with a preset config, usually the installer does it all up from scratch).
I'm assuming some sort of NAT setup, and you want to map port 22 of
your single public IP on through to the inside?
Something like
ip nat inside source static tcp 192.168.0.1 22 198.198.198.198 22 extendable
should be added to your static NAT list to map from outside to inside.