Skip to main content

tftp after completing Lab1 Tutorial 2

More
16 years 9 months ago #22487 by fobz
After going through Lab1 Tutorial 2 I tried to save the new config to the tftp server. Of course I couldn't, access-list 150 stops everything but port 80 request from 192.168.5.100. Removing the access-list from e0 allowed tftp, ping ect.

I'd like to modify access-list 150 to allow tftp when applied to the interface. adding

access-list 150 permit icmp host 192.168.5.100 host 192.168.5.1

allows ping request to echo back.

So, I tried adding

access-list 150 permit udp host 192.168.5.100 host 192.168.5.1 eq 69

and/or

access-list 150 permit udp host 192.168.5.100 host 192.168.5.1 tftp

neither solved the problem. I also added "log" to access list entries to see the messages, that wasn't a lot of help since I don't really know what I was looking at. Are the numbers in parenthesis after the source and destination addresses ports? i.e. 192.168.5.1(52889) ?

Any help is appreciated.... Thanks
Time to create page: 0.135 seconds