>> Table de routage IP du noyau
>> Destination Passerelle Genmask Indic Metric Ref Use Iface
>> 192.168.xxx.xxx * 255.255.255.255 UH 0 0
0 ppp0
>> 127.0.0.0 * 255.0.0.0 U 0 0 0 lo
>> default * 0.0.0.0 U 0 0
0 ppp0
>> default 192.168.xxx.xxx 0.0.0.0 UG 0 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 Ref Use Iface
192.168.254.254 * 255.255.255.255 UH 0 0 0 ppp0
127.0.0.0 * 255.0.0.0 U 0 0 0 lo
default * 0.0.0.0 U 0 0 0 ppp0
default 192.168.254.254 0.0.0.0 UG 0 0 0 ppp0
using ifconfig :
lo Lien 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