Home Contact Download

asyd.net

Welcome to Bruno Bonfils's (aka asyd homepage).
!
interface Ethernet0
 description * LAN *
 ip address 192.168.1.254 255.255.255.0
 no ip directed-broadcast
 no ip mroute-cache
 ip policy route-map proxy-redir
!
access-list 110 deny tcp host 192.168.1.42 any eq www
access-list 110 permit tcp any any eq www
!
route-map proxy-redir permit 10
 match ip address 110
 set ip next-hop 192.168.1.42
!