DialUp and ADSL on same machine??

DialUp and ADSL on same machine??

am 17.11.2006 21:58:45 von Hal

As far as I can see I cannot have a pppoe setup and a dialup
setup on the same machine.. It's either one or the other.. Not both..
This machine has a NIC and a hardware modem, with the modem running
for years with little problems.. "Adding" PPPOE for ADSL completely
upsets everything, necessitating an install of the ppp package and
running pppsetup again from scratch, in order to have dial up again..

Am I wrong?? Any comments most welcome. TIA

--

Hal. GNU/Linux -- Slackware 10.1, kernel 2.4.29
..
-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs

Re: DialUp and ADSL on same machine??

am 17.11.2006 23:17:50 von Ray Olszewski

Hal wrote:
> As far as I can see I cannot have a pppoe setup and a dialup
> setup on the same machine.. It's either one or the other.. Not both..
> This machine has a NIC and a hardware modem, with the modem running
> for years with little problems.. "Adding" PPPOE for ADSL completely
> upsets everything, necessitating an install of the ppp package and
> running pppsetup again from scratch, in order to have dial up again..
>
> Am I wrong?? Any comments most welcome. TIA
>

I'm afraid, Hal, that I can respond in only the most general way. I
don't know if this vague a response will help or not.

It should be possible to have on your system setups for both dial-up
(ppp) and ADSL (pppoe). At least the underlying stuff (kernel modules,
drivers, and userspace apps) should be able to handle it. But you'll
probably need to do the setup by hand, because scripts like pppsetup
tend to be written to handle only "vanilla" cases ... in this instance,
a host with a single pppd interface requirement. For example, you'll
probably want to make one of the interfaces ppp0, the other ppp1.

If you want both connections to run at the same time, there will be some
added complications, mainly involving the host's routing table. But I'm
guessing you want to maintain the dial-up as a backup arrangement, for
when the DSL connection fails or, perhaps (if we're discussing a laptop,
say) when you are away from the home connection. So you'll want a way to
use apps like ifup and ifdown to switch interfaces.

Having said all that, I am, unfortunately, way too rusty on pppd to help
with the details (I have the good fortune to have a static-address DSL
line here, so I don't have to jump through any pppoe hoops, and I don't
even own a modem). But if you provide the usual sorts of details,
someone else here may be able to give you more exact advice.

Sorry I can't offer more help on this one.

-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs

Re: DialUp and ADSL on same machine??

am 17.11.2006 23:38:37 von chuck gelm net

Hal wrote:
> As far as I can see I cannot have a pppoe setup and a dialup
> setup on the same machine.. It's either one or the other.. Not both..
> This machine has a NIC and a hardware modem, with the modem running
> for years with little problems.. "Adding" PPPOE for ADSL completely
> upsets everything, necessitating an install of the ppp package and
> running pppsetup again from scratch, in order to have dial up again..
>
> Am I wrong?? Any comments most welcome. TIA
>
Hi, Hal:

You may be right or wrong, but I think you are ambiguous. :-|

I used 'pppsetup' for a few years, then RoaringPenguin (PPPOE) a few years
when I upgraded to DSL, and now I have cable modem internet access.

Both 'pppsetup' and "PPPOE" are used to connect to an
Internet Service Provider (ISP). So...

"As far as I can see I cannot have a pppoe setup and a dialup setup on
the same machine."

IMHO, is ambiguous and false. You can have both on the same machine.
They may not
run concurrently unless you edit some configurations. (iptables, 'route
-n', /etc/resolv, ...)
You could share (or not) your DSL connection by allowing users to dial
into your
telephone modem and establish a ppp connection through (or to) your host.

"completely upsets everything" IMHO, is ambiguous. Each may change
(upset?)
/etc/resolv, routing tables, DNS, IPTABLES, ... for the other program. ;-)

Both packages perform a similar function. Connect to an ISP.

'pppsetup':
"... PPPsetup is a bash shell script to help you in creating a chat
script, for
establising a PPP connection to a internet service provider. ..."

'rp-pppoe':
"... pppoe is a user-space redirector which permits the use of PPPoE
(Point-to-Point Over Ethernet) with Linux. PPPoE is used by many
DSL service providers. ..." i.e. connect to an internet service proveder.

Just for grins, when I had DSL service. I dialed my '56k' modem to an ISP
just to see if the DSL telephone frequencies would interfere with the
telephone modem frequencies. Whilst doing a download via DSL, I dialed
and got a 49.333 kbps connection over and over and over... Which was as
fast as I ever got before DSL. :-)

HTH, Chuck


-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs

Re: DialUp and ADSL on same machine??

am 19.11.2006 21:03:34 von Hal

On 11-17, Chuck Gelm wrote:
> Hal wrote:
> > As far as I can see I cannot have a pppoe setup and a dialup
> >setup on the same machine.. It's either one or the other.. Not both..
> >This machine has a NIC and a hardware modem, with the modem running
> >for years with little problems.. "Adding" PPPOE for ADSL completely
> >upsets everything, necessitating an install of the ppp package and
> >running pppsetup again from scratch, in order to have dial up again..
> >
> > Am I wrong?? Any comments most welcome. TIA
> >
> Hi, Hal:
>
> You may be right or wrong, but I think you are ambiguous. :-|

More like duh!!



> I used 'pppsetup' for a few years, then RoaringPenguin (PPPOE) a few years
> when I upgraded to DSL, and now I have cable modem internet access.
>
> Both 'pppsetup' and "PPPOE" are used to connect to an
> Internet Service Provider (ISP). So...
>
> "As far as I can see I cannot have a pppoe setup and a dialup setup on
> the same machine."
>
> IMHO, is ambiguous and false. You can have both on the same machine.
> They may not
> run concurrently unless you edit some configurations. (iptables, 'route
> -n', /etc/resolv, ...)
> You could share (or not) your DSL connection by allowing users to dial
> into your
> telephone modem and establish a ppp connection through (or to) your host.

I'm the only user so it should be simple, eh?? HI.. If they
both use PAP, we have a big problem with the way rp-pppoe and
pppsetup works.. No work around that so far.. The automatic DNS
entries overwrite and no amount futzing has fixed that so far..
If one ISP handled all it would be, maybe, easier but Verizon doesn't
support POP3 and hands off all it's mail operation to either Yahoo or
MSN.. I don't care to use either..


> "completely upsets everything" IMHO, is ambiguous. Each may change
> (upset?)

Upset a stupid cutsie and, probably, poor metaphor.. It
doesn't work...



> /etc/resolv, routing tables, DNS, IPTABLES, ... for the other program. ;-)
>
> Both packages perform a similar function. Connect to an ISP.

