Shouldnt this acl permit tftp from host 10.0.0.68, but deny any other tftp request? and also permit any other request other then tftp?
access-list 100 permit udp host 10.0.0.68 eq tftp host 10.0.0.82 eq tftp
access-list 100 deny udp any eq tftp any eq tftp
access-list 100 permit ip any any
this is in packet tracer, what happends is that all traffic go through. makes me sad.