- Posts: 21
- Thank you received: 0
static command
17 years 6 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
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
17 years 6 months ago #21809
by Smurf
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.
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.
17 years 6 months ago #21812
by semper
James
www.securitygeek.net
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?
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?
James
www.securitygeek.net
17 years 6 months ago #21814
by lomaree
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?
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.122 seconds