So basically I'm having this issue while trying to configure the serial of 3 routers (router0, router1, router2) on Cisco Packet Tracer
I was able to configure both serials for router0 following this configuration:
Router(config)#interface serial 0/1/1 Router(config-if)#ip address 10.1.1.2 255.255.255.252
I have to clarify that router0 connects its serial 0/1/1 with serial 0/1/1 of router1
When I try to configure router1, I use this configuration:
Router(config)#interface serial 0/1/1 Router(config-if)#ip address 10.1.1.3 255.255.255.252
... but as soon as I hit enter it says "Bad mask /30 for address 10.1.1.3".
And yeah, that's my problem, the same issue happens if I try to configure router2.