I am trying to setup my internet connection on Ubuntu 9, but I am having some dificulties with it.
I managed to get it working but it continuously disconnects and reconnects. Here's what I get immediately after a connection :
solomongaby@solomongaby-laptop:~$ plog
May 2 12:16:34 solomongaby-laptop pppd[4133]: primary DNS address 213.154.124.1
May 2 12:16:34 solomongaby-laptop pppd[4133]: secondary DNS address 193.231.252.1
May 2 12:16:37 solomongaby-laptop pppd[7313]: PAP authentication succeeded
May 2 12:16:37 solomongaby-laptop pppd[7313]: peer from calling number 00:10:18:2C:07:60 authorized
May 2 12:16:37 solomongaby-laptop pppd[7313]: not replacing existing default route through ppp4
May 2 12:16:37 solomongaby-laptop pppd[7313]: Cannot determine ethernet address for proxy ARP
May 2 12:16:37 solomongaby-laptop pppd[7313]: local IP address 79.119.100.50
May 2 12:16:37 solomongaby-laptop pppd[7313]: remote IP address 10.0.0.1
May 2 12:16:37 solomongaby-laptop pppd[7313]: primary DNS address 213.154.124.1
May 2 12:16:37 solomongaby-laptop pppd[7313]: secondary DNS address 193.231.252.1
solomongaby@solomongaby-laptop:~$ plog
May 2 12:16:37 solomongaby-laptop pppd[7313]: not replacing existing default route through ppp4
May 2 12:16:37 solomongaby-laptop pppd[7313]: Cannot determine ethernet address for proxy ARP
May 2 12:16:37 solomongaby-laptop pppd[7313]: local IP address 79.119.100.50
May 2 12:16:37 solomongaby-laptop pppd[7313]: remote IP address 10.0.0.1
May 2 12:16:37 solomongaby-laptop pppd[7313]: primary DNS address 213.154.124.1
May 2 12:16:37 solomongaby-laptop pppd[7313]: secondary DNS address 193.231.252.1
May 2 12:16:50 solomongaby-laptop pppd[5214]: PPP session is 873
May 2 12:16:50 solomongaby-laptop pppd[5214]: Connected to 00:10:18:2c:07:60 via interface eth0
May 2 12:16:50 solomongaby-laptop pppd[5214]: Using interface ppp7
May 2 12:16:50 solomongaby-laptop pppd[5214]: Connect: ppp7 <--> eth0
But after like 3-4 minutes I get disconnected and it says something like
unsuccesful 4 echo responses
link is not connected
modem disconected.
May 3 10:24:49 solomongaby-laptop pppd[2295]: No response to 4 echo-requests
May 3 10:24:49 solomongaby-laptop pppd[2295]: Serial link appears to be disconnected.
May 3 10:24:49 solomongaby-laptop pppd[2295]: Connect time 5.6 minutes.
May 3 10:24:49 solomongaby-laptop pppd[2295]: Sent 948 bytes, received 952 bytes.
May 3 10:24:55 solomongaby-laptop pppd[2295]: Connection terminated.
May 3 10:24:55 solomongaby-laptop pppd[2295]: Modem hangup
and then it reconnects but it takes a while to do it.
Can you guys help me make sense of this.
Thanks a lot.