Re: modem connect but no ping

2002-07-12 Thread Yvon Thoraval

>> Table de routage IP du noyau
>> Destination  Passerelle  Genmask Indic Metric RefUse Iface
>> 192.168.xxx.xxx *   255.255.255.255 UH0  0
0 ppp0
>> 127.0.0.0   *   255.0.0.0   U 0  00 lo
>> default *   0.0.0.0 U 0  0
0 ppp0
>> default 192.168.xxx.xxx 0.0.0.0 UG0  0
0 ppp0
>>
>> but ist does go back afetr each restart to lo only.
>>
>
>The 2 default routes look odd to me. I assume the "xxx" are manual edits.

yes seems to be internel ip adress, i think it is this kind of adresse
used for ip maskerading ?

xxx was for 254 complet ip was :

192.168.254.254

now i do have :

using route -F :

Table de routage IP du noyau
Destination Passerelle  Genmask Indic Metric RefUse Iface
192.168.254.254 *   255.255.255.255 UH0  00 ppp0
127.0.0.0   *   255.0.0.0   U 0  00 lo
default *   0.0.0.0 U 0  00 ppp0
default 192.168.254.254 0.0.0.0 UG0  00 ppp0

using ifconfig :

loLien encap:Boucle locale
  inet adr:127.0.0.1  Masque:255.0.0.0
  UP LOOPBACK RUNNING  MTU:16436  Metric:1
  RX packets:84 errors:0 dropped:0 overruns:0 frame:0
  TX packets:84 errors:0 dropped:0 overruns:0 carrier:0
  collisions:0 lg file transmission:0
  RX bytes:5880 (5.7 Kb)  TX bytes:5880 (5.7 Kb)

ppp0  Lien encap:Protocole Point-?-Point
  inet adr:198.162.0.2  P-t-P:192.168.254.254  Masque:255.255.255.255
  UP POINTOPOINT RUNNING NOARP MULTICAST  MTU:1500  Metric:1
  RX packets:10 errors:0 dropped:0 overruns:0 frame:0
  TX packets:87 errors:0 dropped:0 overruns:0 carrier:0
  collisions:0 lg file transmission:3
  RX bytes:122 (122.0 b)  TX bytes:5403 (5.2 Kb)


using ip r s :

192.168.254.254 dev ppp0  proto kernel  scope link  src 198.162.0.2
127.0.0.0/8 dev lo  scope link
default dev ppp0  scope link
default via 192.168.254.254 dev ppp0


then i suspect the adress 192.168.254.254 being wrong

for example, the dynamic adress i have right now (following TCP/IP) is :

62.147.148.194


--
Yvon Thoraval





Re: modem connect but no ping

2002-07-12 Thread Stew Benedict


On Thu, 11 Jul 2002, Yvon Thoraval wrote:

> I've used unsuccessfully mandrake control center for a modem connexion.
> 
> the modem dial right and i have no more ppp time-out but i don't have
> anything coming from outside. (for example using net_monitor)
> 
> using : pingĀ  www.netscape.com
> i don't get any answer
> the same does apply with : ping 205.188.247.66
> 
> here is my ifconfig output :
> 
> loLien encap:Boucle locale
>   inet adr:127.0.0.1  Masque:255.0.0.0
>   UP LOOPBACK RUNNING  MTU:16436  Metric:1
>   RX packets:58 errors:0 dropped:0 overruns:0 frame:0
>   TX packets:58 errors:0 dropped:0 overruns:0 carrier:0
>   collisions:0 lg file transmission:0
>   RX bytes:4060 (3.9 Kb)  TX bytes:4060 (3.9 Kb)
> 
> ppp0  Lien encap:Protocole Point-?-Point
>   inet adr:198.162.0.2  P-t-P:192.168.xxx.xxx  Masque:255.255.255.255
>   UP POINTOPOINT RUNNING NOARP MULTICAST  MTU:1500  Metric:1
>   RX packets:10 errors:0 dropped:0 overruns:0 frame:0
>   TX packets:175 errors:0 dropped:0 overruns:0 carrier:0
>   collisions:0 lg file transmission:3
>   RX bytes:122 (122.0 b)  TX bytes:11195 (10.9 Kb)
> 
> 
> route as startup is only lo :
> 
> Destination Passerelle  Genmask Indic Metric RefUse Iface
> 127.0.0.0   *   255.0.0.0   U 0  00 lo
> 
> this changes when ppp0 is up :
> 
> Table de routage IP du noyau
> Destination  Passerelle  Genmask Indic Metric RefUse Iface
> 192.168.xxx.xxx *   255.255.255.255 UH0  00 ppp0
> 127.0.0.0   *   255.0.0.0   U 0  00 lo
> default *   0.0.0.0 U 0  00 ppp0
> default 192.168.xxx.xxx 0.0.0.0 UG0  00 ppp0
> 
> but ist does go back afetr each restart to lo only.
> 

