Who is he? Bio (basically the same, just more personal detail) How can he benefit me as a financial advisor?
What is his
perspective on investing? Investment portfolios
beating the market (.pdf format) How we are swimming in
a sinking US dollar. What articles has he published on
management? Investigating
problems in the workplace (.pdf format) Mentoring,
correcting, and disciplining employees An inside look
at a peer evaluation system Examples of Websites created,
maintained, and promoted:
|
/etc/ppp/pap-secrets This gives the computer the user
names and passwords for your ISDN ISPs.
/etc/ppp/chap-secrets This gives the computer the user
names and passwords for your ISDN ISPs. CHAP authentication is
used by some ISPs like, I understand, British Telecom.
We have now
created -
Fiddly bits It seems that
some part of the system does not create routes correctly. On a RedHat
5.2 system with a 2.0.36 kernel and ISDN patches applied there are less
problems with spurious routes being created than with the 2.2.12 &
2.2.13 kernels and ISDN4linux.
The routes direct the IP traffic to the correct place. For `dial-on-demand' you must have the default route set to ippp0 before the link comes up or nothing happens. We have added a default route as the last line of the `isdnup' script. However, once the link is up, this route goes away and other routes are added!!. Make sure you have only one default route. You can see this problem being discussed frequently on the isdn4linux newsgroup `de.alt.comp.isdn4linux', and in the FAQ that comes with isdn4linux. My solution is to use /etc/ppp/ip-up.local, and /etc/ppp/ip-down.local. The ip-up.local script should be called from ip-up after the link to your ISP is brought up, whereas the ip-down.local script is called by ip-down when the link dies. These files don't always exist, so create them. They must be executable, and have #!/bin/bash as the first line. (Yes, you must include the #) /etc/ppp/ip-up.local:ip-up.local is only under RedHat the correct file name; all of the other distributions use only one file: ip-up.
Edit /etc/ppp/ip-up.local to include -
Because this script is run whenever the link is brought up using any of the interfaces, it is important to only add the default route for the interface that requires it. The ip-up.local and ip-down.local scripts are passed certain parameters when they are called. The first parameter is the interface. This script tests for ippp0 and only adds a default route if that is true. Make sure there are spaces either side of the square brackets and the = sign. These scripts do not have any knowledge of your path, so include the full path to the command. See `man ipppd' for more details. When the link is disconnected you must remove the routes that were added when the link came up, otherwise the system will not be in the correct state to initiate the link again.
/etc/ppp/ip-down.local:ip-down.local is the RedHat specific location; if you have a different distribution use ip-down instead.
Edit /etc/ppp/ip-down.local to include -
NOTE: Do make sure that when the link comes up you have only one default route.
To initiate the link To start the
link - load the driver with `loadhisax'. Once this is loaded it is not
usually necessary to unload it.
Set-up the ippp0 interface by running `isdnup'. The ippp0 interface will be added, and if you have 'isdnctrl dialmode ippp0' set to auto, then opening a browser and selecting a webpage should cause the link to be created. If `isdnctrl
dialmode ippp0' is set to manual, type `isdnctrl dial ippp0', and the
system will dial the number defined in the `isdnctrl addphone'
statement. Do make sure
you have the IP numbers for your ISP's nameservers in /etc/resolv.conf. Other pages:Introduction
Configuration files Execution & options files Password files "Bells, whistles" & Troubleshooting Understanding your debug file
|
||||||||||||
e-mail: Y!messenger ID: laurent_labrie | |||||||||||||
"A good manager is a man who
isn't worried about his own career but rather the careers of those who
work for him... Don't worry about yourself! Take care of those who
work for you and you'll float to greatness on their achievements."---HSM
Burns
Copyright Laurent J. LaBrie 2004-2006 |