Re: cisco pix 515 outside ping to internal hosts



Hi,

thanx for the reply.

i tried both, they do not work. noticed that i have 1 real ip address
port forwarded to many internal ips. i do not think this will work, but
i could be wrong.. so when i ping x.x.x.112 how does the pix determine
which internal hosts i am pinging??


> static (inside,outside) tcp x.x.x.112 1001 192.168.100.48 8080 netmask
> > 255.255.255.255 0 0
> > static (inside,outside) tcp x.x.x.112 1002 192.168.100.49 8080 netmask
> > 255.255.255.255 0 0
> > static (inside,outside) tcp x.x.x.112 www 192.168.100.50 www netmask
> > 255.255.255.255 0 0
> > static (inside,outside) tcp x.x.x.112 25 192.168.100.50 25 netmask





Darren Green wrote:
> <google@xxxxxxxxxxxxxxxxx> wrote in message
> news:1126758332.731925.156160@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
> > Hi,
> >
> > can this be done. I have cisco pix 515e and would like to ping internal
> > hosts for monitoring purposes.
> > i have no trouble pinging the outside real IP. just don't know how to
> > accomplish pinging the inside IP. i would like to ping my mail server
> > inside for monitoring purposes. i would like to restrict ping from a
> > certain host. the mail server inside is 192.168.100.50
> > inside hosts have no problems pinging outside.
> >
> > any help will be appreciated!
> >
> >
> > ip address outside x.x.x.111 255.255.255.240
> > ip address inside 192.168.100.1 255.255.255.0
> >
> > access-list 100 permit icmp any any echo-reply
> > access-list 100 permit icmp any any time-exceeded
> > access-list 100 permit icmp any any
> > access-list 100 permit tcp any host x.x.x.112 eq www
> > access-list 100 permit tcp any host x.x.x.112 eq 25
> > access-list 100 permit tcp any host x.x.x.112 eq 1001
> > access-list 100 permit tcp any host x.x.x.112 eq 1002
> > access-group 100 in interface outside
> >
> >
> > static (inside,outside) tcp x.x.x.112 1001 192.168.100.48 8080 netmask
> > 255.255.255.255 0 0
> > static (inside,outside) tcp x.x.x.112 1002 192.168.100.49 8080 netmask
> > 255.255.255.255 0 0
> > static (inside,outside) tcp x.x.x.112 www 192.168.100.50 www netmask
> > 255.255.255.255 0 0
> > static (inside,outside) tcp x.x.x.112 25 192.168.100.50 25 netmask
> > 255.255.255.255 0 0
> >
>
> Hi,
>
> I believe that you would need an acceess-list permitting ICMP traffic to
> your global address.
>
> e.g.:
>
> static (inside,outside) mapped_ip_address real_ip_address netmask
> 255.255.255.255
> access-list 100 permit icmp any host mapped_ip_address echo (echo-reply,
> etc)
> access-group 100 in interface outside
>
> I pulled the above from the folllowing link:
>
> http://www.cisco.com/warp/public/110/31.html
>
> Regards
>
> Darren

.



Relevant Pages

  • Re: cisco pix 515 outside ping to internal hosts
    ... I have cisco pix 515e and would like to ping internal ... > inside hosts have no problems pinging outside. ... > access-list 100 permit icmp any any time-exceeded ... > access-group 100 in interface outside ...
    (comp.dcom.sys.cisco)
  • cisco pix 515 outside ping to internal hosts
    ... I have cisco pix 515e and would like to ping internal ... i have no trouble pinging the outside real IP. ... inside hosts have no problems pinging outside. ... access-group 100 in interface outside ...
    (comp.dcom.sys.cisco)
  • Re: Cant see out to .co.uk from inside my .local domain (forward l
    ... "ping request could not find host xxx please check the name and try again" ... AD DNS space is whatever.local. ... Remove the hosts info. ...
    (microsoft.public.windows.server.sbs)
  • Re: ping hostname failed while ping IP_Address working Options
    ... I checked the ipnodes of other SunFire Servers they are same as above. ... # DNS for hosts lookups, otherwise it does not use any other naming service. ... then ping mytest should work. ... the ping to the hostname of the Server and ping to the hostname of any ...
    (SunManagers)
  • Re: Solaris 10 IP Multipathing
    ... The ability to pick hosts to ping by setting static routes is a Solaris ... Static host routes for IPMP failover have been supported ...
    (comp.unix.solaris)