I am trying to set up a mobile broadband connection using ppp.
Establishing a connection manually seemed a good place to start, so I have tried to do this following a combination of the advice in the Handbook and the ppp man page. All goes well until a connection is made, then there is an IP address problem:
I cannot find any reference to this error, yet it looks as if it should be fairly simple to fix.
I am assuming that using ppp interactively like this means that it does not read ppp.conf: is this true?
Thanks!
Establishing a connection manually seemed a good place to start, so I have tried to do this following a combination of the advice in the Handbook and the ppp man page. All goes well until a connection is made, then there is an IP address problem:
Code:
# ppp
Working in interactive mode
Warning: No default entry found in config file.
Using interface: tun0
ppp ON X61> set device /dev/cuaU0.0
ppp ON X61> set speed 115200
ppp ON X61> enable dns
ppp ON X61> term
deflink: Entering terminal mode on /dev/cuaU0.0
Type `~?' for help
at
OK
atdt*99#
CONNECT
[Nothing happens now, so I enter ¬p to enter packet mode]
Packet mode.
ppp ON X61>
Ppp ON X61>
PPp ON X61> Warning: iface add: ioctl(SIOCAIFADDR, 94.197.51.122 -> 0.0.0.0): Destination address required
Error: ipcp_InterfaceUp: unable to set ip address
ppp ON X61>
I cannot find any reference to this error, yet it looks as if it should be fairly simple to fix.
I am assuming that using ppp interactively like this means that it does not read ppp.conf: is this true?
Thanks!