Official Lammle User Forum
|
#1
|
|||
|
|||
|
this is part of answer given by lammle:
You want to block telnet access from the 172.16.5.0/24 network to the 172.16.22.0/24 network. You would create an access list as follows: (config)#access-list 100 deny tcp 172.16.5.0 0.0.0.255 172.16.22.0 0.0.0.255 eq 23. (config)#access-list 100 permit any Assuming that 172.16.5.0/24 is connected to fa0/0, you would then apply the access list to the interface: (config)#int fa0/0 (config-if)#ip access-group 100 in Now, only telnet access from 172.16.5.0/24 with a destination of 172.16.22.0/24 will be denied. the queation is, if I want block telnet from remote network, and all I know is the IP ADDRESS, how can i assume the interface they are using? becouse you (lammle) said, assuming they are using f0/0. thanks |
|
#2
|
|||
|
|||
|
well, you shall need to know the interface they are using.
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| MS Direct Access: The VPN Killer? | milanchatterjee | Access Lists | 1 | 09-13-2010 04:20 AM |
| Help with access list? | oneyo1984 | Access Lists | 6 | 03-30-2010 09:50 AM |
| How to block access for a console port using access list? | regithester | Access Lists | 2 | 06-09-2009 06:02 PM |
| Securing Access with AAA | lildeezul | ISCW | 0 | 02-11-2009 09:56 PM |
| Access list | kingabiodun2003 | Access Lists | 1 | 08-25-2008 05:56 AM |
All times are GMT -5. The time now is 02:28 AM.














Linear Mode


Recent Comments