Yes but they both presume either alone and I cannot, so far,
seem to find anyway to circumvent that..


>
> 'pppsetup':
> "... PPPsetup is a bash shell script to help you in creating a chat
> script, for
> establising a PPP connection to a internet service provider. ..."
>
> 'rp-pppoe':
> "... pppoe is a user-space redirector which permits the use of PPPoE
> (Point-to-Point Over Ethernet) with Linux. PPPoE is used by many
> DSL service providers. ..." i.e. connect to an internet service proveder.

For the time being I'm going to presume I have to use pppoe
only and that works very well for Web access but sendmail and ftp are
a problem.. My web site is at the same site as my mailboxes and I can
web mail, no problem, but my eyes aren't that good.. I'd rather go the
POP3 route that's OK with ADSL for receiving mail only using
getmail.. I can sendmail to anyone on the same ISP, but nowhere
else.. A DNS problem?? I guess so but no way to fix it yet.. To
complicate matters my ISP insists on being a remote rather than
letting me on the INet myself like I used to do.. The ADSL ISP will
not talk to anyone about Linux as long as their MS stuff is working..
It's up to me to figure it out someway or another.. I may be able to
do something with different partitions.. Any way it's gonna be a lot
of leg work, methinks..



> Just for grins, when I had DSL service. I dialed my '56k' modem to an ISP
> just to see if the DSL telephone frequencies would interfere with the
> telephone modem frequencies. Whilst doing a download via DSL, I dialed
> and got a 49.333 kbps connection over and over and over... Which was as
> fast as I ever got before DSL. :-)

Thats a good one.. Why do we like computers?? The
opposite has happened here at least for fetching mail but it could be
a coincidence.. Another anomoly, here, is that my ADSL download speed
hovers around 54kBps for several big file fetches, html, firefox..
I've fetched a few, same size files, via torrent and the reported
download speed is 200-300kBps... Torrent should be slower than
straight peer to peer I would think.. Oh well. Back to the drawing
boards, eh? Thanks for your comments. It all helps.. At least, with
torrent, I can keep my share over 1.0 instead of being a leech with
dialup..

--

Hal. GNU/Linux -- Slackware 10.1, kernel 2.4.29
..
-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs

Re: DialUp and ADSL on same machine??

am 20.11.2006 21:10:07 von chuck gelm net

Topic:

As far as I can see I cannot have a pppoe setup and a dialup
setup on the same machine.. It's either one or the other.. Not both..
This machine has a NIC and a hardware modem, with the modem running
for years with little problems.. "Adding" PPPOE for ADSL completely
upsets everything, necessitating an install of the ppp package and
running pppsetup again from scratch, in order to have dial up again..

Am I wrong?? Any comments most welcome. TIA Hal.
Discussion:

Sequentially or concurrently?

Hal, I do not understand why you would want two IP/ISP connections
of such a huge speed difference. :-| DSL is usually about 25
times faster than dial-up. Running both would give you, perhaps,
a 4% gain. Now, you would not only need a custom routing table,
but you would need to configure some way to share the data transfer.
I know that IP sharing exists, but not how to configure it. :-|

If I was to switch between DSL and dialup on the same host,
I'd run ppp-setup,
save the ppp-go/ppp-down scripts and the current rc.local;
Then
setup PPPOE and save whatever script is created.
Then, create two scripts, ALA...
#/usr/local/bin/makeDSL.sh
cp /etc/rc.d/rc.local.DSL /etc/rc.d/rc.local
/etc/rc.d/rc.local

&

#/usr/local/bin/makeDIALUP..sh
cp /etc/rc.d/rc.local.dialup /etc/rc.d/rc.local
/etc/rc.d/rc.local

HTH.

Hal wrote:
> On 11-17, Chuck Gelm wrote:
>> Hal wrote:
>>>
>
> I'm the only user so it should be simple, eh?? HI.. If they
> both use PAP, we have a big problem with the way rp-pppoe and
> pppsetup works.. No work around that so far.. The automatic DNS
> entries overwrite and no amount futzing has fixed that so far..
> If one ISP handled all it would be, maybe, easier but Verizon doesn't
> support POP3 and hands off all it's mail operation to either Yahoo or
> MSN.. I don't care to use either..
Hal, I'm getting lost among the pronouns. I cannot tell who
is doing what, with which, nor to whom.

This may or may not be simple. I need more information to
tell whether I may have the capacity to assist.

I do not know what PAP is.

If rp-pppoe (RoaringPenguin) works, we do not have a problem.
If pppsetup works, we do not have a problem.
The need or benefit of running both DSL and dialup has not been
demonstrated.


I have run one ISP connection and used another's DNS.
I do not see that overwriting DNS entries is a fatal problem.

"Verizon doesn't support POP3"

Uh, I do not see why you put DSL/dialup and POP in the same sentence.
I have used POP with dialup, DSL, & cable modem.
What is the core issue here? Verizon-dialup?; Verizon DSL?
Your Verizon-DSL account does not offer POP?
Who is your DSL ISP provider?
Who is your dialup ISP provider?


>> Both packages perform a similar function. Connect to an ISP.
>
> Yes but they both presume either alone and I cannot, so far,
> seem to find anyway to circumvent that..

It is illogical, to me, to use both DSL and dialup.
Why do you wish both? What benefit?



