Sincere Thanks!

Orville



> Ok here's the translation 
> It's not written for an usb modem nor for your provider
> But I suppose the approach is the same.
> Anyway I hope it is of use to you
> 
> Please note this howto wasn't written by me I only translated it
> (quickly and poorly I may add)
> 
> 
> E-Smith MxStream ADSL HOWTO 
> 
> This manual allows you to use E-smith 4.1.2 in combination with MxStream
> 
> Requirements:
> 
> - E-Smith 4.1.2 
> - A Mxstream account
> - 2 network interfaces
> - An old pc with at least a 60 mhz processor and 32 mb internal memory
> - ADSL4Linux tools ( make sure you downloaded them)
> - Your provider data
> - optionally a hub
> 
> What you should know already:
> 
> You have a basic understanding of networks, appliances and some
> technical insight. 
> You know how to use mcedit or another text editor
> And have a working e-smith install.
> 
> 6 steps
> 
> 
> step 1:
> 
> make sure the 1st network card (eth0) is connected to the local network
> (accept the default settings of 192.168.1.1) you can allways change
> these later on)
> The second networkcard (eth1) should be connected to the external
> network ( the modem).
> You should assign ip 10.0.0.100 to the 1st network card. The gateway
> should be set to 10.0.0.138
> If all went well you should now be able to ping the modem
> log in as root and exectute the following command
> ping 10.0.0.138 (if this doesnt work, swap the cables of the 2 network
> cards and try again)
> There should be no error other than 'Warning: no SO_TIMESTAMP support,
> falling back to SIOCGSTAMP'. 
> 
> Step 2:
> 
> Log in to the e-smith manager (directing your browser to
> http://192.168.1.1/e-smith-manager) and go to the option 'local 
> networks' add a local network with the following settings
> 
> Network address: 10.0.0.0 
> Subnet mask: 255.255.255.0 
> You needn't fill in the router
> Now click add
> 
> 
> Step 3:
> 
> Install ADSL4Linux.
> Download the following files:
> 
> http://www.e-smith.nl/download/install.sh 
> http://www.e-smith.nl/download/ADSL4Linux-1.07.tar.gz 
> 
> (you can use a floppy for this)
> Execute the following commands in the directory in wich you placed the
> files
> 
> chmod +x install.sh 
> ./install.sh 
> 
> Now you have to enter the login/password for your Mxstream account and
> you can install ADSL4Linux
> ATTENTION!
> Included in the ADSL4Linux package you will find an automatic
> configuration script for your modem. This only works
> when both GCC and MAKE have been installed. These programs are not
> installed by default.
> But normally you won't have to use this script
> Now execute the following command
> 
> adsl start
> 
> Now you should be up and going, if your internet connection doesn't work
> now, it is no use continuing, look at 
> http://www.adsl4linux.nl for more information
> 
> Step 4:
> 
> Making changes in the perl scripts
> Excute the following sequence of commands as root
> 
> 
> mkdir /etc/e-smith/templates-custom/etc 
> mkdir /etc/e-smith/templates-custom/etc/sysconfig 
> mkdir /etc/e-smith/templates-custom/etc/sysconfig/network-scripts 
> mkdir
> /etc/e-smith/templates-custom/etc/sysconfig/network-scripts/ifcfg-eth1 
> 
> 
> cd /etc/e-smith/templates/etc/sysconfig/network-scripts/ifcfg-eth1/ 
> cp template-begin
> /etc/e-smith/templates-custom/etc/sysconfig/network-scripts/ifcfg-eth1 
> Change the following lines in file (using vi or mcedir)
> /etc/e-smith/templates-custom/etc/sysconfig/network-scripts/ifcfg-eth1/t
> emplate-begin 
> on line 39: 'ExternalIP' change to 'MxStreamIP' 
> on line 40: 'ExternalNetmask' change to 'MxStreamNetmask' 
> 
> Step 5:
> 
> Making changes in the perl scripts
> Excute the following sequence of commands as root
> 
> mkdir /etc/e-smith/templates-custom/etc/rc.d 
> mkdir /etc/e-smith/templates-custom/etc/rc.d/init.d 
> mkdir /etc/e-smith/templates-custom/etc/rc.d/init.d/masq 
> cd /etc/e-smith/templates/etc/rc.d/init.d/masq 
> cp 15Definitions /etc/e-smith/templates-custom/etc/rc.d/init.d/masq 
> 
> Change the following lines in file:
> /etc/e-smith/templates-custom/etc/rc.d/init.d/masq/15Definitions
> on line 22: $Outerif = "eth1" change to '$Outerif = "ppp0"
> 
> 
> Step 6:
> 
> Excute the following sequence of commands as root
> 
> /sbin/e-smith/config set MxStreamIP 10.0.0.100 
> /sbin/e-smith/config set MxStreamNetmask 255.255.255.0 
> 
> /sbin/route -n 
> This command will show what routes are available. Notice what ip is
> assigned to be the default gateway
> (should be the last line in the list), use this ip in the following
> command
> /sbin/e-smith/config set GatewayIP 
> /sbin/e-smith/signal-event console-save 
> 
> Now enter the ip-adress of your adsl modem in following command, you can
> find out wich ip is assigned to your modem 
> by executing ifconfig and taking notice of the ip assigned to adapter
> ppp0
> /sbin/e-smith/signal-event ip-change
> This may take a while on older machines
> 
> Finally execute
> echo 'adsl start' >> /etc/rc.d/rc.local 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> -----Original Message-----
> From: Orville Carter [mailto:[EMAIL PROTECTED]] 
> Sent: maandag 3 september 2001 15:58
> To: Jelmer
> Cc: [EMAIL PROTECTED]
> Subject: Re: [e-smith-devinfo] USB ECI ADSL Modem ....
> 
> > You can download alcatel speedtoch usb drivers at:
> >
> > http://www.adsl4linux.nl/get_usb.shtml
> >
> > A howto on how to set this up can be found at:
> >
> > http://www.e-smith.nl/sections.php?op=viewarticle&artid=1
> >
> > This howto seems to work just fine, however it's in Dutch. However I
> > believe you can still make it out , if not let me know and I'll write
> a
> > quick and dirty translation
> >
> Jelmer,
> That "quick and dirty" translation would be appreciated. I can follow
> some
> of the text,...
> but it looks like Greek to me :-).
> 
> Orville
> NYC
> 
> 
> --
> Please report bugs to [EMAIL PROTECTED]
> Please mail [EMAIL PROTECTED] (only) to discuss security issues
> Support for registered customers and partners to [EMAIL PROTECTED]
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> Archives by mail and
> http://www.mail-archive.com/devinfo%40lists.e-smith.org
> 
> 
> 


--
Please report bugs to [EMAIL PROTECTED]
Please mail [EMAIL PROTECTED] (only) to discuss security issues
Support for registered customers and partners to [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Archives by mail and http://www.mail-archive.com/devinfo%40lists.e-smith.org

Reply via email to