The 2 default routes look odd to me. I assume the "xxx" are manual edits.

Here's a dialup ppp routing on my local server, with eth0 also (sorry
about the wrap).

[stew@norris stew]$ /sbin/route
Kernel IP routing table
Destination Gateway Genmask Flags Metric RefUse
Iface
209.142.161.2   *   255.255.255.255 UH0  00
ppp0
192.168.192.210 *   255.255.255.255 UH0  00
eth0
192.168.192.0   *   255.255.255.0   U 0  00
eth0
127.0.0.0   *   255.0.0.0   U 0  00 lo
default 209.142.161.2   0.0.0.0 UG0  00
ppp0

> quiet some strange thing, to me, is in that when i do "killall pppd" this
> starts a connection.
> 

Demand dial setup perhaps?

> my resol.conf :
> 
> domain free.fr
> search free.fr
> nameserver 212.27.32.5
> nameserver 212.27.32.6
> 
> 
> any idae in order to get net connexion within mandrake-cooker ppc ?
> --

Sounds like you've got most of it, try dropping that extra default route.

Stew Benedict

-- 
MandrakeSoft
PPC FAQ: http://www.linux-mandrake.com/en/ppcFAQ.php3
IRC: irc.openproject.net #cooker-ppc





modem connect but no ping

2002-07-11 Thread Yvon Thoraval

I've used unsuccessfully mandrake control center for a modem connexion.

the modem dial right and i have no more ppp time-out but i don't have
anything coming from outside. (for example using net_monitor)

using : pingĀ  www.netscape.com
i don't get any answer
the same does apply with : ping 205.188.247.66

here is my ifconfig output :

loLien encap:Boucle locale
  inet adr:127.0.0.1  Masque:255.0.0.0
  UP LOOPBACK RUNNING  MTU:16436  Metric:1
  RX packets:58 errors:0 dropped:0 overruns:0 frame:0
  TX packets:58 errors:0 dropped:0 overruns:0 carrier:0
  collisions:0 lg file transmission:0
  RX bytes:4060 (3.9 Kb)  TX bytes:4060 (3.9 Kb)

ppp0  Lien encap:Protocole Point-?-Point
  inet adr:198.162.0.2  P-t-P:192.168.xxx.xxx  Masque:255.255.255.255
  UP POINTOPOINT RUNNING NOARP MULTICAST  MTU:1500  Metric:1
  RX packets:10 errors:0 dropped:0 overruns:0 frame:0
  TX packets:175 errors:0 dropped:0 overruns:0 carrier:0
  collisions:0 lg file transmission:3
  RX bytes:122 (122.0 b)  TX bytes:11195 (10.9 Kb)


route as startup is only lo :

Destination Passerelle  Genmask Indic Metric RefUse Iface
127.0.0.0   *   255.0.0.0   U 0  00 lo

this changes when ppp0 is up :

Table de routage IP du noyau
Destination  Passerelle  Genmask Indic Metric RefUse Iface
192.168.xxx.xxx *   255.255.255.255 UH0  00 ppp0
127.0.0.0   *   255.0.0.0   U 0  00 lo
default *   0.0.0.0 U 0  00 ppp0
default 192.168.xxx.xxx 0.0.0.0 UG0  00 ppp0

but ist does go back afetr each restart to lo only.

quiet some strange thing, to me, is in that when i do "killall pppd" this
starts a connection.

my resol.conf :

domain free.fr
search free.fr
nameserver 212.27.32.5
nameserver 212.27.32.6


any idae in order to get net connexion within mandrake-cooker ppc ?
--
Yvon Thoraval