> For the time being I'm going to presume I have to use pppoe
> only and that works very well for Web access but sendmail and ftp are
> a problem. My web site is at the same site as my mailboxes and I can
> web mail, no problem, but my eyes aren't that good.. I'd rather go the
> POP3 route that's OK with ADSL for receiving mail only using
> getmail.. I can sendmail to anyone on the same ISP, but nowhere
> else.. A DNS problem?? I guess so but no way to fix it yet.. To
> complicate matters my ISP insists on being a remote rather than
> letting me on the INet myself like I used to do.. The ADSL ISP will
> not talk to anyone about Linux as long as their MS stuff is working..
> It's up to me to figure it out someway or another.. I may be able to
> do something with different partitions.. Any way it's gonna be a lot
> of leg work, methinks..

"but sendmail and ftp are a problem"
Would you be more specific? Exact error message?

My website is the same as my mailboxes and I can POP and SMTP
and web mail, no problem. I''ve never had a problem with this
nomatter whether I was using dialup, DSL, or cable modem. :-|

" I can sendmail to anyone on the same ISP, but nowhere
> else.. A DNS problem?? "

Exact error message?

"The ADSL ISP will not talk to anyone about Linux as long as their MS
stuff is working.."

Uh huh. Neither will mine. I did not use any Micro$oft stuff when I
had dialup nor DSL ISP (and not now with my cable modem). ?

"It's up to me to figure it out someway or another."

I disagree. You have linux-newbie@vger.org to assist.
You only need to share more information that will help us assist you.
;-)

So, you are actually having problems sending email
and you are assuming that using dialup and DSL concurrently
is a solution. :-| Perhaps not.
Perhaps one does not get down from an elephant(*).
;-)

Perhaps a new topic should be started, ala;
"Does Verizon-DSL support POP3?"

Regards, Chuck

(*) Sorry, this may not translate internationally.

-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs

Re: DialUp and ADSL on same machine??

am 22.11.2006 16:38:56 von chuck gelm net

Hi, Hal:

I firmly believe we need a different topic than "DialUp and ADSL on
same machine?"

It seems to me that you have a problem sending email.

I think that you are NOT having a DNS, resolv.conf, CHAP, or PAP
problem.

I use Mozilla's Thunderbird to send (and receive) email.

If you choose to use 'sendmail' or 'Mutt' I cannot help you.

I see that you are trying to use a 'console' rather than a GUI due to
being 'vision challenged'.

I do not know what linux distribution and version and kernel you are using,
but I don't think this matters.

Can you read your email ?@kbinet.com and ?@verizon.net
from either dialup or DSL?

Here is one item I can add that might help. One security measure that
an ISP's email server can use is to reject inbound email if it is coming
from an IP address that it did not assign. e.g.

You are connected to the internet via Verizon DSL's IP address and
you are trying to send mail via 'mail.kvinet.com'
-or-
you connected via kvinet.com's dialup, with a kvinet.com IP address,
and you are trying to send mail via 'mail.verizon.net'.

I have my mail servers (Earthlink.net and gelm.net) setup on various
computers (Windoze & Linux) including my laptop.
Often I use my laptop at a 'Free WiFi'
server and I can still use POP and SMTP with either mail server,
even though my IP address was issued by whatever the WiFi router's
ISP is.

My SMTP servers require authentication. This is the security
needed for a mail server to allow an alien IP address to send it
email. Perhaps 'sendmail' and 'Mutt' has a configuration setting
for 'My SMTP server requires authentication' as my
'Mozilla Thunderbird' does.

I truly believe you have a SMTP issue and not a
"DialUp and ADSL on same machine?" problem.

If this is true and we resolve your problem,
others having the same problem and searching the linux-newbie
archives, may not find the solution. ;-)

I recall that you did not mention having difficulty sending email
in your original post. I believe sending email is your core issue.

Would all be well,
if you could send email while using your DSL internet connection?.
-----
True or False?
getmail is working fine with dialup
getmail is working fine with DSL
'sendmail' works fine with dialup
'sendmail' to mail.verizon.net fails with DSL connection
'sendmail' to mail.kvinet.com works fine with DSL connection
-----
Of course, if anything fails, please mention what you were trying to do,
what you did, and the exact error message.

"I could not get my desired setup working and wondered what the solution
might be."

The only thing I can see that is not working is SMTP.

"The biggest problem is; that my dialup ISP, kvinet.com, requires they
be the relay for sending mail out."

There needs to be more specification here. Do you mean:
"While dialed into my kvinet.com connection...kvinet.com requires they
be the relay for sending mail out."

HTH, Chuck

