Forum     

Go Back   Digit Technology Discussion Forum > Software > Open Source
Register FAQ Calendar Mark Forums Read

Open Source A place where you can talk to like-minded people about the fastest growing software movement today! Discuss anything and everything about Open Source software and Operating Systems.


Closed Thread
 
LinkBack Thread Tools Display Modes
Old 05-11-2005, 07:24 PM   #1 (permalink)
left this forum longback
 
praka123's Avatar
 
Join Date: Sep 2005
Location: -
Posts: 7,536
Default Dataone Adsl in Debian Sarge 3.1..help


Hello i use Sarge 3.1 with Dataone using pppoe and configure with 'pppoeconf'.only problem is i need to brought up lan eth0 maually by running
Code:
debian:/home/prakash# ifconfig eth0 up
debian:/home/prakash# pon dsl-provider
Plugin rp-pppoe.so loaded.
here is my /etc/network/interfaces:
Code:
debian:/home/prakash# cat /etc/network/interfaces
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).

# The loopback network interface
auto lo
iface lo inet loopback

iface dsl-provider inet ppp
     provider dsl-provider
# please do not modify the following line
     pre-up /sbin/ifconfig eth0 up # line maintained by pppoeconf
While U noticed that 'pre-up /sbin/ifconfig eth0 up' is not working
I am using huawei mt880 modem/router.Somebody got it correctly?please help .........
praka123 is offline  
Advertisements. Register and be a member of the community to get rid of them.
Advertisement

Old 06-11-2005, 03:39 AM   #2 (permalink)
left this forum longback
 
praka123's Avatar
 
Join Date: Sep 2005
Location: -
Posts: 7,536
Default

So noone using Sarge n dsl?,..........
__________________
left this forum long back.Admin Can Delete this Account and posts Permanantly.Thank You
Get GNU/Linux - http://getgnulinux.org
praka123 is offline  
Old 07-11-2005, 09:33 AM   #3 (permalink)
left this forum longback
 
praka123's Avatar
 
Join Date: Sep 2005
Location: -
Posts: 7,536
Default

Hello All,I reconfigure network connexns and assigned IP addresses
for LAN etc and eth0 is starting at bootup.if i try 'pon dsl-provider', ppp0 is listed as active by ifconfig. however if i ran:
Code:
route add default ppp0
every time inorder to get connected
heres my /etc/network/interfaces:
Code:
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).

# The loopback network interface
auto lo 
iface lo inet loopback

# please do not modify the following line


# please do not modify the following line


iface eth0 inet static
name Ethernet LAN card
address 192.168.1.2
netmask 255.255.255.0
broadcast 192.168.1.255
network 192.168.1.0
gateway 192.168.1.1

auto eth0

iface dsl-provider inet ppp
     provider dsl-provider
# please do not modify the following line
     pre-up /sbin/ifconfig eth0 up # line maintained by pppoeconf
Please help me................
praka123 is offline  
Old 07-11-2005, 04:02 PM   #4 (permalink)
left this forum longback
 
praka123's Avatar
 
Join Date: Sep 2005
Location: -
Posts: 7,536
Default

Quote:
Originally Posted by prakash kerala
So noone using Sarge n dsl?,..........
praka123 is offline  
Old 08-11-2005, 12:27 AM   #5 (permalink)
Alpha Geek
 
Join Date: Feb 2004
Location: Belgaum
Posts: 745
Default

I dont see a point in bumping or quoting the same thing again.

If someone finds your post useful or has any questions,he/she will post.

I appreciate your work but I dont believe in "bumping" threads either.
__________________
The protection of a machine is a process & not a given -Duane Arnold.
www.Oobertech.net
Look ma my blog http://techhub.blogspot.com/
digen is offline  
Old 08-11-2005, 11:42 AM   #6 (permalink)
Alpha Geek
 
Satissh S's Avatar
 
Join Date: Mar 2005
Location: Chennai , India
Posts: 693
Default

@prakash: Don't laugh, but did you add the following in /etc/resolv.conf?
nameserver 61.1.96.69
nameserver 61.1.96.71

If so, plz forgive me i don't know the answer. :roll:
Satissh S is offline  
Old 08-11-2005, 02:45 PM   #7 (permalink)
left this forum longback
 
praka123's Avatar
 
Join Date: Sep 2005
Location: -
Posts: 7,536
Default

@Satissh S atleast u tried to help me that was gr8.

Solved.i deleted my username and passwd frm pap and chap files and dsl-provider file AND reinstalled old pppoe/pppoeconf debs.And now i can connect debian uses a diffrnt rp-pppoe way rather than same old RH way of adsl-start etc.
praka123 is offline  
Old 09-11-2005, 04:23 PM   #8 (permalink)
In The Zone
 
cool_dude_prav's Avatar
 
Join Date: Sep 2004
Location: Chennai
Posts: 353
Default

hmm... hey prakash,

I have a similar problem in Ubuntu... I configured pppoe using pppoeconf in sudo mode and set it to auto start during start up... Seems it is not doing so.... Any ideas?
__________________
The Bloglines of an Angry Indian -
www.angry-indian.com

If only life were as easy as Ctrl+Z (undo) and F4/Ctrl+Y (redo)...
cool_dude_prav is offline  
Old 09-11-2005, 10:12 PM   #9 (permalink)
left this forum longback
 
praka123's Avatar
 
Join Date: Sep 2005
Location: -
Posts: 7,536
Default

@Icool_dude_prav: Is your network starting at boot?also what ppp packages d u
installed for adsl @least ppp,pppoeconf needed.

For my case,i tinkered with webmin-adsl as a last resort editing pppoe paths etc and i removed webmin-adsl as its not able to configure properly.its got something todo with pppoe package as ubuntu works gr8 without it.
praka123 is offline  
Old 17-11-2005, 03:43 PM   #10 (permalink)
In The Zone
 
cool_dude_prav's Avatar
 
Join Date: Sep 2004
Location: Chennai
Posts: 353
Default

hmm... i have pppoe version is 1.5 i think

It did get started up at booting up only once...

So, must be I must play about with the settings, but by default, pppoeconf sets that the connection must be auto started at boot up.. So I wonder wat happened...
__________________
The Bloglines of an Angry Indian -
www.angry-indian.com

If only life were as easy as Ctrl+Z (undo) and F4/Ctrl+Y (redo)...
cool_dude_prav is offline  
Old 17-11-2005, 05:32 PM   #11 (permalink)
left this forum longback
 
praka123's Avatar
 
Join Date: Sep 2005
Location: -
Posts: 7,536
Default

post ur /etc/network/interfaces
praka123 is offline  
Closed Thread

Bookmarks

Thread Tools
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
Trackbacks are On
Pingbacks are On
Refbacks are On


 
Latest Threads
- by Charan
- by Charan
- by clmlbx

Advertisement




All times are GMT +5.5. The time now is 02:52 AM.


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

Search Engine Optimization by vBSEO 3.3.2