The first answer took care of it. It was just a one to one mapping of public IPs, not private. When I said inside and outside I mean the address inside my network and the address outside my network.
Thanks, Travis -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of darrell_list Sent: Wednesday, August 25, 2004 2:46 PM To: [EMAIL PROTECTED] Subject: Re: [IMail Forum] OT Cisco IOS rule Travis, It depends on what you classify as the inside of your network. If your using RFC 1918 address (private) than you will need to do some type of NAT translation to get to your inside. Private addresses are not routable on the internet. But if you define the inside of your network as routable addresses than that line will work assuming that you add an "access-list xxx" to the beginning of the line. XXX is a valid extended access list number. Shoot some more info to the list and we will get you squared up. Darrell ---------------------------------------------------------------------------- ----------------- Check out http://www.invariantsystems.com for utilities for Declude And Imail. IMail/Declude Overflow Queue Monitoring, MRTG Integration, and Log Parsers. Travis Rabe writes: > If I only want to allow communication from one IP outside of my network to > one IP inside of my network for udp, is this the right way to write the > rule? > > > > permit udp host ou.si.de.ip any host in.si.de.ip eq 123 > > where 123 is the port number > > > Thanks, > > Travis > > > > > > To Unsubscribe: http://www.ipswitch.com/support/mailing-lists.html > List Archive: http://www.mail-archive.com/imail_forum%40list.ipswitch.com/ > Knowledge Base/FAQ: http://www.ipswitch.com/support/IMail/ ---------------------------------------------------------------------------- ------------------------------------ Check out http://www.invariantsystems.com for utilities for Declude And Imail. IMail/Declude Overflow Queue Monitoring, MRTG Integration, and Log Parsers. To Unsubscribe: http://www.ipswitch.com/support/mailing-lists.html List Archive: http://www.mail-archive.com/imail_forum%40list.ipswitch.com/ Knowledge Base/FAQ: http://www.ipswitch.com/support/IMail/ To Unsubscribe: http://www.ipswitch.com/support/mailing-lists.html List Archive: http://www.mail-archive.com/imail_forum%40list.ipswitch.com/ Knowledge Base/FAQ: http://www.ipswitch.com/support/IMail/