haltec@kvinet.com wrote:
> Only way I can reply at the present time; as an attachment..
>
> Hal
>
> ------------------------------------------------------------ ------------
>
>
> I have to use the kvinet.com's web mail to post this...
> Greetings, thanks and Chuck wrote:
>
>> Topic:
>>
>> As far as I can see I cannot have a pppoe setup and a dialup
>> setup on the same machine.. It's either one or the other.. Not both..
>> This machine has a NIC and a hardware modem, with the modem running
>> for years with little problems.. "Adding" PPPOE for ADSL completely
>> upsets everything, necessitating an install of the ppp package and
>> running pppsetup again from scratch, in order to have dial up again..
>>
>> Am I wrong?? Any comments most welcome. TIA Hal.
>> Discussion:
>>
>> Sequentially or concurrently?
>>
>
> Don't need concurrent and wish I didn't need sequential
> except I could not get my desired setup working and wondered what the
> solution might be.. Basically I want the box ADSL, Verizon.net, but
> to be able to getmymail and compose offline, then sendmail.. The
> getmail is working fine and, as you say, very fast.. Answering any
> mailbox incoming mail, on my machine, using Mutt as MUA, still NG..
> The biggest problem is; that my dialup ISP, kvinet.com, requires they
> be the relay for sending mail out.. This is a simple entry in
> sendmails submit.cf file and works fine dialup only..
>
>
>
>
>> Hal, I do not understand why you would want two IP/ISP connections
>> of such a huge speed difference. :-| DSL is usually about 25
>> times faster than dial-up. Running both would give you, perhaps,
>> a 4% gain. Now, you would not only need a custom routing table,
>> but you would need to configure some way to share the data transfer.
>> I know that IP sharing exists, but not how to configure it. :-|
>>
>
> I don't want two options, only ADSL, but I must be able to
> sendmail by using my original ISP and our mailboxes there.. I, at one
> time and the original post, was I thought the only answer might be
> having both setups on one machine..
>
>
>
>
>> If I was to switch between DSL and dialup on the same host,
>> I'd run ppp-setup,
>> save the ppp-go/ppp-down scripts and the current rc.local;
>> Then
>> setup PPPOE and save whatever script is created.
>> Then, create two scripts, ALA...
>> #/usr/local/bin/makeDSL.sh
>> cp /etc/rc.d/rc.local.DSL /etc/rc.d/rc.local
>> /etc/rc.d/rc.local
>>
>> &
>>
>> #/usr/local/bin/makeDIALUP..sh
>> cp /etc/rc.d/rc.local.dialup /etc/rc.d/rc.local
>> /etc/rc.d/rc.local
>>
>> HTH.
>>
>
> The scripts would have to be more complicated, in my case,
> because pppoe.conf overwrites /etc/resolv.conf with verizons DNS
> address that kvinet.com wont or cant use.. I've not gotten into that
> too heavily.. Manually entering both DNS's doesn't work because,
> every time adsl-start is invoked, it rewrites resolv.conf to a
> symlink to /etc/ppp/resolv.conf, that is verizons DNS.. Another
> enigma is that adsl-start has been replaced by pppoe-start in later
> versions.. I tried all this on another machine to try and learn more
> and got more frustrated..
>
>
>
>
>> Hal wrote:
>>
>>> On 11-17, Chuck Gelm wrote:
>>>
>>>> Hal wrote:
>>>>
>>>>>
>>>>>
>>> I'm the only user so it should be simple, eh?? HI.. If they
>>> both use PAP, we have a big problem with the way rp-pppoe and
>>> pppsetup works.. No work around that so far.. The automatic DNS
>>> entries overwrite and no amount futzing has fixed that so far..
>>> If one ISP handled all it would be, maybe, easier but Verizon doesn't
>>> support POP3 and hands off all it's mail operation to either Yahoo or
>>> MSN.. I don't care to use either..
>>>
>> Hal, I'm getting lost among the pronouns. I cannot tell who
>> is doing what, with which, nor to whom.
>>
>> This may or may not be simple. I need more information to
>> tell whether I may have the capacity to assist.
>>
>> I do not know what PAP is.
>>
>
> I know it's confusing, especially to me who didn't have these
> INet problems 20 years ago... Ugh.. PAP and CHAP, you must use one or
> the other, are authentication routines.. Do you not have pap-secrets
> and/or chap-secrets in /etc/ppp, moving the password into a more
> secure position?? Both kvinet.com and verizon.net use PAP, except the
> entries are different.. When pppoe is run over a normal ppp setup, it
> renames ppp-secrets and chap-secrets to .bak files, so dial up can't
> possibly work after that..
>
>
>
>
>> If rp-pppoe (RoaringPenguin) works, we do not have a problem.
>> If pppsetup works, we do not have a problem.
>> The need or benefit of running both DSL and dialup has not been
>> demonstrated.
>>
>>
>> I have run one ISP connection and used another's DNS.
>> I do not see that overwriting DNS entries is a fatal problem.
>>
>> "Verizon doesn't support POP3"
>>
>> Uh, I do not see why you put DSL/dialup and POP in the same sentence.
>> I have used POP with dialup, DSL, & cable modem.
>> What is the core issue here? Verizon-dialup?; Verizon DSL?
>>
>
> The BIG problem is that I'm not doing what Verizon wants me
> to do.. They only want M$ and their version of IE6 with all it's
> advertising and popups/popdowns.. That part is no problem, of course,
> it's just the eMail sending.. Kvinet.com allows mailbox access from
> the INet with no blocking so their accounts can getmail without
> having to use webmail, just POP3 for speed and efficiency.. In
> retrospect I don't think I should fault Verizon for their policy..
> They have to go with the market share like any business..
>
>
>
>
>> Your Verizon-DSL account does not offer POP?
>>
>
> I'm almost sure they don't but not, honestly, sure.. Anyway I
> don't want to use their lashup for mail because they hand off all
> eMail stuff to either MSN or Yahoo.. They don't have their own
> mailboxes.. I want to keep things "simple." Dream on with that one,
> eh? One main reason is that kvinet.com is GREAT people.. The SysAdm
> is trying to help me and is even doing some things at home to try and
> help.. Huge Verizon cannot possibly serve that well.. My wife will
> continue to use her dialup and mailboxes at kvinet.com, no matter I
> have Vz ADSL.. She doesn't want to rock the boat and I can understand
> why now..
>
>
>> Who is your DSL ISP provider?
>>
>
> Verizon.net -- Formerly Bell Atlantic, one of the baby
> bells.. Huge outfit.. Also our landline telephone provider.. No other
> outfit available for broadband.. I think you presumed, above, that
> Verizon was both dialup and ADSL provider.. I wasn't clear enough I
> bet..
>
>
>> Who is your dialup ISP provider?
>>
>
> kvinet.com in Charleston, WV, accessed via a local number.. A
> fantastic outfit, IMHO.. We wont desert them..
>
>
>
>
>>
>>
>>>> Both packages perform a similar function. Connect to an ISP.
>>>>
>>> Yes but they both presume either alone and I cannot, so far,
>>> seem to find anyway to circumvent that..
>>>
>> It is illogical, to me, to use both DSL and dialup.
>> Why do you wish both? What benefit?
>>
>
> As above; don't need both, just ADSL but sending mail as
> outlined.. Receiving mail no problem using getmail...
>
>
>
>
>>
>>
>>
>>> For the time being I'm going to presume I have to use pppoe
>>> only and that works very well for Web access but sendmail and ftp are
>>> a problem. My web site is at the same site as my mailboxes and I can
>>> web mail, no problem, but my eyes aren't that good.. I'd rather go the
>>> POP3 route that's OK with ADSL for receiving mail only using
>>> getmail.. I can sendmail to anyone on the same ISP, but nowhere
>>> else.. A DNS problem?? I guess so but no way to fix it yet.. To
>>> complicate matters my ISP insists on being a remote rather than
>>> letting me on the INet myself like I used to do.. The ADSL ISP will
>>> not talk to anyone about Linux as long as their MS stuff is working..
>>> It's up to me to figure it out someway or another.. I may be able to
>>> do something with different partitions.. Any way it's gonna be a lot
>>> of leg work, methinks..
>>>
>> "but sendmail and ftp are a problem"
>> Would you be more specific? Exact error message?
>>
>
> I'm sorting this out now with so many and a blown mind..
> Clearly cut and try is not working so far.. Separate partitions would
> solve the problem /or/ separate boxes, but that would be counter
> productive.. Web mail works, but my bad eyes can't stand much of the
> GUI display for text.. My wife can't use GUI at all with her
> glaucoma.. Old age sucks...
>
>
>
>
>> My website is the same as my mailboxes and I can POP and SMTP
>> and web mail, no problem. I''ve never had a problem with this
>> nomatter whether I was using dialup, DSL, or cable modem. :-|
>>
>
> You are lucky or in the right place at the right time.. We're
> very rural, our own choosing, so have to suffer the consequences..
> Refusing to run M$ has it's problems too, as we all know..
>
>
>
>
>> " I can sendmail to anyone on the same ISP, but nowhere
>>
>>> else.. A DNS problem?? "
>>>
>> Exact error message?
>>
>
> My notes terrible: "Relay access denied "Service unavailable"
> then "Connection refused by 127.0.0.1" I've tried various telnet
> schemes to port 25 and have become more confused, not having to do
> that previously..
>
>
>
>
>> "The ADSL ISP will not talk to anyone about Linux as long as their MS
>> stuff is working.."
>>
>> Uh huh. Neither will mine. I did not use any Micro$oft stuff when I
>> had dialup nor DSL ISP (and not now with my cable modem). ?
>>
>> "It's up to me to figure it out someway or another."
>>
>> I disagree. You have linux-newbie@vger.org to assist.
>> You only need to share more information that will help us assist you.
>> ;-)
>>
>
> I really APPRECIATE this list but hate to bother busy people
> with my problems, especially when they're complicate and verbose..
> Computers, today, are not KISS, thanks to so many crackers, spammers,
> etc.. Most sites have telnet, ping and finger, etc, disabled these
> days.. The more security, the higher the fence..
>
>
>
>
>> So, you are actually having problems sending email
>> and you are assuming that using dialup and DSL concurrently
>> is a solution. :-| Perhaps not.
>> Perhaps one does not get down from an elephant(*).
>> ;-)
>>
>
> Not without breaking a leg, eh?? No, maybe the above clears
> up what we need to do.
>
>
>
>
>> Perhaps a new topic should be started, ala;
>> "Does Verizon-DSL support POP3?"
>>
>
> Not really, in my case, as I want to retain my mailboxes at
> kvinet.com..
>
> Maybe a summation is in order: ADSL Web access working fine..
> Getmail working fine, fetching my mail sent to haltec@kvinet.com;
> plus the other four different users mailboxes.. Or to
> lnx2.kvinet.com, a MX record to the former.. Whilst connected to the
> VerizonDSL server using pppoe; I cannot answer, forward, etc any of
> the received mail in the normal way, at least with Sendmail 8.13.3;
> one of the versions that's more secure than old Sendmail, not running
> as root... It uses "smmsp" as user 25, much like Postfix has it's
> special user too.. I am not completely savvy on either.. Am I an
> iconoclast?? I think so, as are all Linuxers, eh??
>
>
> Hal..
>

