Skip to main content

static command

More
16 years 11 months ago #21808 by lomaree
static command was created by lomaree
hi everybody,

i am in the middle of a configuration and would like to have a little advice on it before actually configure it..

is it possible to have a static statement like below.


static (inside,outside) 4.4.4.4 2.2.2.2 netmask 255.255.255.255
static (inside,outside) 6.6.6.6 2.2.2.2 netmask 255.255.255.255
More
16 years 11 months ago #21809 by Smurf
Replied by Smurf on topic Re: static command
I think it would come up with an error since you are trying to do a one to one mapping with two internal addresses.

Wayne Murphy
Firewall.cx Team Member
www.firewall.cx

Now working for a Security Company called Sec-1 Ltd in the UK, for any
Penetration Testing work visit www.sec-1.com or PM me for details.
More
16 years 11 months ago #21812 by semper
Replied by semper on topic Re: static command
[code:1]


static(inside,outside) xxx.xxx.xxx.xxx xxx.xxx.xxx.xxx netmask 255.255.255.255
| | | |
| +
+ |
+
+
[/code:1]

The PIX would throw fits about that configuration. Why would you want two external addresses to be mapped to a singled internal address?
More
16 years 11 months ago #21814 by lomaree
Replied by lomaree on topic Re: static command

Code:



static(inside,outside) xxx.xxx.xxx.xxx xxx.xxx.xxx.xxx netmask 255.255.255.255
| | | |
| +


+ |
+
+



The PIX would throw fits about that configuration. Why would you want two external addresses to be mapped to a singled internal address?


i need to do this as this is what required to be accomplished. actually the second address will be for testing and the first is the primary one.

is there a solution for it or not?
Time to create page: 0.146 seconds