Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Computing > Cisco > Need help with STATIC command!

Reply
Thread Tools

Need help with STATIC command!

 
 
JackBlack
Guest
Posts: n/a
 
      06-01-2007
Hi, all! Using a PIX 515e (IOS 12.3)...

Basically, I need to be able to translate (STATIC command) any traffic
from a given subnet (167.68.6.0) on a given port (5000) to a single
inside IP (10.1.1.1) and port (5000). My hangup at this point is the
subnet masks, I think. On one side I have to use a mask of .0, but I
need a mask of .255 on the inside specifically. Will the below STATIC
work for me?

static (inside, outside) tcp 10.1.1.1 5000 167.68.6.0 5000 netmask
255.255.255.255

Essentially, any port 5000 traffic on the outside subnet (all 255
possible machines) has to be sent to a single device on the inside
subnet.

Is this do-able? Thanks!
Jack

 
Reply With Quote
 
 
 
 
Chad Mahoney
Guest
Posts: n/a
 
      06-01-2007
JackBlack wrote:
> Hi, all! Using a PIX 515e (IOS 12.3)...
>


Sorry, the PIX does not run on IOS 12.3, please paste a show version
from the firewall.
 
Reply With Quote
 
 
 
 
JackBlack
Guest
Posts: n/a
 
      06-01-2007
You're correct, my bad. It's running 6.3(4). Sorry, was looking at
something else when I wrote the original post.

So, what do you think about my question?

Thanks,
Jack


On Jun 1, 10:30 am, Chad Mahoney <c...@nospam.mah0ney.com> wrote:
> JackBlack wrote:
> > Hi, all! Using a PIX 515e (IOS 12.3)...

>
> Sorry, the PIX does not run on IOS 12.3, please paste a show version
> from the firewall.



 
Reply With Quote
 
Walter Roberson
Guest
Posts: n/a
 
      06-02-2007
In article <. com>,
JackBlack <> wrote:
>Hi, all! Using a PIX 515e (IOS 12.3)...


>Basically, I need to be able to translate (STATIC command) any traffic
>from a given subnet (167.68.6.0) on a given port (5000) to a single
>inside IP (10.1.1.1) and port (5000).


You can't do that in the way it is phrased.

>Essentially, any port 5000 traffic on the outside subnet (all 255
>possible machines) has to be sent to a single device on the inside
>subnet.


access-list six5000 permit tcp host 10.1.1.1 eq 5000 167.68.6.0 255.255.255.0
static (inside,outside) tcp interface 5000 10.1.1.1 5000 access-list six5000

This presumes that the public IP that those 167.68.6.0 hosts are
talking to, that represents 10.1.1.1 to the outside world, is your
outside interface IP. If not, replace the word 'interface' with the
public IP.

I'm not completely sure this will work. I'd have to think back and try
to remember exactly how statics with access-lists work, which is not
well documented. I did get clarification from the TAC at one point,
but I no longer have access to that case.
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
need help with Static and non-static methods and feilds o_ssie Java 0 04-09-2009 04:38 PM
PIX public/24 ip static mapping means 256 times interfaces static maps? Nieuws Xs4all Cisco 2 05-26-2005 06:25 PM
PIX public/24 ip static mapping means 256 times interfaces static maps? Nieuws Xs4all Cisco 0 05-26-2005 11:07 AM
Static vs. non-static connection Natan ASP .Net 8 05-26-2004 08:21 AM
Please help: Non-static method wait(long) cannot be referenced from static context Gary Java 1 01-16-2004 11:35 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57