-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs

Re: DialUp and ADSL on same machine??

am 23.11.2006 02:09:58 von heisspf

Hi,

I don't know if I understand all what I read in this thread,--does it boil
down to the fact that Hal cannot send mail using stand alone mail programs via
his old mail addresses when using his new DSL.

I had/have this same problem with my broadband via DHCPD that I could/can send
mail only through the email-address of the ISP of the BB and not via my old
e-mail addresses. In fact I encounter this problem every-now-and-then when
either my base station brakes down or they do a major upgrade.

I then inform this BB ISP and depending how lucky I am to get connected to the
right knowledgeable person (last time it took 3 weeks) in a matter of less
then a minute the problem is solved. They pull a switch or press a button, so
to speak and out goes the mail which had hung in the queue. I have 2 mail
addresses beside the one given by the BB ISP which I do not use.

They try to make me use their browser based mail program which I refuse since
I find those programs cumbersome.

When I have the problem of not sending mail with nail, exmh or whatsoever I
use www.mail2web.com in the meantime until the switch has been pulled again.
With mail2web.com I can use my old addresses.

It is also important that the SMTP address is set correctly for outgoing mail
which has to be the one of the ISP of the BB or I guess a DSL. Thunderbird and
Sylpheed-claws are IMO easiest for this to set-up.

Regards
--
Peter

-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs

Re: DialUp and ADSL on same machine??

am 23.11.2006 15:05:01 von Hal

On 11-23, Peter wrote:
> Hi,
>
> I don't know if I understand all what I read in this thread,--does it boil
> down to the fact that Hal cannot send mail using stand alone mail programs via
> his old mail addresses when using his new DSL.
>
> I had/have this same problem with my broadband via DHCPD that I could/can send
> mail only through the email-address of the ISP of the BB and not via my old
> e-mail addresses. In fact I encounter this problem every-now-and-then when
> either my base station brakes down or they do a major upgrade.
>

