How do I change the peer address of an existing ppp interface? The IPCP negotiation did not include a remote address and defaulted to using 10.64.64.64. Now 'ip addr ls dev ppp0' gives
19: ppp0: <POINTTOPOINT, ...
link/ppp
inet 188.xxx.35.193 peer 10.64.64.64/32 scope global ppp0
(xxx is a real number)
So how do I change the peer address from something I know is wrong to something I guess is right?