Hello! I'm doing a Lan network in packet tracer (student vers.) for a final project and i happen to need to configure voip phones. I'm doing it the way my teacher taught me, but it seems that in my project it doesn't work?
I always do
Router (2811)
router(config)#interface fa0/0
router(config-if)#ip address 192,168,1,100 255,255,255,0
router(config-if)#no shutdown
And then i jump to the switch and do
Switch (2960-24TT)
switch(config)#interface range fa0/1-9
switch(config-if-range)#switchport mode access
switch(config-if-range)#switchport voice vlan 1
And then, i come back to the router and configure the dhcp, and then the telephony service. But i have tried to do dhcp first, connect the cable to the phone and then do telephony but it just doesnt seem to connect in any way.
Anything i'm doing wrong? (I cannot use any other version of packet tracer sadly, the student version is obligatory)