I have my linksys router connected to a cisco 2950 swtich my laptop is getting wireless connection to my linksys router and im getting internet access too. The problem is my phone used to get internet connection when connected to the linksys router via wifi which was connected directly to the cable modem.But now that i have my cable modem connected to a cisco router which is connected to a cisco swtich which my linksys router is connected to, my phones gets no internet connection.
I think it has to do with the access-list that permits and blocks traffic coming into my network. Could anyone suggest how to restore internet connection to my phone?
this is my access list:
access-list 1 permit 192.168.1.0 0.0.0.255
access-list 100 permit udp any eq bootps any eq bootpc
access-list 100 permit tcp any any eq www
access-list 100 permit udp any eq domain any
access-list 100 permit tcp any any established
access-list 100 deny ip any any log
access-list 100 permit icmp any any echo-reply
access-list 100 permit icmp any any unreachable
access-list 100 permit icmp any any time-exceeded
access-list 100 deny icmp any any log
Please Help!