[Précédent (date)] [Suivant (date)] [Précédent (sujet)] [Suivant (sujet)] [Index par date] [Index par sujet]
Sympatico Edition Haute Vitesse
- To:
- Subject: Sympatico Edition Haute Vitesse
- From: Bibliotheque Multuculturelle 1 <>
- Date: Wed, 10 May 2000 18:09:35 -0400
Bonjour bonjour,
Sa fait a-peu-près 10 jour que j'ai Linux et j'y suis tout perdu. Ma
première priorité et de pouvoir me connecter à Sympatico HSE sous Linux.
J'ai lu tout les question-réponses sur se sujet mais je n'y comprend
rien. J'ai besion d'instruction "pas-à-pas" pour y arriver. Merci !!!
N.B Je possède WinLinux c.-à-d. que je doit reebooter ma machine après
chaque démarage de Windows98)
P.S. Pouvez vous m'avertir d'une réponse : [email protected]
P.S. Voici le genre d'instruction qu'on m'a donner avec les quelles j'ai
échoué (car je ne suis pas bilingue) :
Here are the steps you need to take:
cd /usr/src
tar xvfz (path to pppoed-0.44.tgz)
rm linux
tar xvfz (path to linux-2.2.14.tar.gz)
mv linux linux-pppoed
ln -s linux-pppoed linux
cd linux
cat /usr/src/pppoed-0.44/kernel-patches/2214-pppox | patch -b -p1
make menuconfig
(select processor type you have and the other device drivers you need)
(in "Networking options" select "IP: firewalling" and "IP:
masquerading")
(in "Network device support" select "tty support for pppox")
(use the "y" key to select these items and build it into the kernel)
(don't forget to select your ethernet card driver as a module)
(also select PPP, SLIP, and header compression for SLIP)
make dep
make bzImage
make modules
make modules_install
cp arch/i386/boot/bzImage /boot/bzImage-pppoed
cp System.map /boot/System.map-pppoed
rm /boot/System.map
ln -s /boot/System.map-pppoed /boot/System.map
mkinitrd /boot/initrd-pppoed.img 2.2.14
vi /etc/lilo.conf
(add an image for the new kernel, here is my lilo.conf)
lilo
cd /usr/src/pppoed-0.44/
make realclean
make dev
make depend
make
make install
cd /usr/src/
tar xvfz pppoed-0.44/contribs/mssclampfw-1.2.tar.gz
cd mssclampfw-1.2
make install
shutdown -r now
when the machine comes back up login as root and setup the file
/etc/ppp/options and /etc/ppp/pap-secrets
start the network with the following script: hse-network.sh
start masquerading with the following script: hse-simple.sh
(you may want to call the last two scripts in /etc/rc.d/rc.local so it
will be executed on every reboot)