!
interface Vlan10
description ----- Users Vlan -----
ip address 10.100.10.2 255.255.255.0
ip helper-address 10.100.100.250
no ip redirects
standby 10 ip 10.100.10.1
standby 10 timers 1 3
standby 10 priority 110
standby 10 preempt delay minimum 120
ip policy route-map Internet_access
!
ip access-list extended Internet_access
deny ip 10.100.100.0 0.0.0.255 тык.тык.99.192 0.0.0.31
deny ip 10.100.100.0 0.0.0.255 тык.тык.178.192 0.0.0.15
deny ip any 10.0.0.0 0.255.255.255
deny ip 10.100.10.0 0.0.0.255 172.10.3.0 0.0.0.255
deny ip 10.100.100.0 0.0.0.255 172.10.3.0 0.0.0.255
permit ip 10.100.20.0 0.0.0.255 any
permit ip 10.100.10.0 0.0.0.255 any
!
route-map Internet_access permit 10
match ip address Internet_access
set ip next-hop 10.100.104.100 и ушло всё на шлюз
!