{"id":647,"date":"2010-07-14T14:05:49","date_gmt":"2010-07-14T19:05:49","guid":{"rendered":"http:\/\/abrammorphew.com\/notes\/?p=647"},"modified":"2010-07-14T14:07:31","modified_gmt":"2010-07-14T19:07:31","slug":"port-redirection-with-cisco-pix-501","status":"publish","type":"post","link":"http:\/\/abrammorphew.com\/notes\/2010\/07\/14\/port-redirection-with-cisco-pix-501\/","title":{"rendered":"Port redirection with Cisco PIX 501."},"content":{"rendered":"<p>Let&#8217;s say you need to direct port 8888 on your external IP address to port 80 on a machine inside your network. You begin this process by logging into the router and running <em>enable<\/em> and entering config mode. <\/p>\n<pre class=\"brush:bash\">\r\nrouter> enable\r\nPassword: ********\r\nrouter# conf t\r\nrouter(config)#\r\n<\/pre>\n<p>\nFor the sake of simplicity, we&#8217;ll assume that there is already a working configuration. If there wasn&#8217;t, we&#8217;d need to add our internal and external interfaces with a command similar to:<\/p>\n<pre class=\"brush:bash\">\r\nrouter(config)# ip address outside 71.155.211.233 255.255.255.0\r\nrouter(config)# ip address inside 192.168.1.1 255.255.255.0\r\n<\/pre>\n<p>\nBut most likely, this has already been setup. Then you&#8217;ll need to know the name of your access-list (providing it has already been created). You can obtain that information by running <em>show access-list<\/em>. Once you have that information, we&#8217;re ready to go. <\/p>\n<pre class=\"brush:bash\">\r\nstatic (inside,outside) tcp interface 8888 192.168.1.101 www netmask 255.255.255.255 0 0\r\naccess-list acl_list permit tcp any interface outside eq 8888\r\naccess-group acl_list in interface outside\r\n<\/pre>\n<p>\nNow exit conf mode with <em>exit<\/em> and run <em>wr me<\/em> to save the changes. <\/p>\n","protected":false},"excerpt":{"rendered":"<p>Let&#8217;s say you need to direct port 8888 on your external IP address to port 80 on a machine inside your network. You begin this process by logging into the router and running enable and entering config mode. router> enable Password: ******** router# conf t router(config)# For the sake of simplicity, we&#8217;ll assume that there [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[64,66,67,65],"class_list":["post-647","post","type-post","status-publish","format-standard","hentry","category-notes","tag-cisco","tag-it","tag-networking","tag-route"],"_links":{"self":[{"href":"http:\/\/abrammorphew.com\/notes\/wp-json\/wp\/v2\/posts\/647","targetHints":{"allow":["GET"]}}],"collection":[{"href":"http:\/\/abrammorphew.com\/notes\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/abrammorphew.com\/notes\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/abrammorphew.com\/notes\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/abrammorphew.com\/notes\/wp-json\/wp\/v2\/comments?post=647"}],"version-history":[{"count":4,"href":"http:\/\/abrammorphew.com\/notes\/wp-json\/wp\/v2\/posts\/647\/revisions"}],"predecessor-version":[{"id":651,"href":"http:\/\/abrammorphew.com\/notes\/wp-json\/wp\/v2\/posts\/647\/revisions\/651"}],"wp:attachment":[{"href":"http:\/\/abrammorphew.com\/notes\/wp-json\/wp\/v2\/media?parent=647"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/abrammorphew.com\/notes\/wp-json\/wp\/v2\/categories?post=647"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/abrammorphew.com\/notes\/wp-json\/wp\/v2\/tags?post=647"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}