PDA

View Full Version : Configure adsl in fedora5


palmero
2007-01-31, 04:22 AM CST
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.

Nels664868
2007-01-31, 05:06 AM CST
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

palmero
2007-01-31, 01:22 PM CST
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......

Nels664868
2007-01-31, 06:08 PM CST
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

palmero
2007-02-01, 06:53 AM CST
DHCP option is inactivated, nic is a Devicom semiconductor, router is a D-Link DSL-G604T

palmero
2007-02-01, 02:45 PM CST
I have now activated dhcp option but still no connection is made to my isp

Nels664868
2007-02-01, 03:51 PM CST
open a terminal(Accessories>Terminal)
type su
your root password
type /sbin/ifconfig
you should see something like this
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 /sbin/route
this should come back
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

palmero
2007-02-02, 10:39 AM CST
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

Nels664868
2007-02-03, 06:03 AM CST
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

palmero
2007-02-03, 07:03 AM CST
under eth0 is info

Inte6 addr:fe80::208:a1ff:fe28:488d/64 scope:link

palmero
2007-02-15, 02:22 AM CST
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?