* Automatic dialing in Linux
@ Victor Tsaran
` Chuck Hallenbeck
0 siblings, 1 reply; 11+ messages in thread
From: Victor Tsaran @ UTC (permalink / raw)
To: speakup
Hi, listers!
I am trying to configure the automatic dialing feature in RedHat6.1. I
tried to use both their built-in tools, Linuxconf, and and diald program,
but nothing works. My PPP0 interface is configured properly and I can
start the connection by just activating the script. However, it would be
very nice if I got the automatic dialing feature working so that if any
application requests INET sockets, the PPP dial0up would kick in.
Best,
Victor
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: Automatic dialing in Linux
Automatic dialing in Linux Victor Tsaran
@ ` Chuck Hallenbeck
` Victor Tsaran
0 siblings, 1 reply; 11+ messages in thread
From: Chuck Hallenbeck @ UTC (permalink / raw)
To: speakup
Hi Vic -
I got 'diald' working okay with my Slackware 4.0 distribution. When I
signed up on their email discussion list for a while, it seemed to me that
the recent releases, which all seemed to be oriented toward redhat, were
having lots of problems. I was using an older version that worked fine
with Slackware right out of the box, so I dropped off the list. Not sure
if I can help you or not, but will be happy to try. Have you got slip and
ppp support both compiuled into your kernel? That's critical.
Chuck.
On Mon, 27 Mar 2000, Victor Tsaran wrote:
> Hi, listers!
> I am trying to configure the automatic dialing feature in RedHat6.1. I
> tried to use both their built-in tools, Linuxconf, and and diald program,
> but nothing works. My PPP0 interface is configured properly and I can
> start the connection by just activating the script. However, it would be
> very nice if I got the automatic dialing feature working so that if any
> application requests INET sockets, the PPP dial0up would kick in.
>
> Best,
> Victor
>
>
>
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup
>
My web site is http://www.mhonline.net/~chuckh (I C Q = 67363342)
"They that can give up essential liberty to obtain a little temporary
safety deserve neither liberty nor safety." -- Benjamin Franklin, 1759.
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: Automatic dialing in Linux
` Victor Tsaran
@ ` Chuck Hallenbeck
` Chuck Hallenbeck
` Victor Tsaran
0 siblings, 2 replies; 11+ messages in thread
From: Chuck Hallenbeck @ UTC (permalink / raw)
To: speakup
That should not be a problem. You just give a 'private network' number for
each, and specify 'dynamic' in your diald.conf file. The docs suggest
using 192.168.0.1 and 192.168.0.2 if they are not already in use. The
'dynamic' option lets the software replace those phoney addresses with the
assigned ones when your ISP reports them during the signon process.
Chuck.
On Mon, 27 Mar 2000, Victor Tsaran wrote:
> Yes, they're both in the kernel. I belive I have a problem with local and
> remote IP's. The reason is that I am assigned dynamic IP's on both sides. That
> is, my ISP assigns IP's for both local and remote terminals.
> Regards,
> Vic
> Thanks for help.
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: Automatic dialing in Linux
` Chuck Hallenbeck
@ ` Chuck Hallenbeck
` Christopher Moore
` Victor Tsaran
` Victor Tsaran
1 sibling, 2 replies; 11+ messages in thread
From: Chuck Hallenbeck @ UTC (permalink / raw)
To: speakup
Victor -
As a follow up, here is a copy of my 'diald.conf' file that shows what
works for me:
mode ppp
connect "/usr/sbin/chat -f /etc/ppp/pppscript"
device /dev/ttyS2
speed 115200
modem
lock
crtscts
local 192.168.0.1
remote 192.168.0.2
dynamic
defaultroute
redial-timeout 3
include /etc/diald/standard.filter
Regards - Chuck.
My web site is http://www.mhonline.net/~chuckh (I C Q = 67363342)
"They that can give up essential liberty to obtain a little temporary
safety deserve neither liberty nor safety." -- Benjamin Franklin, 1759.
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: Automatic dialing in Linux
` Chuck Hallenbeck
@ ` Victor Tsaran
` Chuck Hallenbeck
0 siblings, 1 reply; 11+ messages in thread
From: Victor Tsaran @ UTC (permalink / raw)
To: speakup
Yes, they're both in the kernel. I belive I have a problem with local and
remote IP's. The reason is that I am assigned dynamic IP's on both sides. That
is, my ISP assigns IP's for both local and remote terminals.
Regards,
Vic
Thanks for help.
----- Original Message -----
From: "Chuck Hallenbeck" <chuckh@mhonline.net>
To: <speakup@braille.uwo.ca>
Sent: Monday, March 27, 2000 7:54 AM
Subject: Re: Automatic dialing in Linux
| Hi Vic -
|
| I got 'diald' working okay with my Slackware 4.0 distribution. When I
| signed up on their email discussion list for a while, it seemed to me that
| the recent releases, which all seemed to be oriented toward redhat, were
| having lots of problems. I was using an older version that worked fine
| with Slackware right out of the box, so I dropped off the list. Not sure
| if I can help you or not, but will be happy to try. Have you got slip and
| ppp support both compiuled into your kernel? That's critical.
|
| Chuck.
|
|
| On Mon, 27 Mar 2000, Victor Tsaran wrote:
|
| > Hi, listers!
| > I am trying to configure the automatic dialing feature in RedHat6.1. I
| > tried to use both their built-in tools, Linuxconf, and and diald program,
| > but nothing works. My PPP0 interface is configured properly and I can
| > start the connection by just activating the script. However, it would be
| > very nice if I got the automatic dialing feature working so that if any
| > application requests INET sockets, the PPP dial0up would kick in.
| >
| > Best,
| > Victor
| >
| >
| >
| > _______________________________________________
| > Speakup mailing list
| > Speakup@braille.uwo.ca
| > http://speech.braille.uwo.ca/mailman/listinfo/speakup
| >
|
| My web site is http://www.mhonline.net/~chuckh (I C Q = 67363342)
| "They that can give up essential liberty to obtain a little temporary
| safety deserve neither liberty nor safety." -- Benjamin Franklin, 1759.
|
|
| _______________________________________________
| Speakup mailing list
| Speakup@braille.uwo.ca
| http://speech.braille.uwo.ca/mailman/listinfo/speakup
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: Automatic dialing in Linux
` Chuck Hallenbeck
` Chuck Hallenbeck
@ ` Victor Tsaran
1 sibling, 0 replies; 11+ messages in thread
From: Victor Tsaran @ UTC (permalink / raw)
To: speakup
Hi, Chuck!
yes, exactly. Now, my 192.168.0.1 and 0.2 are already in use, so I gave it 0.3
and 0.4. But it still doesn't work. I guess, I have to check more carfully
into the settings.
I'll let you know more on the progress.
Regards,
Vic
----- Original Message -----
From: "Chuck Hallenbeck" <chuckh@mhonline.net>
To: <speakup@braille.uwo.ca>
Sent: Monday, March 27, 2000 10:17 AM
Subject: Re: Automatic dialing in Linux
|
| That should not be a problem. You just give a 'private network' number for
| each, and specify 'dynamic' in your diald.conf file. The docs suggest
| using 192.168.0.1 and 192.168.0.2 if they are not already in use. The
| 'dynamic' option lets the software replace those phoney addresses with the
| assigned ones when your ISP reports them during the signon process.
|
| Chuck.
|
|
|
| On Mon, 27 Mar 2000, Victor Tsaran wrote:
|
| > Yes, they're both in the kernel. I belive I have a problem with local and
| > remote IP's. The reason is that I am assigned dynamic IP's on both sides.
That
| > is, my ISP assigns IP's for both local and remote terminals.
| > Regards,
| > Vic
| > Thanks for help.
|
|
| _______________________________________________
| Speakup mailing list
| Speakup@braille.uwo.ca
| http://speech.braille.uwo.ca/mailman/listinfo/speakup
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: Automatic dialing in Linux
` Chuck Hallenbeck
@ ` Christopher Moore
` Chuck Hallenbeck
` Victor Tsaran
1 sibling, 1 reply; 11+ messages in thread
From: Christopher Moore @ UTC (permalink / raw)
To: speakup
Chuck,
Where is the demand dialing documented? I think slackware changed
versions of PPPD which may explain why it works in 4.0 but not in 7.0.
Chris
w1gm@sdf.lonestar.org
SDF Public Access UNIX System - http://sdf.lonestar.org
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: Automatic dialing in Linux
` Christopher Moore
@ ` Chuck Hallenbeck
0 siblings, 0 replies; 11+ messages in thread
From: Chuck Hallenbeck @ UTC (permalink / raw)
To: speakup
Hi Chris -
There are a bunch of man pages that were installed when the software was
installed. I think there was also a lengthy 'readme' and a 'faq' too. I
guess sometimes progress is not a srtep forward! Shall I send you copies
of the man pages? or the other documentation?
Chuck.
On Mon, 27 Mar 2000, Christopher Moore wrote:
> Chuck,
> Where is the demand dialing documented? I think slackware changed
> versions of PPPD which may explain why it works in 4.0 but not in 7.0.
> Chris
>
> w1gm@sdf.lonestar.org
> SDF Public Access UNIX System - http://sdf.lonestar.org
>
>
>
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup
>
My web site is http://www.mhonline.net/~chuckh (I C Q = 67363342)
"They that can give up essential liberty to obtain a little temporary
safety deserve neither liberty nor safety." -- Benjamin Franklin, 1759.
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: Automatic dialing in Linux
` Chuck Hallenbeck
` Christopher Moore
@ ` Victor Tsaran
` Chuck Hallenbeck
1 sibling, 1 reply; 11+ messages in thread
From: Victor Tsaran @ UTC (permalink / raw)
To: speakup
Hey, Chuck!
Thanks a lot. It seems like my diald.conf looks pretty much the same, except
for the chat script location, which is logical, and IP addresses. Perhaps
something is wrong inside my chatscript.
Regards,
Vic
----- Original Message -----
From: "Chuck Hallenbeck" <chuckh@mhonline.net>
To: <speakup@braille.uwo.ca>
Sent: Monday, March 27, 2000 10:22 AM
Subject: Re: Automatic dialing in Linux
| Victor -
|
| As a follow up, here is a copy of my 'diald.conf' file that shows what
| works for me:
|
| mode ppp
| connect "/usr/sbin/chat -f /etc/ppp/pppscript"
| device /dev/ttyS2
| speed 115200
| modem
| lock
| crtscts
| local 192.168.0.1
| remote 192.168.0.2
| dynamic
| defaultroute
| redial-timeout 3
| include /etc/diald/standard.filter
|
|
| Regards - Chuck.
|
| My web site is http://www.mhonline.net/~chuckh (I C Q = 67363342)
| "They that can give up essential liberty to obtain a little temporary
| safety deserve neither liberty nor safety." -- Benjamin Franklin, 1759.
|
|
| _______________________________________________
| Speakup mailing list
| Speakup@braille.uwo.ca
| http://speech.braille.uwo.ca/mailman/listinfo/speakup
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: Automatic dialing in Linux
` Victor Tsaran
@ ` Chuck Hallenbeck
` Victor Tsaran
0 siblings, 1 reply; 11+ messages in thread
From: Chuck Hallenbeck @ UTC (permalink / raw)
To: speakup
Victor -
You can usually see the details of your chat script dialog in
/var/log/messages for debugging purposes, and don't forget your 'diald'
program has a debug option too. The docs recommend doing "debug 31" to
dump that stuff into the /var/log/messages file too.
Chuck.
On Mon, 27 Mar 2000,
Victor Tsaran wrote:
> Hey, Chuck!
> Thanks a lot. It seems like my diald.conf looks pretty much the same, except
> for the chat script location, which is logical, and IP addresses. Perhaps
> something is wrong inside my chatscript.
> Regards,
> Vic
>
> ----- Original Message -----
> From: "Chuck Hallenbeck" <chuckh@mhonline.net>
> To: <speakup@braille.uwo.ca>
> Sent: Monday, March 27, 2000 10:22 AM
> Subject: Re: Automatic dialing in Linux
>
>
> | Victor -
> |
> | As a follow up, here is a copy of my 'diald.conf' file that shows what
> | works for me:
> |
> | mode ppp
> | connect "/usr/sbin/chat -f /etc/ppp/pppscript"
> | device /dev/ttyS2
> | speed 115200
> | modem
> | lock
> | crtscts
> | local 192.168.0.1
> | remote 192.168.0.2
> | dynamic
> | defaultroute
> | redial-timeout 3
> | include /etc/diald/standard.filter
> |
> |
> | Regards - Chuck.
> |
> | My web site is http://www.mhonline.net/~chuckh (I C Q = 67363342)
> | "They that can give up essential liberty to obtain a little temporary
> | safety deserve neither liberty nor safety." -- Benjamin Franklin, 1759.
> |
> |
> | _______________________________________________
> | Speakup mailing list
> | Speakup@braille.uwo.ca
> | http://speech.braille.uwo.ca/mailman/listinfo/speakup
>
>
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup
>
My web site is http://www.mhonline.net/~chuckh (I C Q = 67363342)
"They that can give up essential liberty to obtain a little temporary
safety deserve neither liberty nor safety." -- Benjamin Franklin, 1759.
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: Automatic dialing in Linux
` Chuck Hallenbeck
@ ` Victor Tsaran
0 siblings, 0 replies; 11+ messages in thread
From: Victor Tsaran @ UTC (permalink / raw)
To: speakup
Hey, CChuck!
Thanks, that was a very helpful hint. I didn't know about Diald's debug
option.
Regards,
Vic
----- Original Message -----
From: "Chuck Hallenbeck" <chuckh@mhonline.net>
To: <speakup@braille.uwo.ca>
Sent: Monday, March 27, 2000 9:47 AM
Subject: Re: Automatic dialing in Linux
>
> Victor -
>
> You can usually see the details of your chat script dialog in
> /var/log/messages for debugging purposes, and don't forget your 'diald'
> program has a debug option too. The docs recommend doing "debug 31" to
> dump that stuff into the /var/log/messages file too.
>
> Chuck.
>
> On Mon, 27 Mar 2000,
> Victor Tsaran wrote:
>
> > Hey, Chuck!
> > Thanks a lot. It seems like my diald.conf looks pretty much the same,
except
> > for the chat script location, which is logical, and IP addresses.
Perhaps
> > something is wrong inside my chatscript.
> > Regards,
> > Vic
> >
> > ----- Original Message -----
> > From: "Chuck Hallenbeck" <chuckh@mhonline.net>
> > To: <speakup@braille.uwo.ca>
> > Sent: Monday, March 27, 2000 10:22 AM
> > Subject: Re: Automatic dialing in Linux
> >
> >
> > | Victor -
> > |
> > | As a follow up, here is a copy of my 'diald.conf' file that shows what
> > | works for me:
> > |
> > | mode ppp
> > | connect "/usr/sbin/chat -f /etc/ppp/pppscript"
> > | device /dev/ttyS2
> > | speed 115200
> > | modem
> > | lock
> > | crtscts
> > | local 192.168.0.1
> > | remote 192.168.0.2
> > | dynamic
> > | defaultroute
> > | redial-timeout 3
> > | include /etc/diald/standard.filter
> > |
> > |
> > | Regards - Chuck.
> > |
> > | My web site is http://www.mhonline.net/~chuckh (I C Q = 67363342)
> > | "They that can give up essential liberty to obtain a little temporary
> > | safety deserve neither liberty nor safety." -- Benjamin Franklin,
1759.
> > |
> > |
> > | _______________________________________________
> > | Speakup mailing list
> > | Speakup@braille.uwo.ca
> > | http://speech.braille.uwo.ca/mailman/listinfo/speakup
> >
> >
> > _______________________________________________
> > Speakup mailing list
> > Speakup@braille.uwo.ca
> > http://speech.braille.uwo.ca/mailman/listinfo/speakup
> >
>
> My web site is http://www.mhonline.net/~chuckh (I C Q = 67363342)
> "They that can give up essential liberty to obtain a little temporary
> safety deserve neither liberty nor safety." -- Benjamin Franklin, 1759.
>
>
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup
^ permalink raw reply [flat|nested] 11+ messages in thread
end of thread, other threads:[~ UTC | newest]
Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
Automatic dialing in Linux Victor Tsaran
` Chuck Hallenbeck
` Victor Tsaran
` Chuck Hallenbeck
` Chuck Hallenbeck
` Christopher Moore
` Chuck Hallenbeck
` Victor Tsaran
` Chuck Hallenbeck
` Victor Tsaran
` Victor Tsaran
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).