So it's confirmed what Chuck and I have suspected; that my
two ISP's can't or won't talk to each other.. Chuck has really spent
an inordinate amount of time holding my hand on this..



> I then inform this BB ISP and depending how lucky I am to get connected to the
> right knowledgeable person (last time it took 3 weeks) in a matter of less
> then a minute the problem is solved. They pull a switch or press a button, so
> to speak and out goes the mail which had hung in the queue. I have 2 mail
> addresses beside the one given by the BB ISP which I do not use.

Some things are easy when you know how, eh?



> They try to make me use their browser based mail program which I refuse since
> I find those programs cumbersome.

I cannot use their supplied software at all.. Most suffer
with it I gather..



> When I have the problem of not sending mail with nail, exmh or whatsoever I
> use www.mail2web.com in the meantime until the switch has been pulled again.
> With mail2web.com I can use my old addresses.

That's a good suggestion to archive.. As of now I'm using
Chucks previous suggestion of two separate directories with the setup
parameters peculiar to which operation..


>
> It is also important that the SMTP address is set correctly for outgoing mail
> which has to be the one of the ISP of the BB or I guess a DSL. Thunderbird and
> Sylpheed-claws are IMO easiest for this to set-up.

Chuck uses Thunderbird and it must be a great program like
almost everything that comes out of Mozilla.. Verizon insists on IE6
with all it's limitations.. Neither my wife or I can use a GUI for
eMail except in very small doses.. That's our problem, not the
worlds, eh?? We survive..

HAPPY THANKSGIVING..

--

Hal. GNU/Linux -- Slackware 10.1, kernel 2.4.29
..
-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs

smtp problem (was DialUp and ADSL on same machine??)

am 25.11.2006 02:36:05 von rzbz13

Sorry to jump in on this thread, as I haven't read the
previous posts as they are on another machine. But you
may have the same problem I had with Mutt. The Mutt
developers have not incorporated support for using other
smtp servers in their app. I would get bounces back because
sendmail would use the localhost and domain names for my
machine which aren't in the routing tables, so they would
be viewed as spam. I solved this by installing 'msmtp'.
I then changed the lines in my .muttrc from

set sendmail="/usr/lib/sendmail -oi -oem"
to
set sendmail="/usr/local/bin/msmtp"

Then setup a '.msmtprc' file in my home directory like the
following.
-----------------------------------------------------------
# Example for a user configuration file

# Set default values for all following accounts.
defaults
# tls on
# tls_trust_file /etc/ssl/certs/ca-certificates.crt
logfile ~/.msmtp.log

# A freemail service
account provider
host smtpserver.org
from my@smtpserver.org
auth on
user my@smtpserver.org
password xxxxxxxxxxxx

# Set a default account
account default : provider
------------------------------------------------------------ -------
Hope this helps R.

On Wed, 22 Nov 2006, Chuck Gelm wrote:

