Re: access-list question? [7:45585]

2002-06-04 Thread Gaz
It's very possible after a few beers that I'm not thinking straight, so I won't linger on the point, but what is that wild card mask doing? 0.0.6.255 0110 Won't this work for all the odd subnets within the specified range (192.168.1.0, 192.168.3.0.192.168.7.0) If it's stil

RE: access-list question? [7:45585]

2002-06-01 Thread Adams Josh
If you are trying to limit access on connections to the vty lines then you should use a standard access list. Your config will look like the following: access-list 1 permit 192.168.1.0 0.0.6.255 line vty 0 4 transport input telnet access-class 1 in If you are trying to limit access for telnet s

Re: access-list question? [7:45585]

2002-06-01 Thread [EMAIL PROTECTED]
VIVA AFRICA AND SENEGAL, NIGERIA TURN TO DO ARGENTINA NEXT. PORR SAUDI ARABIA - Original Message - From: "Gaz" To: Sent: Saturday, June 01, 2002 1:25 PM Subject: Re: access-list question? [7:45585] > If you are trying to restrict telnet access to the router to only thos

Re: access-list question? [7:45585]

2002-06-01 Thread Gaz
If you are trying to restrict telnet access to the router to only those addresses (192.168.1.0 to 192.168.7.0), you need at least two lines in the access list. If you can let 192.168.0.0 /24 through as well, then you can get it down to one line. Rather than using an extended access list, you can

access-list question? [7:45585]

2002-06-01 Thread GEORGE
If I wanted to apply a access list to allow only networks from 192.168.1.0 to 192.168.7.0 and apply it to the vty lines is this correct access-list 101 allow tcp 192.168.1.0 0.0.6.255 eq 23 any ? Message Posted at: http://www.groupstudy.com/form/read.php?f=7&i=45585&t=45585