Cisco 800 series
From NURDspace
NURDs Inventory | |
---|---|
Owner | Space |
Status | Infrastructure |
Hostname | nurds-rtr-01 |
Location | machine room |
Tool | |
Tool category |
{{{Name}}}
"{{{Name}}}" cannot be used as a page name in this wiki.
"File:{{{Picture}}}" cannot be used as a page name in this wiki.
{{{Picture}}}
{{{InventoryOwner}}}"{{{InventoryOwner}}}" cannot be used as a page name in this wiki.
Description
Our main router for internet access is a Cisco 800 series.
Port forwarding howto
The router's interface is connected only to a separate management VLAN accessible only from the central router. You must first authenticate to it via SSH, then you may log in with root on 172.31.255.2.
Once you have an eco-stiwa prompt:
enable show config
Currently forwarded ports are listed in the lines beginning with "ip nat inside source static"
config terminal
Now add a new line similar to the existing ones, for example:
ip nat inside source static tcp <internal ip> <internal port> <external ip> <external port> extendable <enter> <ctrl>+z write memory
Check your result with
show config
Remove existing port forwarding rules
Copy a rule from "show config" and paste "no" in front of it.