Dear all,
i am a Linux newbie recently installed Lorma Linux 4.0 in my PC (using
dual-boot). Till now i cannot connect to internet using ADSL. i have
consulted my ISP but recently they have very limited support for Linux, they
only provide FAQ for Linux on 56K dial-up, but not broadband (ADSL). i ask
the ISP support who told me they can use rp-pppoe to connect in Linux, no
specific setting required, but i failed.
Here is the details,
<<< after boot-up, i tried the followings,
root@localhost network-scripts]# tkpppoe
/usr/bin/tkpppoe: line 24: exec: wish: not found
[root@localhost floppy]# ifconfig
eth0 Link encap:Ethernet HWaddr 00:E0:18:71

4:E6
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:315 errors:0 dropped:0 overruns:0 frame:0
TX packets:295 errors:0 dropped:0 overruns:0 carrier:0
collisions:0
RX bytes:19075 (18.6 Kb) TX bytes:19107 (18.6 Kb)
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:10 errors:0 dropped:0 overruns:0 frame:0
TX packets:10 errors:0 dropped:0 overruns:0 carrier:0
collisions:0
RX bytes:700 (700.0 b) TX bytes:700 (700.0 b)
[root@localhost floppy]# route -n
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use
Iface
169.254.0.0 0.0.0.0 255.255.0.0 U 0 0 0 lo
127.0.0.0 0.0.0.0 255.0.0.0 U 0 0 0 lo
>>>
tk-pppoe (GUI version of rp-pppoe), can you tell me what is wish? and how
to solve?
Why i have 2 route table entries, i don't know where comes 169.254.0.0?
i have used adsl-setup to configure ppp0 connection, viz.;
<<<
USERCTL=yes
BOOTPROTO=dialup
NAME=DSLppp0
DEVICE=ppp0
TYPE=xDSL
ONBOOT=no
PIDFILE=/var/run/pppoe-adsl.pid
FIREWALL=STANDALONE
PING=.
PPPOE_TIMEOUT=80
LCP_FAILURE=3
LCP_INTERVAL=20
CLAMPMSS=1412
CONNECT_POLL=6
CONNECT_TIMEOUT=60
DEFROUTE=yes
SYNCHRONOUS=no
ETH=eth0
PROVIDER=DSLppp0
USER='<my_username>'
PEERDNS=yes
DEMAND=no
PERSIST=no
>>>
i read part of DSL mini-HOWTO, i don't know how to configure as it mention
<<<
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
192.168.0.254 * 255.255.255.255 UH 0 0 0 eth1
208.61.124.1 * 255.255.255.255 UH 0 0 0 ppp0
192.168.0.0 * 255.255.255.0 U 0 0 0 eth1
127.0.0.0 * 255.0.0.0 U 0 0 0 lo
default 208.61.124.1 0.0.0.0 UG 0 0 0 ppp0
>>>
why there is eth1? i have only eth0 - one network card.
thanks & regards, caesar.