okay its connected via Ethernet
er how do I know if it has a web based interface..?
and how do i know if theres a PPP connection needed??? :s
(sorry this is dumb i know :s )
Main Topics
Browse All TopicsHi there,
My knowledge of linux is very minimal,
However I need to connect my linux machine (fedora) to the internet. I have the sympatico basic dsl connection at home
I think I'm supposed to use KPPP or something.. but I dont have the first clue as to how to go about configuring and all..? :s
So if anyone has the patience and would like to explain how to go about this if its not too complicated that woudl be great!!!!
Thank you!
LD
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Hi
If it is connected over ethernet, there is a good chance that the modem can save your username, password and connection settings in itself - this allows it to make a connection to the internet without the computer being turned on. This will mean that you won't have to make a PPP connection from the PC
Are there any other computers connected to the modem (via a switch or hub)?
have you enabled DHCP on the ethernet interface? - To check this, open a terminal screen and type "ifconfig" (without the quotes)
if everything is configured correctly u will probably something like this:
eth0 Link encap:Ethernet HWaddr 00:B0:D0:35:69:18
inet addr:10.70.23.55 Bcast:10.70.23.255 Mask:255.255.252.0
inet6 addr: fe80::2b0:d0ff:fe35:6918/6
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:21591625 errors:0 dropped:0 overruns:1 frame:0
TX packets:19634920 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:3968480489 (3.6 GiB) TX bytes:3370764311 (3.1 GiB)
Interrupt:5 Base address:0xec00
Cheers
Travis
(oops ignore the last message I pressed submit by mistake)
Okay I do get something like the following when I type /sbin/ifconfig -a
eth0 Link encap:Ethernet HWaddr 00:12:79:56:22:74
BROADCAST MULTICAST MTU:1500 Metric:1
Rx packets:0 errors:0 dropped:0 overruns:0 frame:0
Tx packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
Rx bytes:0 (0.0 b) TX bytes:0 (0.0 b)
Interrupt:11
and when I type dmesg I get a very long output, can you tell me what I should be looking for to see the network card?
if you cant do with that read this please
http://www.linuxsolved.com
okay ignore waht I pasted when I type sbin/ifconfig -a
I had done that without being root
okay when I'm root, and type just ifconfig I get
ath0 Link encap:Ethernet HWaddr 00:11:85:1C:78:64
inet6 addr: fe80::211:85ff:fe1c:7864/6
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:199
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
Interrupt:11 Memory:62980000-62990000
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:3257 errors:0 dropped:0 overruns:0 frame:0
TX packets:3257 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:4349244 (4.1 MiB) TX bytes:4349244 (4.1 MiB)
Okay so when I type adsl-setup then it says:
"INTERFACE
Enter the Ethernet interface connected to the ADSL modem
For Linux, it will be ethX where 'X' is a number."
So what should I type in here?
THanks very much for your patience!!
What do you mean "sympatico is not adsl?" I am with sympatico basic, i.e. its not as fast as high speed
Okay thanks again for all your patience
Business Accounts
Answer for Membership
by: M_A_D_C_A_TPosted on 2005-09-21 at 18:09:41ID: 14933497
Hi
How is your modem connected to your PC (via USB or Ethernet)?
Does the Modem have a web-based interface that you can get to -something like 10.0.0.138 or 192.168.1.254
Does your automatically connect to your ISP or do you have to create a PPP connection on your PC?
Cheers
Travis