Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

ERROR: Source address,mask <192.168.1.250,255.0.0.0> doesn't pair

Status
Not open for further replies.

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
 
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
 
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
 
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
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top