I have a cisco 1751 v router 10.77.37.1 connected to my internal network. I have a internet gateway router as 10.77.37.10 also connected to the same lan. The internet router is a coyote linux dial on demand box which allows everything to go out including udp broadcasts. My problem is i want to control traffic to internet gateway by diverting it through my router and using a accesslist to control what is forwarded to 10.77.37.10 say preventing udp packets.
my setup is like this
lan----cisco1751------eth------internetrouter(dhcp)-------isp
there is a static route in my router as
ip route 0.0.0.0 0.0.0.0 10.77.37.10 (my internet router)
how to write the access list and on which interface to apply so that only one computer on lan say 10.77.37.12(proxy cache) should be able to access network and all other s computers should be denied. 2nd question, what is the difference between standard and extended ip access lists.
my setup is like this
lan----cisco1751------eth------internetrouter(dhcp)-------isp
there is a static route in my router as
ip route 0.0.0.0 0.0.0.0 10.77.37.10 (my internet router)
how to write the access list and on which interface to apply so that only one computer on lan say 10.77.37.12(proxy cache) should be able to access network and all other s computers should be denied. 2nd question, what is the difference between standard and extended ip access lists.