tjbradford
Technical User
I'm looking to redirect a website to another site from the inside to the internet
access-list 102 deny ip 192.168.1.0 0.0.0.255 host 213.199.141.141
access-list 102 deny ip 192.168.1.0 0.0.0.255 host 213.199.141.140
access-list 102 permit ip 192.168.1.0 0.0.0.255 any
that will block the 2 sites but i'm hoping to redirect the requests to another eg 10.10.10.1 but i'm unsure how to go about this
what should i look at to complete this task
access-list 102 deny ip 192.168.1.0 0.0.0.255 host 213.199.141.141
access-list 102 deny ip 192.168.1.0 0.0.0.255 host 213.199.141.140
access-list 102 permit ip 192.168.1.0 0.0.0.255 any
that will block the 2 sites but i'm hoping to redirect the requests to another eg 10.10.10.1 but i'm unsure how to go about this
what should i look at to complete this task