Fedora Linux Support Community & Resources Center
  #1  
Old 31st January 2007, 11:22 AM
palmero Offline
Registered User
 
Join Date: Jan 2007
Posts: 9
Configure adsl in fedora5

Im a beginner in Linux and fedora just have installed it, like it so far, now to my question, how do i configure my adls internet access? Please be specific what to do.

Thanks in advance
palmero.
Reply With Quote
  #2  
Old 31st January 2007, 12:06 PM
Nels664868's Avatar
Nels664868 Offline
Registered User
 
Join Date: May 2005
Location: Greensboro, NC
Age: 52
Posts: 149
Hello palmero,
Click on System>Administration>Network
type in your root password
in the network window click on new
select XDSL and click forward
fill in the form and clck forward

nels
__________________
AMD64 2800+, nForce3 250, 768M, FC6
AMD XP2000+,Via K400, 512M, FC6
Pegasos II, G4 1.0Ghz, 512M, 7x boot Morphos1.4.5/Debian 5.1/YD 4.01/FC6/FC10/Ubuntu9.4/Freevo
AMD Athlon 1.0Ghz, GA 7ZM, 512M, FC6
PowerMac QuickSilver, G4 733Mhz, 768M, OSX 10.4, FC6
Reply With Quote
  #3  
Old 31st January 2007, 08:22 PM
palmero Offline
Registered User
 
Join Date: Jan 2007
Posts: 9
i have no username and password then i connect to internet, im always connected, what to do now, my new connection i made doesnt connect. only errormessage i get is cant activate the networkunit......
Reply With Quote
  #4  
Old 1st February 2007, 01:08 AM
Nels664868's Avatar
Nels664868 Offline
Registered User
 
Join Date: May 2005
Location: Greensboro, NC
Age: 52
Posts: 149
Sorry, the newer dsl modems act as a firewall/server
Open the Network Configuration window
select the ethernet device that is connected to your dsl modem and click edit
in the edit window select 'Automatically obtain IP address settings with: dhcp"
then click OK
click File >Save
if the device is 'Active" cilck Deactivate then Activate
close network config
and try your browser
if this does not work, please give a detailed description of your computer and the dsl modem

nels
__________________
AMD64 2800+, nForce3 250, 768M, FC6
AMD XP2000+,Via K400, 512M, FC6
Pegasos II, G4 1.0Ghz, 512M, 7x boot Morphos1.4.5/Debian 5.1/YD 4.01/FC6/FC10/Ubuntu9.4/Freevo
AMD Athlon 1.0Ghz, GA 7ZM, 512M, FC6
PowerMac QuickSilver, G4 733Mhz, 768M, OSX 10.4, FC6
Reply With Quote
  #5  
Old 1st February 2007, 01:53 PM
palmero Offline
Registered User
 
Join Date: Jan 2007
Posts: 9
Adsl Dhcp

DHCP option is inactivated, nic is a Devicom semiconductor, router is a D-Link DSL-G604T
Reply With Quote
  #6  
Old 1st February 2007, 09:45 PM
palmero Offline
Registered User
 
Join Date: Jan 2007
Posts: 9
I have now activated dhcp option but still no connection is made to my isp
Reply With Quote
  #7  
Old 1st February 2007, 10:51 PM
Nels664868's Avatar
Nels664868 Offline
Registered User
 
Join Date: May 2005
Location: Greensboro, NC
Age: 52
Posts: 149
open a terminal(Accessories>Terminal)
type
Code:
 su
your root password
type
Code:
/sbin/ifconfig
you should see something like this
Code:
eth0      Link encap:Ethernet  HWaddr 00:0B:2F:5B:0F:EF  
          inet addr:192.168.1.2 Bcast:192.168.1.255  Mask:255.255.255.0
          inet6 addr: fe80::20b:2fff:fe5b:fef/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:25478036 errors:0 dropped:0 overruns:0 frame:0
          TX packets:13933370 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:2948687183 (2.7 GiB)  TX bytes:1567718076 (1.4 GiB)
          Interrupt:9 Base address:0x6800 

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:2889 errors:0 dropped:0 overruns:0 frame:0
          TX packets:2889 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0 
          RX bytes:6954153 (6.6 MiB)  TX bytes:6954153 (6.6 MiB)
if yes type
Code:
/sbin/route
this should come back
Code:
Kernel IP routing table
Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
192.168.1.0     *               255.255.255.0   U     0      0        0  eth0
default         192.168.1.1      0.0.0.0        UG    0      0         0  eth0
if not list what is printed

nels
__________________
AMD64 2800+, nForce3 250, 768M, FC6
AMD XP2000+,Via K400, 512M, FC6
Pegasos II, G4 1.0Ghz, 512M, 7x boot Morphos1.4.5/Debian 5.1/YD 4.01/FC6/FC10/Ubuntu9.4/Freevo
AMD Athlon 1.0Ghz, GA 7ZM, 512M, FC6
PowerMac QuickSilver, G4 733Mhz, 768M, OSX 10.4, FC6

Last edited by Nels664868; 1st February 2007 at 10:54 PM.
Reply With Quote
  #8  
Old 2nd February 2007, 05:39 PM
palmero Offline
Registered User
 
Join Date: Jan 2007
Posts: 9
This is what what is printed in terminal

Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
169.254.0.0 * 255.255.255.0 U 0 0 0 lo
Reply With Quote
  #9  
Old 3rd February 2007, 01:03 PM
Nels664868's Avatar
Nels664868 Offline
Registered User
 
Join Date: May 2005
Location: Greensboro, NC
Age: 52
Posts: 149
ok, that shows that no gateway is set .
but, what is the ip address set to ?
the ifconfig command will tell, look for 'inet addr:192.168.1.2' under eth0
if the adress is the same then type
/sbin/route add default gw 192.168.1.1 eth0
if the address is differnt then list the address here

also have you set up the dsl modem to be a dhcp server if not read the manual
can't find the manual? then google D-Link DSL-G604T
check this out. it will make things simpler.

nels
__________________
AMD64 2800+, nForce3 250, 768M, FC6
AMD XP2000+,Via K400, 512M, FC6
Pegasos II, G4 1.0Ghz, 512M, 7x boot Morphos1.4.5/Debian 5.1/YD 4.01/FC6/FC10/Ubuntu9.4/Freevo
AMD Athlon 1.0Ghz, GA 7ZM, 512M, FC6
PowerMac QuickSilver, G4 733Mhz, 768M, OSX 10.4, FC6
Reply With Quote
  #10  
Old 3rd February 2007, 02:03 PM
palmero Offline
Registered User
 
Join Date: Jan 2007
Posts: 9
ipinfo

under eth0 is info

Inte6 addr:fe80::208:a1ff:fe28:488d/64 scope:link
Reply With Quote
  #11  
Old 15th February 2007, 09:22 AM
palmero Offline
Registered User
 
Join Date: Jan 2007
Posts: 9
Dhcp

DHCP is set up and working, i have now installed Fedora on another computer to, that computer is running windows as well and its working in windows but not in fedora, what more can be done?
Reply With Quote
Reply

Tags
adsl, configure, fedora5

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
need help with configure ADSL morta Servers & Networking 9 22nd November 2009 11:45 PM
How to configure autostart ADSL connection? LeHardi Servers & Networking 4 23rd October 2005 01:47 PM


Current GMT-time: 11:06 (Wednesday, 19-06-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat