Apr 11, 2005 #1 caswcu Technical User Joined Feb 16, 2005 Messages 93 Location US Im getting this message when trying to input the following command thru CLI in PDM access-list Trusteda_Outside permit tcp 192.168.1.250 255.0.0.0 69.248.x.xxx eq 22011
Im getting this message when trying to input the following command thru CLI in PDM access-list Trusteda_Outside permit tcp 192.168.1.250 255.0.0.0 69.248.x.xxx eq 22011
Apr 11, 2005 #2 LloydSev ISP Joined Jan 23, 2003 Messages 1,457 Location US 192.168.1.0 is a Class C network. That would require a 255.255.255.0 netmask. Also, the command you wrote here does not include a netmask for the second IP, or a "host" statement before it. Computer/Network Technician CCNA Upvote 0 Downvote
192.168.1.0 is a Class C network. That would require a 255.255.255.0 netmask. Also, the command you wrote here does not include a netmask for the second IP, or a "host" statement before it. Computer/Network Technician CCNA
Apr 11, 2005 #3 LloydSev ISP Joined Jan 23, 2003 Messages 1,457 Location US If you are attempting to allow two HOSTS to speak together, the line would be: access-list Trusteda_Outside permit host 192.168.1.250 host 69.248.x.xxx eq 22011 Computer/Network Technician CCNA Upvote 0 Downvote
If you are attempting to allow two HOSTS to speak together, the line would be: access-list Trusteda_Outside permit host 192.168.1.250 host 69.248.x.xxx eq 22011 Computer/Network Technician CCNA
Apr 11, 2005 #4 LloydSev ISP Joined Jan 23, 2003 Messages 1,457 Location US forgive me. I left out TCP. access-list Trusteda_Outside permit tcp host 192.168.1.250 host 69.248.x.xxx eq 22011 Computer/Network Technician CCNA Upvote 0 Downvote
forgive me. I left out TCP. access-list Trusteda_Outside permit tcp host 192.168.1.250 host 69.248.x.xxx eq 22011 Computer/Network Technician CCNA