Hi,
I have been busy trying to figure this access list out.(4 days) lots of simulation, etc, but I am really having a hard time. Maybe someone can help me.
The setup is like this
[ ] Server 1 ( 147.3.0.1)------[ ] Work 2 (147.3.0.2)
|
__________[ SWITCH ]
|
( ) Router1 ( 147.3.0.3 )
|
|
|
( ) Router2 ( 147.3.6.1 )
|
|
[ ] Workstation 3( 147.3.6.2 )
Rules: Worstation 3 can only stay in its subnet, except to go to server1. server1 and work2 needs to be able to access the 147.3.6.0 network.
i have been applying a access list on router2 e0 in that looks like this:
access-list 101 permit ip 147.3.6.0 0.0.0.255 147.3.0.1 0.0.0.0
access-list 101 deny ip 147.3.6.0 0.0.0.255 any
access-list 101 permit any any
and this is applied on e0 in
Any ideas?? Thanks for your help
I have been busy trying to figure this access list out.(4 days) lots of simulation, etc, but I am really having a hard time. Maybe someone can help me.
The setup is like this
[ ] Server 1 ( 147.3.0.1)------[ ] Work 2 (147.3.0.2)
|
__________[ SWITCH ]
|
( ) Router1 ( 147.3.0.3 )
|
|
|
( ) Router2 ( 147.3.6.1 )
|
|
[ ] Workstation 3( 147.3.6.2 )
Rules: Worstation 3 can only stay in its subnet, except to go to server1. server1 and work2 needs to be able to access the 147.3.6.0 network.
i have been applying a access list on router2 e0 in that looks like this:
access-list 101 permit ip 147.3.6.0 0.0.0.255 147.3.0.1 0.0.0.0
access-list 101 deny ip 147.3.6.0 0.0.0.255 any
access-list 101 permit any any
and this is applied on e0 in
Any ideas?? Thanks for your help