> Hi, Hal:
>
> I firmly believe we need a different topic than "DialUp and ADSL on same
> machine?"
>
> It seems to me that you have a problem sending email.
>
> I think that you are NOT having a DNS, resolv.conf, CHAP, or PAP problem.
>
> I use Mozilla's Thunderbird to send (and receive) email.
>
> If you choose to use 'sendmail' or 'Mutt' I cannot help you.
>
> I see that you are trying to use a 'console' rather than a GUI due to being
> 'vision challenged'.
>
> I do not know what linux distribution and version and kernel you are using,
> but I don't think this matters.
>
> Can you read your email ?@kbinet.com and ?@verizon.net
> from either dialup or DSL?
>
> Here is one item I can add that might help. One security measure that
> an ISP's email server can use is to reject inbound email if it is coming
> from an IP address that it did not assign. e.g.
>
> You are connected to the internet via Verizon DSL's IP address and
> you are trying to send mail via 'mail.kvinet.com'
> -or-
> you connected via kvinet.com's dialup, with a kvinet.com IP address,
> and you are trying to send mail via 'mail.verizon.net'.
>
> I have my mail servers (Earthlink.net and gelm.net) setup on various
> computers (Windoze & Linux) including my laptop. Often I use my laptop at a
> 'Free WiFi'
> server and I can still use POP and SMTP with either mail server,
> even though my IP address was issued by whatever the WiFi router's
> ISP is.
>
> My SMTP servers require authentication. This is the security
> needed for a mail server to allow an alien IP address to send it
> email. Perhaps 'sendmail' and 'Mutt' has a configuration setting
> for 'My SMTP server requires authentication' as my
> 'Mozilla Thunderbird' does.
>
> I truly believe you have a SMTP issue and not a
> "DialUp and ADSL on same machine?" problem.
>
> If this is true and we resolve your problem,
> others having the same problem and searching the linux-newbie
> archives, may not find the solution. ;-)
>
> I recall that you did not mention having difficulty sending email
> in your original post. I believe sending email is your core issue.
>
> Would all be well,
> if you could send email while using your DSL internet connection?.
> -----
> True or False?
> getmail is working fine with dialup
> getmail is working fine with DSL
> 'sendmail' works fine with dialup
> 'sendmail' to mail.verizon.net fails with DSL connection
> 'sendmail' to mail.kvinet.com works fine with DSL connection
> -----
> Of course, if anything fails, please mention what you were trying to do,
> what you did, and the exact error message.
>
> "I could not get my desired setup working and wondered what the solution
> might be."
>
> The only thing I can see that is not working is SMTP.
>
> "The biggest problem is; that my dialup ISP, kvinet.com, requires they
> be the relay for sending mail out."
>
> There needs to be more specification here. Do you mean:
> "While dialed into my kvinet.com connection...kvinet.com requires they
> be the relay for sending mail out."
>
> HTH, Chuck
>
> haltec@kvinet.com wrote:
>> Only way I can reply at the present time; as an attachment..
>>
>> Hal
>> ------------------------------------------------------------ ------------
>>
>>
>> I have to use the kvinet.com's web mail to post this...
>> Greetings, thanks and Chuck wrote:
>>
>>> Topic:
>>>
>>> As far as I can see I cannot have a pppoe setup and a dialup
>>> setup on the same machine.. It's either one or the other.. Not both..
>>> This machine has a NIC and a hardware modem, with the modem running
>>> for years with little problems.. "Adding" PPPOE for ADSL completely
>>> upsets everything, necessitating an install of the ppp package and
>>> running pppsetup again from scratch, in order to have dial up again..
>>>
>>> Am I wrong?? Any comments most welcome. TIA Hal.
>>> Discussion:
>>>
>>> Sequentially or concurrently?
>>>
>>
>> Don't need concurrent and wish I didn't need sequential
>> except I could not get my desired setup working and wondered what the
>> solution might be.. Basically I want the box ADSL, Verizon.net, but
>> to be able to getmymail and compose offline, then sendmail.. The
>> getmail is working fine and, as you say, very fast.. Answering any
>> mailbox incoming mail, on my machine, using Mutt as MUA, still NG..
>> The biggest problem is; that my dialup ISP, kvinet.com, requires they
>> be the relay for sending mail out.. This is a simple entry in
>> sendmails submit.cf file and works fine dialup only..
>>
>>
>>
>>
>>> Hal, I do not understand why you would want two IP/ISP connections
>>> of such a huge speed difference. :-| DSL is usually about 25
>>> times faster than dial-up. Running both would give you, perhaps,
>>> a 4% gain. Now, you would not only need a custom routing table,
>>> but you would need to configure some way to share the data transfer.
>>> I know that IP sharing exists, but not how to configure it. :-|
>>>
>>
>> I don't want two options, only ADSL, but I must be able to
>> sendmail by using my original ISP and our mailboxes there.. I, at one
>> time and the original post, was I thought the only answer might be
>> having both setups on one machine..
>>
>>
>>
>>
>>> If I was to switch between DSL and dialup on the same host,
>>> I'd run ppp-setup,
>>> save the ppp-go/ppp-down scripts and the current rc.local;
>>> Then
>>> setup PPPOE and save whatever script is created.
>>> Then, create two scripts, ALA...
>>> #/usr/local/bin/makeDSL.sh
>>> cp /etc/rc.d/rc.local.DSL /etc/rc.d/rc.local
>>> /etc/rc.d/rc.local
>>>
>>> &
>>>
>>> #/usr/local/bin/makeDIALUP..sh
>>> cp /etc/rc.d/rc.local.dialup /etc/rc.d/rc.local
>>> /etc/rc.d/rc.local
>>>
>>> HTH.
>>>
>>
>> The scripts would have to be more complicated, in my case,
>> because pppoe.conf overwrites /etc/resolv.conf with verizons DNS
>> address that kvinet.com wont or cant use.. I've not gotten into that
>> too heavily.. Manually entering both DNS's doesn't work because,
>> every time adsl-start is invoked, it rewrites resolv.conf to a
>> symlink to /etc/ppp/resolv.conf, that is verizons DNS.. Another
>> enigma is that adsl-start has been replaced by pppoe-start in later
>> versions.. I tried all this on another machine to try and learn more
>> and got more frustrated..
>>
>>
>>
>>
>>> Hal wrote:
>>>
>>>> On 11-17, Chuck Gelm wrote:
>>>>
>>>>> Hal wrote:
>>>>>
>>>>>>
>>>>>>
>>>> I'm the only user so it should be simple, eh?? HI.. If they
>>>> both use PAP, we have a big problem with the way rp-pppoe and
>>>> pppsetup works.. No work around that so far.. The automatic DNS
>>>> entries overwrite and no amount futzing has fixed that so far..
>>>> If one ISP handled all it would be, maybe, easier but Verizon doesn't
>>>> support POP3 and hands off all it's mail operation to either Yahoo or
>>>> MSN.. I don't care to use either..
>>>>
>>> Hal, I'm getting lost among the pronouns. I cannot tell who
>>> is doing what, with which, nor to whom.
>>>
>>> This may or may not be simple. I need more information to
>>> tell whether I may have the capacity to assist.
>>>
>>> I do not know what PAP is.
>>>
>>
>> I know it's confusing, especially to me who didn't have these
>> INet problems 20 years ago... Ugh.. PAP and CHAP, you must use one or
>> the other, are authentication routines.. Do you not have pap-secrets
>> and/or chap-secrets in /etc/ppp, moving the password into a more
>> secure position?? Both kvinet.com and verizon.net use PAP, except the
>> entries are different.. When pppoe is run over a normal ppp setup, it
>> renames ppp-secrets and chap-secrets to .bak files, so dial up can't
>> possibly work after that..
>>
>>
>>
>>
>>> If rp-pppoe (RoaringPenguin) works, we do not have a problem.
>>> If pppsetup works, we do not have a problem.
>>> The need or benefit of running both DSL and dialup has not been
>>> demonstrated.
>>>
>>>
>>> I have run one ISP connection and used another's DNS.
>>> I do not see that overwriting DNS entries is a fatal problem.
>>>
>>> "Verizon doesn't support POP3"
>>>
>>> Uh, I do not see why you put DSL/dialup and POP in the same sentence. I
>>> have used POP with dialup, DSL, & cable modem.
>>> What is the core issue here? Verizon-dialup?; Verizon DSL?
>>>
>>
>> The BIG problem is that I'm not doing what Verizon wants me
>> to do.. They only want M$ and their version of IE6 with all it's
>> advertising and popups/popdowns.. That part is no problem, of course,
>> it's just the eMail sending.. Kvinet.com allows mailbox access from
>> the INet with no blocking so their accounts can getmail without
>> having to use webmail, just POP3 for speed and efficiency.. In
>> retrospect I don't think I should fault Verizon for their policy..
>> They have to go with the market share like any business..
>>
>>
>>
>>
>>> Your Verizon-DSL account does not offer POP?
>>>
>>
>> I'm almost sure they don't but not, honestly, sure.. Anyway I
>> don't want to use their lashup for mail because they hand off all
>> eMail stuff to either MSN or Yahoo.. They don't have their own
>> mailboxes.. I want to keep things "simple." Dream on with that one,
>> eh? One main reason is that kvinet.com is GREAT people.. The SysAdm
>> is trying to help me and is even doing some things at home to try and
>> help.. Huge Verizon cannot possibly serve that well.. My wife will
>> continue to use her dialup and mailboxes at kvinet.com, no matter I
>> have Vz ADSL.. She doesn't want to rock the boat and I can understand
>> why now..
>>
>>
>>> Who is your DSL ISP provider?
>>>
>>
>> Verizon.net -- Formerly Bell Atlantic, one of the baby
>> bells.. Huge outfit.. Also our landline telephone provider.. No other
>> outfit available for broadband.. I think you presumed, above, that
>> Verizon was both dialup and ADSL provider.. I wasn't clear enough I
>> bet..
>>
>>
>>> Who is your dialup ISP provider?
>>>
>>
>> kvinet.com in Charleston, WV, accessed via a local number.. A
>> fantastic outfit, IMHO.. We wont desert them..
>>
>>
>>
>>
>>>
>>>
>>>>> Both packages perform a similar function. Connect to an ISP.
>>>>>
>>>> Yes but they both presume either alone and I cannot, so far,
>>>> seem to find anyway to circumvent that..
>>>>
>>> It is illogical, to me, to use both DSL and dialup.
>>> Why do you wish both? What benefit?
>>>
>>
>> As above; don't need both, just ADSL but sending mail as
>> outlined.. Receiving mail no problem using getmail...
>>
>>
>>
>>
>>>
>>>
>>>
>>>> For the time being I'm going to presume I have to use pppoe
>>>> only and that works very well for Web access but sendmail and ftp are
>>>> a problem. My web site is at the same site as my mailboxes and I can
>>>> web mail, no problem, but my eyes aren't that good.. I'd rather go the
>>>> POP3 route that's OK with ADSL for receiving mail only using
>>>> getmail.. I can sendmail to anyone on the same ISP, but nowhere
>>>> else.. A DNS problem?? I guess so but no way to fix it yet.. To
>>>> complicate matters my ISP insists on being a remote rather than
>>>> letting me on the INet myself like I used to do.. The ADSL ISP will
>>>> not talk to anyone about Linux as long as their MS stuff is working..
>>>> It's up to me to figure it out someway or another.. I may be able to
>>>> do something with different partitions.. Any way it's gonna be a lot
>>>> of leg work, methinks..
>>>>
>>> "but sendmail and ftp are a problem"
>>> Would you be more specific? Exact error message?
>>>
>>
>> I'm sorting this out now with so many and a blown mind..
>> Clearly cut and try is not working so far.. Separate partitions would
>> solve the problem /or/ separate boxes, but that would be counter
>> productive.. Web mail works, but my bad eyes can't stand much of the
>> GUI display for text.. My wife can't use GUI at all with her
>> glaucoma.. Old age sucks...
>>
>>
>>
>>
>>> My website is the same as my mailboxes and I can POP and SMTP
>>> and web mail, no problem. I''ve never had a problem with this
>>> nomatter whether I was using dialup, DSL, or cable modem. :-|
>>>
>>
>> You are lucky or in the right place at the right time.. We're
>> very rural, our own choosing, so have to suffer the consequences..
>> Refusing to run M$ has it's problems too, as we all know..
>>
>>
>>
>>
>>> " I can sendmail to anyone on the same ISP, but nowhere
>>>
>>>> else.. A DNS problem?? "
>>>>
>>> Exact error message?
>>>
>>
>> My notes terrible: "Relay access denied "Service unavailable"
>> then "Connection refused by 127.0.0.1" I've tried various telnet
>> schemes to port 25 and have become more confused, not having to do
>> that previously..
>>
>>
>>
>>
>>> "The ADSL ISP will not talk to anyone about Linux as long as their MS
>>> stuff is working.."
>>>
>>> Uh huh. Neither will mine. I did not use any Micro$oft stuff when I
>>> had dialup nor DSL ISP (and not now with my cable modem). ?
>>>
>>> "It's up to me to figure it out someway or another."
>>>
>>> I disagree. You have linux-newbie@vger.org to assist.
>>> You only need to share more information that will help us assist you.
>>> ;-)
>>>
>>
>> I really APPRECIATE this list but hate to bother busy people
>> with my problems, especially when they're complicate and verbose..
>> Computers, today, are not KISS, thanks to so many crackers, spammers,
>> etc.. Most sites have telnet, ping and finger, etc, disabled these
>> days.. The more security, the higher the fence..
>>
>>
>>
>>
>>> So, you are actually having problems sending email
>>> and you are assuming that using dialup and DSL concurrently
>>> is a solution. :-| Perhaps not. Perhaps one does not get down from an
>>> elephant(*).
>>> ;-)
>>>
>>
>> Not without breaking a leg, eh?? No, maybe the above clears
>> up what we need to do.
>>
>>
>>
>>
>>> Perhaps a new topic should be started, ala;
>>> "Does Verizon-DSL support POP3?"
>>>
>>
>> Not really, in my case, as I want to retain my mailboxes at
>> kvinet.com..
>>
>> Maybe a summation is in order: ADSL Web access working fine..
>> Getmail working fine, fetching my mail sent to haltec@kvinet.com;
>> plus the other four different users mailboxes.. Or to
>> lnx2.kvinet.com, a MX record to the former.. Whilst connected to the
>> VerizonDSL server using pppoe; I cannot answer, forward, etc any of
>> the received mail in the normal way, at least with Sendmail 8.13.3;
>> one of the versions that's more secure than old Sendmail, not running
>> as root... It uses "smmsp" as user 25, much like Postfix has it's
>> special user too.. I am not completely savvy on either.. Am I an
>> iconoclast?? I think so, as are all Linuxers, eh??
>>
>>
>> Hal..
>>
>
> -
> To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at http://www.linux-learn.org/faqs
>

-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs