[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: PPPOE setup problems



REPLY Nick Jennings wrote:
~~~~~~~~~~~~~~~~~~~~~~~~~~

Hi!

This is the best resolution !

pit:~# cat /etc/network/interfaces
# /etc/network/interfaces -- configuration file for ifup(8), ifdown(8)

# The loopback interface
iface lo inet loopback

# The first network card - this entry was created during the Debian
installation# (network, broadcast and gateway are optional)

 iface eth1 inet static
        address 10.0.0.2
        netmask 255.0.0.0
        network 10.0.0.0
        broadcast 10.255.255.255

 iface eth0 inet static
        address 10.0.0.1
        netmask 255.0.0.0
        network 10.0.0.0
        broadcast 10.255.255.255


and:


1. 
~~~~~~~~
             (Point to Point Protocolt).

             pit:~# cd /usr/src/linux/
             pit:/usr/src/linux# make menuconfig

           Network device support  --->
                        <M> PPP (point-to-point) support

2.
~~~~~~~~
apt-get install pppoe


3.
~~~~~~~

/etc/ppp/pap-secrets

someone@somebody.org       somebody.org         password

4.
~~~~~~~

 The end of /etc/init.d/network file, write this:

                        ifconfig eth0 up
5.
~~~~~~~

Edit /etc/ppp/peers/dsl-provider   file.


  user  someone@somebody.org

6.
~~~~~~~

 Edit  /etc/init.d/ppp file, search the 'start' section.


search
                        pppd call provider
update
			pppd call dsl-provider

7.
~~~~~~~

If you like the DSL connect start up at boot time type this !

              touch /etc/ppp/ppp_on_boot

8.
~~~~~~~
/etc/init.d/ppp start         - dsl connect 
/etc/init.d/ppp stop 	      - dsl disconnect :)

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

if U like some masquerading :) --> I have some good tips :)


byte PiT
-- 

~~~~~--==    WH.HU    ==--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 ICQ :18353877
 E-mail: mailto:pit@wh.hu
 URL: http://www.wh.hu                                            P|T



Reply to: