In article < >,
Edwin <> wrote:
:I need to configure the outside interface to respond to diferent IP. I
:need the 12.x.x227 IP to listen only to port 80 and the 12.x.x.226 IP
:to the other ports.

IX Version 6.1(2)
:ip address outside 12.x.x.226 255.255.255.248
:access-list 100 permit tcp any host 12.x.x.226 eq 1494
For PIX 6.1, in each access-list entry that refers to the IP address
of an interface, instead of using 'host' followed by the IP
address, use the keyword 'interface'. For example,
access-list 100 permit tcp any interface eq 1494
:static (inside,outside) tcp 12.x.x.226 smtp server1 smtp netmask 255.255.255.255 0 0
For PIX 6.1, in each 'static' entry that refers to the IP address of
an interface, instead of using the IP address, use the keyword 'interface'
static (inside,outside) tcp interface smtp server1 smtp netmask 255.255.255.255 0 0
The situation changes slightly in 6.3(2) [I think it is]: in ACLs,
you would instead use the keyword 'interface' followed by the name
of the interface:
access-list 100 permit tcp any interface outside eq 1494

IX Version 6.1(2)
There are known security problems in 6.1(2); upgrading to
6.1(4) or later is recommended. Going to 6.1(4) would be free;
I would have to check the Security Advisories to see if 6.1(5) would
also be free for you.
--
Look out, there are llamas!