Re: eth configuration for dataone
Prakash Jose Kokkatt <[email protected]>
| Newsgroups | gmane.org.region.india.fsug-kochi |
|---|---|
| Message-ID | <[email protected]> |
MY setup is a single i915 board pc with on-board lan card
and i don't know anything about NetworKING!
this is my current Sarge /etc/network/interfaces:
prakash@debian:~$ cat /etc/network/interfaces
iface loopback
auto lo
iface lo inet loopback
address 127.0.0.1
netmask 255.0.0.0
broadcast 127.255.255.255
network 127.0.0.0
iface eth0 inet dhcp
name Ethernet LAN card
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
AND
my /etc/ppp/peers/dsl-provider:
debian:/home/prakash# cat /etc/ppp/peers/dsl-provider
# Minimalistic default options file for DSL/PPPoE connections
noipdefault
defaultroute
replacedefaultroute
hide-password
#lcp-echo-interval 30
#lcp-echo-failure 4
noauth
persist
#mtu 1492
usepeerdns
plugin rp-pppoe.so eth0
user "xxxxx"
On 7/28/05, Prakash Jose Kokkatt <[email protected]> wrote:
> THIS IS FOR DEBIAN PPPOE only not for REDHAT!
>
> On 7/28/05, Shakthi Kannan <shakthimaan-/[email protected]> wrote:
> > Hi,
> >
> > --- "Mahesh T. Pai" <[email protected]> wrote:
> > > You need the following stanza in
> > > /etc/network/interfaces (in addition
> > > to the `auto ppp0'' added by pppoeconf.
> >
> > Why do you need to modify these?
> >
> > Simply use adsl-setup to configure pppoe in your
> > system, and connect using adsl-start.
> >
> > My documentation (for reference):
> >
> > http://www.shakthimaan.com -> BSNL DataOne
> >
> > SK
> >
> > --
> > proudly anti-micro$oft
> > ------------------------------------------------------------
> > Shakthi Kannan, MS
> > Software Engineer, Specsoft (Hexaware Technologies)
> > [E]: shakthimaan-/[email protected] [M]: (91) 98407-87007
> > [W]: http://www.shakthimaan.com [L]: Chennai, India
> > ------------------------------------------------------------
> >
> >
> >
> > ____________________________________________________
> > Start your day with Yahoo! - make it your home page
> > http://www.yahoo.com/r/hs
> >
> >
> > _______________________________________________
> > FSUG-Kochi-Discuss mailing list
> > FSUG-Kochi-Discuss-8H24Gfgyrqprzt3WPRo2bV6hYfS7NtTn@public.gmane.org
> > http://puggy.symonds.net/cgi-bin/mailman/listinfo/fsug-kochi-discuss
> >
>