Re: [Astlinux-users] Direct In Dial

2008-12-22 Thread Clara Chan
Yeah, just finally figured that out.

But the pbx still does not seem to recognize  or 

I've checked the sip header, it's coming in as 
To: 

I had a sip header coming in as y...@voice.mibroadband.com.au as well,
but that's no longer working. I should really stop changing things on
the fly.

But as a general question out there, should I create user accounts under
sip.conf for xxx, yyy and zzz??

Cheers,
Clara

-Original Message-
From: Lonnie Abelbeck [mailto:li...@lonnie.abelbeck.com] 
Sent: Tuesday, 23 December 2008 12:37 PM
To: AstLinux Users Mailing List
Subject: Re: [Astlinux-users] Direct In Dial


On Dec 22, 2008, at 7:29 PM, Clara Chan wrote:

> I have configured my extensions.conf to
>
> register => x:passw...@byo.engin.com.au/x
>
> Exten => ,1,Dial(SIP/201)
> exten => ,1,Dial(SIP/202)
> exten => ,1,Dial(SIP/203)

Clara,

I would try leaving off the /x at the end of the register, doesn't  
that force all the calls to go to x ?

Lonnie



--
___
Astlinux-users mailing list
Astlinux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/astlinux-users

Donations to support AstLinux are graciously accepted via PayPal to
pay...@krisk.org.

--
___
Astlinux-users mailing list
Astlinux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/astlinux-users

Donations to support AstLinux are graciously accepted via PayPal to 
pay...@krisk.org.


Re: [Astlinux-users] Dynamic DNS

2008-12-22 Thread Darrick Hartman
David Kerr wrote:
> Is it possible to run inadyn twice?  I'd like to update both dyndns.org 
>  and freedns.afraid.org . 
>   Is this possible, and if so is it easy to setup?  I currently have 
> astlinux set to update dyndns by configuring through the GUI.
> 
> Thanks,
> David

Short answer is yes.

Long answer is yes, but...  The 'but' part is you'll have to do it 
manually.  Take a look at what's created in /tmp/etc/inadyn.conf, make a 
copy of that and place it somewhere else (perhaps /mnt/kd/inadyn2.conf. 
  Alternatively, make a copy with one provider, updated through the gui 
using the second provider.  Either way, when you have the config file, 
you'll need to start inadyn manually.  This can be done by creating a 
file called /mnt/kd/rc.local and placing your custom command in there. 
Make sure rc.local is set to executable.

I don't see enough of a need to update two dynamic dns services to make 
this a standard feature.

Darrick

--
___
Astlinux-users mailing list
Astlinux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/astlinux-users

Donations to support AstLinux are graciously accepted via PayPal to 
pay...@krisk.org.


Re: [Astlinux-users] Direct In Dial

2008-12-22 Thread Lonnie Abelbeck

On Dec 22, 2008, at 7:29 PM, Clara Chan wrote:

> I have configured my extensions.conf to
>
> register => x:passw...@byo.engin.com.au/x
>
> Exten => ,1,Dial(SIP/201)
> exten => ,1,Dial(SIP/202)
> exten => ,1,Dial(SIP/203)

Clara,

I would try leaving off the /x at the end of the register, doesn't  
that force all the calls to go to x ?

Lonnie


--
___
Astlinux-users mailing list
Astlinux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/astlinux-users

Donations to support AstLinux are graciously accepted via PayPal to 
pay...@krisk.org.


[Astlinux-users] Dynamic DNS

2008-12-22 Thread David Kerr
Is it possible to run inadyn twice?  I'd like to update both dyndns.org and
freedns.afraid.org.   Is this possible, and if so is it easy to setup?  I
currently have astlinux set to update dyndns by configuring through the GUI.
Thanks,
David
--
___
Astlinux-users mailing list
Astlinux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/astlinux-users

Donations to support AstLinux are graciously accepted via PayPal to 
pay...@krisk.org.

Re: [Astlinux-users] Direct In Dial

2008-12-22 Thread Clara Chan
Thanks, Cleve

 

 

My ITSP is sending them as individual numbers, I just can't figure out
how to configure it in Asterisk yet. I've been able to do this with a
Linksys SPA9000 previously (so was hoping I can do the same thing in
Asterisk).

 

Cheers,

Clara

 



From: Cleveland Electronic Services
[mailto:i...@clevelandelectronicservices.com] 
Sent: Tuesday, 23 December 2008 12:52 PM
To: 'AstLinux Users Mailing List'
Subject: [Astlinux-users] Direct In Dial

 

Hi Clara,

 

It would be a good idea to speak to your VSP and see how they pass your
DID numbers, if they have pointed all your did numbers to your sip
number and only passing your sip number through then you have no hope of
separating your calls as per individual DID numbers.

 

Cheers

 

Cleve

 

 

 

From: Tod Fitch [mailto:t...@fitchdesign.com] 
Sent: Tuesday, 23 December 2008 11:56 AM
To: AstLinux Users Mailing List
Subject: Re: [Astlinux-users] Direct In Dial

 

Hi Clara,

 

My extensions.conf is fairly convoluted so I would rather not just post
a bit out of it as the explanation would take this pretty far off topic.

 

That said, I don't see any glaringly obvious issues with the extract you
provided...

 

When debugging something like that, I'd be tempted to make the context
for calls from my provider something like:

 

[fromvoipprovider]

exten => s,1,NoOp(Number dialed was ${EXTEN})

 

And see from the log what I am getting from my provider.

 

Regards,

Tod

 

On Dec 22, 2008, at 4:41 PM, Clara Chan wrote:

 

Sorry, to add one other comment, DNIS should be activated already as I
can get this to work on a Linksys 9000 by :201;:202;:203.

 

 



From: Clara Chan 
Sent: Tuesday, 23 December 2008 11:40 AM
To: 'AstLinux Users Mailing List'
Subject: RE: [Astlinux-users] Direct In Dial

 

Tod,

 

>From your description, that is what I am after.

 

I have multiple "DIDs" from a single account eg x.  This account has
three separate direct-in-dial numbers, , . I have registered to
that account, but any number being forwarded

 

I have configured my extensions.conf to

 

Exten => ,1,Dial(SIP/201)

exten => ,1,Dial(SIP/202)

exten => ,1,Dial(SIP/203)

 

but all numbers dialled gets sent to SIP/201.

 

Having had a further read, I understand it's possible to use
sipgetheader, and trying

exten => ,1,SIPGetHeader(Testing=To)

exten => ,n,GotoIf($["${Testing}"=""]?dial1)

exten => ,n(dial1),Dial(SIP/201)

 

but this does not appear to be working.

 

Any suggestions??

 



From: Tod Fitch [mailto:t...@fitchdesign.com] 
Sent: Tuesday, 23 December 2008 11:33 AM
To: AstLinux Users Mailing List
Subject: Re: [Astlinux-users] Direct In Dial

 

On Dec 22, 2008, at 2:20 PM, Clara Chan wrote:

 

Hi all,

 

Has anybody here been able to configure multiple "Direct In Dial" in
Astlinux for a single account??

 

Cheers,

Clara

I don't think I understand what you are looking for. If you mean
multiple "direct inward dialing" from a single SIP account at a ITSP, it
is possible. I have one account with my provider but have three numbers
and have Asterisk on my AstLinux box sending those three numbers off to
three different phones.

 

To make this work you need several things:

 

1. Your provider to send the number dialed when it sets up the call my
provider calls it "DNIS" and there is a check box on their web page to
enable it on a per number basis. Your provider may have different names
or ways to set that up.

2. You need the SIP context for your account to send the call to an
"extension" that can handle the number string

3. You need your extensions.conf setup to handle the "dialed" number.

 

Tod

 

 


--
___
Astlinux-users mailing list
Astlinux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/astlinux-users

Donations to support AstLinux are graciously accepted via PayPal to
pay...@krisk.org.

 

--
___
Astlinux-users mailing list
Astlinux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/astlinux-users

Donations to support AstLinux are graciously accepted via PayPal to 
pay...@krisk.org.

[Astlinux-users] Direct In Dial

2008-12-22 Thread Cleveland Electronic Services
Hi Clara,

 

It would be a good idea to speak to your VSP and see how they pass your DID
numbers, if they have pointed all your did numbers to your sip number and
only passing your sip number through then you have no hope of separating
your calls as per individual DID numbers.

 

Cheers

 

Cleve

 

 

 

From: Tod Fitch [mailto:t...@fitchdesign.com] 
Sent: Tuesday, 23 December 2008 11:56 AM
To: AstLinux Users Mailing List
Subject: Re: [Astlinux-users] Direct In Dial

 

Hi Clara,

 

My extensions.conf is fairly convoluted so I would rather not just post a
bit out of it as the explanation would take this pretty far off topic.

 

That said, I don't see any glaringly obvious issues with the extract you
provided...

 

When debugging something like that, I'd be tempted to make the context for
calls from my provider something like:

 

[fromvoipprovider]

exten => s,1,NoOp(Number dialed was ${EXTEN})

 

And see from the log what I am getting from my provider.

 

Regards,

Tod

 

On Dec 22, 2008, at 4:41 PM, Clara Chan wrote:





Sorry, to add one other comment, DNIS should be activated already as I can
get this to work on a Linksys 9000 by :201;:202;:203.

 

 

  _  

From: Clara Chan 
Sent: Tuesday, 23 December 2008 11:40 AM
To: 'AstLinux Users Mailing List'
Subject: RE: [Astlinux-users] Direct In Dial

 

Tod,

 

>From your description, that is what I am after.

 

I have multiple "DIDs" from a single account eg x.  This account has
three separate direct-in-dial numbers, , . I have registered to that
account, but any number being forwarded

 

I have configured my extensions.conf to

 

Exten => ,1,Dial(SIP/201)

exten => ,1,Dial(SIP/202)

exten => ,1,Dial(SIP/203)

 

but all numbers dialled gets sent to SIP/201.

 

Having had a further read, I understand it's possible to use sipgetheader,
and trying

exten => ,1,SIPGetHeader(Testing=To)

exten => ,n,GotoIf($["${Testing}"=""]?dial1)

exten => ,n(dial1),Dial(SIP/201)

 

but this does not appear to be working.

 

Any suggestions??

 

  _  

From: Tod Fitch [mailto:t...@fitchdesign.com] 
Sent: Tuesday, 23 December 2008 11:33 AM
To: AstLinux Users Mailing List
Subject: Re: [Astlinux-users] Direct In Dial

 

On Dec 22, 2008, at 2:20 PM, Clara Chan wrote:

 

Hi all,

 

Has anybody here been able to configure multiple "Direct In Dial" in
Astlinux for a single account??

 

Cheers,

Clara

I don't think I understand what you are looking for. If you mean multiple
"direct inward dialing" from a single SIP account at a ITSP, it is possible.
I have one account with my provider but have three numbers and have Asterisk
on my AstLinux box sending those three numbers off to three different
phones.

 

To make this work you need several things:

 

1. Your provider to send the number dialed when it sets up the call my
provider calls it "DNIS" and there is a check box on their web page to
enable it on a per number basis. Your provider may have different names or
ways to set that up.

2. You need the SIP context for your account to send the call to an
"extension" that can handle the number string

3. You need your extensions.conf setup to handle the "dialed" number.

 

Tod

 

 


--
___
Astlinux-users mailing list
Astlinux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/astlinux-users

Donations to support AstLinux are graciously accepted via PayPal to
pay...@krisk.org.

 

--
___
Astlinux-users mailing list
Astlinux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/astlinux-users

Donations to support AstLinux are graciously accepted via PayPal to 
pay...@krisk.org.

Re: [Astlinux-users] Direct In Dial

2008-12-22 Thread Rob Hillis
Try removing the /x from your registration string.  If I understand
this correctly, it means that all calls presented will be presented to
the x extension, regardless of DID.


Clara Chan wrote:
> Hmm.. unfortunately, it doesn't work for me.
>
> As previous post, I've configured the pbx as 
>
> I have multiple "DIDs" from a single account eg x.  This account has
> three separate direct-in-dial numbers, , . I have registered to
> that account, but any number being forwarded 
>
>  
>
> I have configured my extensions.conf to 
>
> register => x:passw...@byo.engin.com.au/x
>
> Exten => ,1,Dial(SIP/201)
> exten => ,1,Dial(SIP/202)
> exten => ,1,Dial(SIP/203)
>
>  
>
> but all numbers dialled gets sent to SIP/201.
>
>  
>
> Having had a further read, I understand it's possible to use
> sipgetheader, and trying 
>
> exten => ,1,SIPGetHeader(Testing=To)
>
> exten => ,n,GotoIf($["${Testing}"=""]?dial1)
>
> exten => ,n(dial1),Dial(SIP/201)
>
> -Original Message-
> From: Philip A. Prindeville [mailto:philipp_s...@redfish-solutions.com] 
> Sent: Tuesday, 23 December 2008 12:26 PM
> To: AstLinux Users Mailing List
> Subject: Re: [Astlinux-users] Direct In Dial
>
> Clara Chan wrote:
>   
>> Hi all,
>>
>> Has anybody here been able to configure multiple "Direct In Dial" in 
>> Astlinux for a single account??
>>
>> Cheers,
>>
>> Clara
>>
>> 
>
> Yup. It works just like under stock Asterisk.
>
> -Philip
>
>
>
> 
> --
> ___
> Astlinux-users mailing list
> Astlinux-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/astlinux-users
>
> Donations to support AstLinux are graciously accepted via PayPal to
> pay...@krisk.org.
>
> --
> ___
> Astlinux-users mailing list
> Astlinux-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/astlinux-users
>
> Donations to support AstLinux are graciously accepted via PayPal to 
> pay...@krisk.org.
>   
--
___
Astlinux-users mailing list
Astlinux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/astlinux-users

Donations to support AstLinux are graciously accepted via PayPal to 
pay...@krisk.org.

Re: [Astlinux-users] Direct In Dial

2008-12-22 Thread Philip A. Prindeville
Turn on sip debugging, and see what your headers look like on incoming 
calls.

And as Tod suggested, Noop(DNIS ${DNIS} Exten ${EXTEN}) is your friend.

If you need to get deeper into the weeds than that, then you can start 
using SIPGetHeader()...

-Philip


Clara Chan wrote:
> Hmm.. unfortunately, it doesn't work for me.
>
> As previous post, I've configured the pbx as 
>
> I have multiple "DIDs" from a single account eg x.  This account has
> three separate direct-in-dial numbers, , . I have registered to
> that account, but any number being forwarded 
>
>  
>
> I have configured my extensions.conf to 
>
> register => x:passw...@byo.engin.com.au/x
>
> Exten => ,1,Dial(SIP/201)
> exten => ,1,Dial(SIP/202)
> exten => ,1,Dial(SIP/203)
>
>  
>
> but all numbers dialled gets sent to SIP/201.
>
>  
>
> Having had a further read, I understand it's possible to use
> sipgetheader, and trying 
>
> exten => ,1,SIPGetHeader(Testing=To)
>
> exten => ,n,GotoIf($["${Testing}"=""]?dial1)
>
> exten => ,n(dial1),Dial(SIP/201)
>
> -Original Message-
> From: Philip A. Prindeville [mailto:philipp_s...@redfish-solutions.com] 
> Sent: Tuesday, 23 December 2008 12:26 PM
> To: AstLinux Users Mailing List
> Subject: Re: [Astlinux-users] Direct In Dial
>
> Clara Chan wrote:
>   
>> Hi all,
>>
>> Has anybody here been able to configure multiple "Direct In Dial" in 
>> Astlinux for a single account??
>>
>> Cheers,
>>
>> Clara
>>
>> 
>
> Yup. It works just like under stock Asterisk.
>
> -Philip
>   


--
___
Astlinux-users mailing list
Astlinux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/astlinux-users

Donations to support AstLinux are graciously accepted via PayPal to 
pay...@krisk.org.


Re: [Astlinux-users] Problems getting started

2008-12-22 Thread Philip A. Prindeville
Phil McKerracher wrote:
> Many thanks for your suggestions, Philip.
>
>   
>> Try right-clicking on physdiskwrite.exe and setting the compatibility
>> mode to XP+SP3 (or just plain XP)...
>> 
>
> That didn't help (nor did Win2000 mode etc). In fact, I can find no way at
> all of formatting the blank partition in Vista, even using diskpart - it
> just refuses because it's "removable media".
>   

Hmmm... There are a few different versions of physdiskwrite.exe floating 
around out there... Make sure you get the right one.

As I remember, it was a little hit-or-miss on Vista.

But I have done it.


>> Turn off flow-control (no xon/xoff, no rts/cts).
>> 
>
> That didn't help either.
>
> I suspect the unformatted secondary partition may be the problem. Can
> anyone confirm that this must be done as a manual step to get astlinux
> running on a 4801? I can't find any reference to this in any of the
> documentation or mail archives. If so, it seems that using linux is the
> only way to do it. I'll give it a try when I get a chance.
>
> I'm suspicious that physdiskwrite created the first 128MB partition in
> seconds under windows but DD took 15 mins under Ubuntu (same hardware).
> Why would this be?
>
>   

It wouldn't (unless it was "writing to cache" instead of "write-through").

You're limited to 12Mb/s on USB 1.1, so writing that much would take 
about 3 minutes minimum (am I doing my math right???).

-Phiilp



--
___
Astlinux-users mailing list
Astlinux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/astlinux-users

Donations to support AstLinux are graciously accepted via PayPal to 
pay...@krisk.org.


Re: [Astlinux-users] Direct In Dial

2008-12-22 Thread Clara Chan
Hmm.. unfortunately, it doesn't work for me.

As previous post, I've configured the pbx as 

I have multiple "DIDs" from a single account eg x.  This account has
three separate direct-in-dial numbers, , . I have registered to
that account, but any number being forwarded 

 

I have configured my extensions.conf to 

register => x:passw...@byo.engin.com.au/x

Exten => ,1,Dial(SIP/201)
exten => ,1,Dial(SIP/202)
exten => ,1,Dial(SIP/203)

 

but all numbers dialled gets sent to SIP/201.

 

Having had a further read, I understand it's possible to use
sipgetheader, and trying 

exten => ,1,SIPGetHeader(Testing=To)

exten => ,n,GotoIf($["${Testing}"=""]?dial1)

exten => ,n(dial1),Dial(SIP/201)

-Original Message-
From: Philip A. Prindeville [mailto:philipp_s...@redfish-solutions.com] 
Sent: Tuesday, 23 December 2008 12:26 PM
To: AstLinux Users Mailing List
Subject: Re: [Astlinux-users] Direct In Dial

Clara Chan wrote:
>
> Hi all,
>
> Has anybody here been able to configure multiple "Direct In Dial" in 
> Astlinux for a single account??
>
> Cheers,
>
> Clara
>

Yup. It works just like under stock Asterisk.

-Philip




--
___
Astlinux-users mailing list
Astlinux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/astlinux-users

Donations to support AstLinux are graciously accepted via PayPal to
pay...@krisk.org.

--
___
Astlinux-users mailing list
Astlinux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/astlinux-users

Donations to support AstLinux are graciously accepted via PayPal to 
pay...@krisk.org.


Re: [Astlinux-users] Direct In Dial

2008-12-22 Thread Philip A. Prindeville
Clara Chan wrote:
>
> Hi all,
>
> Has anybody here been able to configure multiple “Direct In Dial” in 
> Astlinux for a single account??
>
> Cheers,
>
> Clara
>

Yup. It works just like under stock Asterisk.

-Philip



--
___
Astlinux-users mailing list
Astlinux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/astlinux-users

Donations to support AstLinux are graciously accepted via PayPal to 
pay...@krisk.org.


Re: [Astlinux-users] Direct In Dial

2008-12-22 Thread Tod Fitch

Hi Clara,

My extensions.conf is fairly convoluted so I would rather not just  
post a bit out of it as the explanation would take this pretty far off  
topic.


That said, I don't see any glaringly obvious issues with the extract  
you provided...


When debugging something like that, I'd be tempted to make the context  
for calls from my provider something like:


[fromvoipprovider]
exten => s,1,NoOp(Number dialed was ${EXTEN})

And see from the log what I am getting from my provider.

Regards,
Tod

On Dec 22, 2008, at 4:41 PM, Clara Chan wrote:

Sorry, to add one other comment, DNIS should be activated already as  
I can get this to work on a Linksys 9000 by :201;:202;: 
203.



From: Clara Chan
Sent: Tuesday, 23 December 2008 11:40 AM
To: 'AstLinux Users Mailing List'
Subject: RE: [Astlinux-users] Direct In Dial

Tod,

From your description, that is what I am after.

I have multiple “DIDs” from a single account eg x.  This account  
has three separate direct-in-dial numbers, , . I have  
registered to that account, but any number being forwarded


I have configured my extensions.conf to

Exten => ,1,Dial(SIP/201)
exten => ,1,Dial(SIP/202)
exten => ,1,Dial(SIP/203)

but all numbers dialled gets sent to SIP/201.

Having had a further read, I understand it’s possible to use  
sipgetheader, and trying

exten => ,1,SIPGetHeader(Testing=To)
exten => ,n,GotoIf($["${Testing}"=""]?dial1)
exten => ,n(dial1),Dial(SIP/201)

but this does not appear to be working.

Any suggestions??

From: Tod Fitch [mailto:t...@fitchdesign.com]
Sent: Tuesday, 23 December 2008 11:33 AM
To: AstLinux Users Mailing List
Subject: Re: [Astlinux-users] Direct In Dial

On Dec 22, 2008, at 2:20 PM, Clara Chan wrote:

Hi all,

Has anybody here been able to configure multiple “Direct In Dial” in  
Astlinux for a single account??


Cheers,
Clara
I don't think I understand what you are looking for. If you mean  
multiple "direct inward dialing" from a single SIP account at a  
ITSP, it is possible. I have one account with my provider but have  
three numbers and have Asterisk on my AstLinux box sending those  
three numbers off to three different phones.


To make this work you need several things:

1. Your provider to send the number dialed when it sets up the call  
my provider calls it "DNIS" and there is a check box on their web  
page to enable it on a per number basis. Your provider may have  
different names or ways to set that up.
2. You need the SIP context for your account to send the call to an  
"extension" that can handle the number string

3. You need your extensions.conf setup to handle the "dialed" number.

Tod


--
___
Astlinux-users mailing list
Astlinux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/astlinux-users

Donations to support AstLinux are graciously accepted via PayPal to pay...@krisk.org 
.




smime.p7s
Description: S/MIME cryptographic signature
--
___
Astlinux-users mailing list
Astlinux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/astlinux-users

Donations to support AstLinux are graciously accepted via PayPal to 
pay...@krisk.org.

Re: [Astlinux-users] Problems getting started

2008-12-22 Thread Phil McKerracher
Many thanks for your suggestions, Philip.

> Try right-clicking on physdiskwrite.exe and setting the compatibility
> mode to XP+SP3 (or just plain XP)...

That didn't help (nor did Win2000 mode etc). In fact, I can find no way at
all of formatting the blank partition in Vista, even using diskpart - it
just refuses because it's "removable media".

> Turn off flow-control (no xon/xoff, no rts/cts).

That didn't help either.

I suspect the unformatted secondary partition may be the problem. Can
anyone confirm that this must be done as a manual step to get astlinux
running on a 4801? I can't find any reference to this in any of the
documentation or mail archives. If so, it seems that using linux is the
only way to do it. I'll give it a try when I get a chance.

I'm suspicious that physdiskwrite created the first 128MB partition in
seconds under windows but DD took 15 mins under Ubuntu (same hardware).
Why would this be?

-- 
Phil McKerracher
www.mckerracher.net



--
___
Astlinux-users mailing list
Astlinux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/astlinux-users

Donations to support AstLinux are graciously accepted via PayPal to 
pay...@krisk.org.


Re: [Astlinux-users] USB2Serial-adapter with Soekris or Alix board

2008-12-22 Thread Philip A. Prindeville
Michael Keuter wrote:
>> <494ee92e.1030...@redfish-solutions.com>
>> 
>> <494fe2f4.4030...@redfish-solutions.com> 
>> 
>> Message-ID: 
>> X-Sender: dhart...@djhsolutions.com
>> Received: from 64.246.240.54 [64.246.240.54] with HTTP/1.1 (POST); Mon, 22 
>> Dec
>>  2008 15:12:56 -0600
>> User-Agent: RoundCube Webmail/0.1
>> Content-Type: text/plain; charset="UTF-8"
>> Content-Transfer-Encoding: 8bit
>>
>>
>>
>> On Mon, 22 Dec 2008 20:49:01 +0100, Michael Keuter  wrote:
>> 
 Michael Keuter wrote:
 
>>   kd85.com makes a case with two serial port cut-outs...  I wouldn't
>> 
>>>  get
>>>   
>>   too attached to the net4801... it's EOL'd.
>>
>>   -Philip
>>   
>> 
>   Hi Philip,
>   I know kd85.com but that wouldn't help with Alix boards - they only
>   have one COM port.
>   I read that the PL-2303 driver is already
> included into the Linux 2.6 kernel:
>
>   http://www.prolific.com.tw/eng/downloads.asp?ID=31
>   
   >
   > Would it be possible to include it/activate it in Astlinux?
   >

 Been there all along:

 pbx ~ # modinfo plusb
 filename:
 /lib/modules/2.6.25.19-astlinux/kernel/drivers/net/usb/plusb.ko
 license:GPL
 description:Prolific PL-2301/2302 USB Host to Host Link Driver
 author: David Brownell
 alias:  usb:v067Bp0001d*dc*dsc*dp*ic*isc*ip*
 alias:  usb:v067Bpd*dc*dsc*dp*ic*isc*ip*
 depends:usbnet
 vermagic:   2.6.25.19-astlinux preempt mod_unload GEODE
 pbx ~ #
 
>>>  Hi Philip,
>>>
>>>  thanks for your answer.
>>>  But that is NOT a USB-to-serial port driver.
>>>  That is an USB-to-USB "network" cable (or bridge
>>>  controller), that's why it's under "Š/net/usb/"
>>>  :-).
>>>
>>>  On my Debian 4 server it is in
>>>  /lib/modules/2.6.18-6-686/kernel/drivers/usb/serial/pl2303.ko and
>>>  /lib/modules/2.6.18-6-686/kernel/drivers/usb/serial/usbserial.ko
>>>   
>> Michael,
>>
>> Yes, that's correct.  Those two modules would need to be added.  I'm saying
>> it's worth the size of the modules.  We'll put it on the list to do.  The
>> Prolific usb/serial device is one of the more popular ones that's
>> compatible with Linux and it should only add a few hundred kb to the total
>> build.
>>
>> Darrick
>> 
>
> Thanks Darrick,
>
> that would make some of my projects MUCH easier, 
> not to have to fiddle with much too short serial 
> adapter cables, drilling, and so on.
>
> Maybe "usbcore" is also needed. Can't find it on 0.6.2.
>
> Michael
>   

Committing to trunk...  #2229.  I didn't enable everything.  Just:

+CONFIG_USB_SERIAL=m
+CONFIG_USB_SERIAL_GENERIC=y
+CONFIG_USB_SERIAL_DIGI_ACCELEPORT=m
+CONFIG_USB_SERIAL_FTDI_SIO=m
+CONFIG_USB_SERIAL_IR=m
+CONFIG_USB_SERIAL_GARMIN=m
+CONFIG_USB_SERIAL_PL2303=m
+CONFIG_USB_SERIAL_OTI6858=m
+CONFIG_USB_SERIAL_OPTION=m
+CONFIG_USB_SERIAL_DEBUG=m


Already forgotten what USB_SERIAL_OPTION does...  Oh, hang on.  That's 
not very handy.  I'll back that last one out...

-Philip




--
___
Astlinux-users mailing list
Astlinux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/astlinux-users

Donations to support AstLinux are graciously accepted via PayPal to 
pay...@krisk.org.


Re: [Astlinux-users] Direct In Dial

2008-12-22 Thread Clara Chan
Sorry, to add one other comment, DNIS should be activated already as I
can get this to work on a Linksys 9000 by :201;:202;:203.

 

 



From: Clara Chan 
Sent: Tuesday, 23 December 2008 11:40 AM
To: 'AstLinux Users Mailing List'
Subject: RE: [Astlinux-users] Direct In Dial

 

Tod, 

 

>From your description, that is what I am after.

 

I have multiple "DIDs" from a single account eg x.  This account has
three separate direct-in-dial numbers, , . I have registered to
that account, but any number being forwarded 

 

I have configured my extensions.conf to 

 

Exten => ,1,Dial(SIP/201)

exten => ,1,Dial(SIP/202)

exten => ,1,Dial(SIP/203)

 

but all numbers dialled gets sent to SIP/201.

 

Having had a further read, I understand it's possible to use
sipgetheader, and trying 

exten => ,1,SIPGetHeader(Testing=To)

exten => ,n,GotoIf($["${Testing}"=""]?dial1)

exten => ,n(dial1),Dial(SIP/201)

 

but this does not appear to be working.

 

Any suggestions??

 



From: Tod Fitch [mailto:t...@fitchdesign.com] 
Sent: Tuesday, 23 December 2008 11:33 AM
To: AstLinux Users Mailing List
Subject: Re: [Astlinux-users] Direct In Dial

 

On Dec 22, 2008, at 2:20 PM, Clara Chan wrote:

 

Hi all, 

 

Has anybody here been able to configure multiple "Direct In Dial" in
Astlinux for a single account??

 

Cheers,

Clara

I don't think I understand what you are looking for. If you mean
multiple "direct inward dialing" from a single SIP account at a ITSP, it
is possible. I have one account with my provider but have three numbers
and have Asterisk on my AstLinux box sending those three numbers off to
three different phones.

 

To make this work you need several things:

 

1. Your provider to send the number dialed when it sets up the call my
provider calls it "DNIS" and there is a check box on their web page to
enable it on a per number basis. Your provider may have different names
or ways to set that up.

2. You need the SIP context for your account to send the call to an
"extension" that can handle the number string

3. You need your extensions.conf setup to handle the "dialed" number.

 

Tod

 

 

--
___
Astlinux-users mailing list
Astlinux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/astlinux-users

Donations to support AstLinux are graciously accepted via PayPal to 
pay...@krisk.org.

Re: [Astlinux-users] Direct In Dial

2008-12-22 Thread Clara Chan
Tod, 

 

>From your description, that is what I am after.

 

I have multiple "DIDs" from a single account eg x.  This account has
three separate direct-in-dial numbers, , . I have registered to
that account, but any number being forwarded 

 

I have configured my extensions.conf to 

 

Exten => ,1,Dial(SIP/201)

exten => ,1,Dial(SIP/202)

exten => ,1,Dial(SIP/203)

 

but all numbers dialled gets sent to SIP/201.

 

Having had a further read, I understand it's possible to use
sipgetheader, and trying 

exten => ,1,SIPGetHeader(Testing=To)

exten => ,n,GotoIf($["${Testing}"=""]?dial1)

exten => ,n(dial1),Dial(SIP/201)

 

but this does not appear to be working.

 

Any suggestions??

 



From: Tod Fitch [mailto:t...@fitchdesign.com] 
Sent: Tuesday, 23 December 2008 11:33 AM
To: AstLinux Users Mailing List
Subject: Re: [Astlinux-users] Direct In Dial

 

On Dec 22, 2008, at 2:20 PM, Clara Chan wrote:





Hi all, 

 

Has anybody here been able to configure multiple "Direct In Dial" in
Astlinux for a single account??

 

Cheers,

Clara

I don't think I understand what you are looking for. If you mean
multiple "direct inward dialing" from a single SIP account at a ITSP, it
is possible. I have one account with my provider but have three numbers
and have Asterisk on my AstLinux box sending those three numbers off to
three different phones.

 

To make this work you need several things:

 

1. Your provider to send the number dialed when it sets up the call my
provider calls it "DNIS" and there is a check box on their web page to
enable it on a per number basis. Your provider may have different names
or ways to set that up.

2. You need the SIP context for your account to send the call to an
"extension" that can handle the number string

3. You need your extensions.conf setup to handle the "dialed" number.

 

Tod

 

 

--
___
Astlinux-users mailing list
Astlinux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/astlinux-users

Donations to support AstLinux are graciously accepted via PayPal to 
pay...@krisk.org.

Re: [Astlinux-users] Direct In Dial

2008-12-22 Thread Tod Fitch

On Dec 22, 2008, at 2:20 PM, Clara Chan wrote:


Hi all,



Has anybody here been able to configure multiple “Direct In Dial” in  
Astlinux for a single account??




Cheers,

Clara

I don't think I understand what you are looking for. If you mean  
multiple "direct inward dialing" from a single SIP account at a ITSP,  
it is possible. I have one account with my provider but have three  
numbers and have Asterisk on my AstLinux box sending those three  
numbers off to three different phones.


To make this work you need several things:

1. Your provider to send the number dialed when it sets up the call my  
provider calls it "DNIS" and there is a check box on their web page to  
enable it on a per number basis. Your provider may have different  
names or ways to set that up.
2. You need the SIP context for your account to send the call to an  
"extension" that can handle the number string

3. You need your extensions.conf setup to handle the "dialed" number.

Tod




smime.p7s
Description: S/MIME cryptographic signature
--
___
Astlinux-users mailing list
Astlinux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/astlinux-users

Donations to support AstLinux are graciously accepted via PayPal to 
pay...@krisk.org.

Re: [Astlinux-users] 2nd external port is a PPP link :: Details

2008-12-22 Thread Ron Byer Jr.
Kristian,

My sincere apologies. I did misread your prior post. I thought you were
speaking specifically about multiple PPP connections. 

I think it was Phillip that had asked for some details on my findings, so I
was going to answer that query in any event. 

As I mentioned previously, I am learning how the networking environment is
constructed... perhaps I will be able to contribute along these lines should
I get sufficiently well along. 

Regards,

rb
-Original Message-
From: Kristian Kielhofner [mailto:kristian.kielhof...@gmail.com] 
Sent: Monday, December 22, 2008 5:52 PM
To: AstLinux Users Mailing List
Subject: Re: [Astlinux-users] 2nd external port is a PPP link :: Details

Ron,

  Perhaps my last post wasn't clear.

  Multiple external connections, in any configuration, will not work
without significant modifications to the current networking code.

On Mon, Dec 22, 2008 at 5:27 PM, Ron Byer Jr.  wrote:
> Getting back to this finally.
>
> Here are some details on how I am attemting to set up the 2nd EXT port as
a
> PPP link:
>
> EXTIF=eth0
>
> EXTIP="96.56.230.78"
> EXTNM="255.255.255.248"
> EXTGW="96.56.230.73"
>
>
> EXT2IF=ppp0
>
> #EXT2IP="dhcp"
> #EXT2NM="255.255.255.0"
> #EXT2GW="68.236.211.11"
>
>
> PPPOEUSER=""
> PPPOEPASS=""
> PPPOEIF="eth1"
> PPPOEKERNEL="yes"
> PPPOEDEBUG="yes"
>
>
> Upon rebooting with this configuration, I find that I don't have a
> eth0,eth1, or ppp0 connection:
>
> sk3 ~ # ifconfig
> eth2  Link encap:Ethernet  HWaddr 00:00:24:CB:01:32
>  inet addr:192.168.17.78  Bcast:192.168.17.255  Mask:255.255.255.0
>  UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
>  RX packets:145 errors:0 dropped:0 overruns:0 frame:0
>  TX packets:109 errors:0 dropped:0 overruns:0 carrier:0
>  collisions:0 txqueuelen:1000
>  RX bytes:24112 (23.5 KiB)  TX bytes:36135 (35.2 KiB)
>  Interrupt:9 Base address:0xe300
>
> loLink encap:Local Loopback
>  inet addr:127.0.0.1  Mask:255.0.0.0
>  UP LOOPBACK RUNNING  MTU:16436  Metric:1
>  RX packets:0 errors:0 dropped:0 overruns:0 frame:0
>  TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
>  collisions:0 txqueuelen:0
>  RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)
>
>
> Other attempts:
>
> I've experimented with the definition of EXT2IP/NM/GW, with no apparent
> change.. Ultimately, I've left them commented out since they should be
> assigned as part of the ppp setup in any event.
>
> I switched eth0 and eth1, making the ppp link on eth0.  End up with the
same
> interface configuration as above.
>
> Any thoughts would be welcome.  I've been tracing the network script
> (S03Network) that is invoked during startup.  I don't have any intelligent
> observations on that yet, so I will refrain from speaking on that process
> till I understand what's going on there.
>
> rb
>
>
> Ron Byer Jr.
> NetWeave Integrated Solutions, Inc.
> +1.732.786.8830 x120
>



-- 
Kristian Kielhofner
http://blog.krisk.org
http://www.submityoursip.com
http://www.astlinux.org
http://www.star2star.com


--
___
Astlinux-users mailing list
Astlinux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/astlinux-users

Donations to support AstLinux are graciously accepted via PayPal to
pay...@krisk.org.

No virus found in this incoming message.
Checked by AVG. 
Version: 7.5.552 / Virus Database: 270.9.19/1860 - Release Date: 12/21/2008
3:08 PM
 


--
___
Astlinux-users mailing list
Astlinux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/astlinux-users

Donations to support AstLinux are graciously accepted via PayPal to 
pay...@krisk.org.


Re: [Astlinux-users] 2nd external port is a PPP link :: Details

2008-12-22 Thread Kristian Kielhofner
Ron,

  Perhaps my last post wasn't clear.

  Multiple external connections, in any configuration, will not work
without significant modifications to the current networking code.

On Mon, Dec 22, 2008 at 5:27 PM, Ron Byer Jr.  wrote:
> Getting back to this finally.
>
> Here are some details on how I am attemting to set up the 2nd EXT port as a
> PPP link:
>
> EXTIF=eth0
>
> EXTIP="96.56.230.78"
> EXTNM="255.255.255.248"
> EXTGW="96.56.230.73"
>
>
> EXT2IF=ppp0
>
> #EXT2IP="dhcp"
> #EXT2NM="255.255.255.0"
> #EXT2GW="68.236.211.11"
>
>
> PPPOEUSER=""
> PPPOEPASS=""
> PPPOEIF="eth1"
> PPPOEKERNEL="yes"
> PPPOEDEBUG="yes"
>
>
> Upon rebooting with this configuration, I find that I don't have a
> eth0,eth1, or ppp0 connection:
>
> sk3 ~ # ifconfig
> eth2  Link encap:Ethernet  HWaddr 00:00:24:CB:01:32
>  inet addr:192.168.17.78  Bcast:192.168.17.255  Mask:255.255.255.0
>  UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
>  RX packets:145 errors:0 dropped:0 overruns:0 frame:0
>  TX packets:109 errors:0 dropped:0 overruns:0 carrier:0
>  collisions:0 txqueuelen:1000
>  RX bytes:24112 (23.5 KiB)  TX bytes:36135 (35.2 KiB)
>  Interrupt:9 Base address:0xe300
>
> loLink encap:Local Loopback
>  inet addr:127.0.0.1  Mask:255.0.0.0
>  UP LOOPBACK RUNNING  MTU:16436  Metric:1
>  RX packets:0 errors:0 dropped:0 overruns:0 frame:0
>  TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
>  collisions:0 txqueuelen:0
>  RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)
>
>
> Other attempts:
>
> I've experimented with the definition of EXT2IP/NM/GW, with no apparent
> change.. Ultimately, I've left them commented out since they should be
> assigned as part of the ppp setup in any event.
>
> I switched eth0 and eth1, making the ppp link on eth0.  End up with the same
> interface configuration as above.
>
> Any thoughts would be welcome.  I've been tracing the network script
> (S03Network) that is invoked during startup.  I don't have any intelligent
> observations on that yet, so I will refrain from speaking on that process
> till I understand what's going on there.
>
> rb
>
>
> Ron Byer Jr.
> NetWeave Integrated Solutions, Inc.
> +1.732.786.8830 x120
>



-- 
Kristian Kielhofner
http://blog.krisk.org
http://www.submityoursip.com
http://www.astlinux.org
http://www.star2star.com

--
___
Astlinux-users mailing list
Astlinux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/astlinux-users

Donations to support AstLinux are graciously accepted via PayPal to 
pay...@krisk.org.


Re: [Astlinux-users] 2nd external port is a PPP link :: Details

2008-12-22 Thread Ron Byer Jr.
Getting back to this finally. 

Here are some details on how I am attemting to set up the 2nd EXT port as a
PPP link:
 
EXTIF=eth0

EXTIP="96.56.230.78"
EXTNM="255.255.255.248"
EXTGW="96.56.230.73"


EXT2IF=ppp0

#EXT2IP="dhcp"
#EXT2NM="255.255.255.0"
#EXT2GW="68.236.211.11"


PPPOEUSER=""
PPPOEPASS=""
PPPOEIF="eth1"
PPPOEKERNEL="yes"
PPPOEDEBUG="yes"


Upon rebooting with this configuration, I find that I don't have a
eth0,eth1, or ppp0 connection:

sk3 ~ # ifconfig
eth2  Link encap:Ethernet  HWaddr 00:00:24:CB:01:32
  inet addr:192.168.17.78  Bcast:192.168.17.255  Mask:255.255.255.0
  UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
  RX packets:145 errors:0 dropped:0 overruns:0 frame:0
  TX packets:109 errors:0 dropped:0 overruns:0 carrier:0
  collisions:0 txqueuelen:1000
  RX bytes:24112 (23.5 KiB)  TX bytes:36135 (35.2 KiB)
  Interrupt:9 Base address:0xe300

loLink encap:Local Loopback
  inet addr:127.0.0.1  Mask:255.0.0.0
  UP LOOPBACK RUNNING  MTU:16436  Metric:1
  RX packets:0 errors:0 dropped:0 overruns:0 frame:0
  TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
  collisions:0 txqueuelen:0
  RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)


Other attempts:

I've experimented with the definition of EXT2IP/NM/GW, with no apparent
change.. Ultimately, I've left them commented out since they should be
assigned as part of the ppp setup in any event. 

I switched eth0 and eth1, making the ppp link on eth0.  End up with the same
interface configuration as above. 

Any thoughts would be welcome.  I've been tracing the network script
(S03Network) that is invoked during startup.  I don't have any intelligent
observations on that yet, so I will refrain from speaking on that process
till I understand what's going on there. 

rb

 
Ron Byer Jr.
NetWeave Integrated Solutions, Inc.
+1.732.786.8830 x120
 

-Original Message-
From: Philip A. Prindeville [mailto:philipp_s...@redfish-solutions.com] 
Sent: Friday, December 19, 2008 7:42 PM
To: AstLinux Users Mailing List
Subject: Re: [Astlinux-users] 2nd external port is a PPP link

Ron Byer Jr. wrote:
> Sorry. I wasn't clear : I've even now changed the subject line to cover my
> tracks. 
>
> I have a eth0 with a static IP Ethernet connection. No magic required
here.
>
> I'd *like* to add a 2nd external connection (say eth1) that is a ppp
> connection. 
>
> This is on a net5501, btw. 3rd port is an internal nic. Astfw is deployed
> looking outward. 
>
> I've tried various iterations on using EXT2IF as ppp0, but the extent of
my
> success so far has been to obliterate eth0. 
>   

Should have checked for other threads before replying...

Ok, obliterate in what way?  Does the default route get stomped on?

-Philip

> It may not be possible within the current purpose and scope of rc.conf, et
> al. If so, I could conceivably set it up post-boot. 
>
>  
> Ron Byer Jr.
> NetWeave Integrated Solutions, Inc.
> +1.732.786.8830 x120
>  
>
> -Original Message-
> From: Kristian Kielhofner [mailto:kkielhof...@star2star.com] 
> Sent: Friday, December 19, 2008 12:03 PM
> To: AstLinux Users Mailing List
> Subject: Re: [Astlinux-users] 2nd PPP connection
>
> On Fri, Dec 19, 2008 at 11:51 AM, Ron Byer Jr.  wrote:
>   
>> First off, congrats to Lonnie. Certainly well deserved.
>>
>>
>>
>> Does anyone have an example (i.e. rc.conf settings, or equivalent) of a
>> 
> 2nd
>   
>> external IP connection that is a PPP connection, the first being a static
>> 
> IP
>   
>> address ?
>>
>>
>>
>> I have a working example of a single EXTIF for ppp, and another example
of
>> 
> a
>   
>> static IP. Trying to put them together in one box has been tricky.
>>
>>
>>
>> Thanks,
>>
>> 
>
> Ron,
>
>   We currently only support one PPP connection at a time.
>
>   While it's certainly possible to support more it would require some
> fairly substantial work on the PPP software (pppd, pppoe, etc).  DHCP
> is tricky enough.  PPP LCP is even worse.
>
>   Philip - any comments/ideas here?
>
>   



--
___
Astlinux-users mailing list
Astlinux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/astlinux-users

Donations to support AstLinux are graciously accepted via PayPal to
pay...@krisk.org.

No virus found in this incoming message.
Checked by AVG. 
Version: 7.5.552 / Virus Database: 270.9.19/1860 - Release Date: 12/21/2008
3:08 PM
 


--
___
Astlinux-users mailing list
Astlinux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/astlinux-users

Donations to support AstLinux are graciously accepted via PayPal to 
pay...@krisk.org.


Re: [Astlinux-users] USB2Serial-adapter with Soekris or Alix board

2008-12-22 Thread Darrick Hartman
Michael Keuter wrote:
>> <494ee92e.1030...@redfish-solutions.com>
>> 
>> <494fe2f4.4030...@redfish-solutions.com> 
>> 
>> Message-ID: 
>> X-Sender: dhart...@djhsolutions.com
>> Received: from 64.246.240.54 [64.246.240.54] with HTTP/1.1 (POST); Mon, 22 
>> Dec
>>  2008 15:12:56 -0600
>> User-Agent: RoundCube Webmail/0.1
>> Content-Type: text/plain; charset="UTF-8"
>> Content-Transfer-Encoding: 8bit
>>
>>
>>
>> On Mon, 22 Dec 2008 20:49:01 +0100, Michael Keuter  wrote:
 Michael Keuter wrote:
>>   kd85.com makes a case with two serial port cut-outs...  I wouldn't
>>>  get
>>   too attached to the net4801... it's EOL'd.
>>
>>   -Philip
>>   
>   Hi Philip,
>   I know kd85.com but that wouldn't help with Alix boards - they only
>   have one COM port.
>   I read that the PL-2303 driver is already
> included into the Linux 2.6 kernel:
>
>   http://www.prolific.com.tw/eng/downloads.asp?ID=31
   >
   > Would it be possible to include it/activate it in Astlinux?
   >

 Been there all along:

 pbx ~ # modinfo plusb
 filename:
 /lib/modules/2.6.25.19-astlinux/kernel/drivers/net/usb/plusb.ko
 license:GPL
 description:Prolific PL-2301/2302 USB Host to Host Link Driver
 author: David Brownell
 alias:  usb:v067Bp0001d*dc*dsc*dp*ic*isc*ip*
 alias:  usb:v067Bpd*dc*dsc*dp*ic*isc*ip*
 depends:usbnet
 vermagic:   2.6.25.19-astlinux preempt mod_unload GEODE
 pbx ~ #
>>>  Hi Philip,
>>>
>>>  thanks for your answer.
>>>  But that is NOT a USB-to-serial port driver.
>>>  That is an USB-to-USB "network" cable (or bridge
>>>  controller), that's why it's under "Š/net/usb/"
>>>  :-).
>>>
>>>  On my Debian 4 server it is in
>>>  /lib/modules/2.6.18-6-686/kernel/drivers/usb/serial/pl2303.ko and
>>>  /lib/modules/2.6.18-6-686/kernel/drivers/usb/serial/usbserial.ko
>> Michael,
>>
>> Yes, that's correct.  Those two modules would need to be added.  I'm saying
>> it's worth the size of the modules.  We'll put it on the list to do.  The
>> Prolific usb/serial device is one of the more popular ones that's
>> compatible with Linux and it should only add a few hundred kb to the total
>> build.
>>
>> Darrick
> 
> Thanks Darrick,
> 
> that would make some of my projects MUCH easier, 
> not to have to fiddle with much too short serial 
> adapter cables, drilling, and so on.
> 
> Maybe "usbcore" is also needed. Can't find it on 0.6.2.

usbcore is in the kernel so that's why you don't see it as a module.


--
___
Astlinux-users mailing list
Astlinux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/astlinux-users

Donations to support AstLinux are graciously accepted via PayPal to 
pay...@krisk.org.


Re: [Astlinux-users] USB2Serial-adapter with Soekris or Alix board

2008-12-22 Thread Michael Keuter
><494ee92e.1030...@redfish-solutions.com>
>
><494fe2f4.4030...@redfish-solutions.com> 
>
>Message-ID: 
>X-Sender: dhart...@djhsolutions.com
>Received: from 64.246.240.54 [64.246.240.54] with HTTP/1.1 (POST); Mon, 22 Dec
>   2008 15:12:56 -0600
>User-Agent: RoundCube Webmail/0.1
>Content-Type: text/plain; charset="UTF-8"
>Content-Transfer-Encoding: 8bit
>
>
>
>On Mon, 22 Dec 2008 20:49:01 +0100, Michael Keuter  wrote:
>>>Michael Keuter wrote:
>   kd85.com makes a case with two serial port cut-outs...  I wouldn't
>>  get
>   too attached to the net4801... it's EOL'd.
>
>   -Philip
>   

   Hi Philip,
   I know kd85.com but that wouldn't help with Alix boards - they only
   have one COM port.
   I read that the PL-2303 driver is already
included into the Linux 2.6 kernel:

   http://www.prolific.com.tw/eng/downloads.asp?ID=31
>>>   >
>>>   > Would it be possible to include it/activate it in Astlinux?
>>>   >
>>>
>>>Been there all along:
>>>
>>>pbx ~ # modinfo plusb
>>>filename:
>>>/lib/modules/2.6.25.19-astlinux/kernel/drivers/net/usb/plusb.ko
>>>license:GPL
>>>description:Prolific PL-2301/2302 USB Host to Host Link Driver
>>>author: David Brownell
>>>alias:  usb:v067Bp0001d*dc*dsc*dp*ic*isc*ip*
>>>alias:  usb:v067Bpd*dc*dsc*dp*ic*isc*ip*
>>>depends:usbnet
>>>vermagic:   2.6.25.19-astlinux preempt mod_unload GEODE
>>>pbx ~ #
>>
>>  Hi Philip,
>>
>>  thanks for your answer.
>>  But that is NOT a USB-to-serial port driver.
>>  That is an USB-to-USB "network" cable (or bridge
>>  controller), that's why it's under "Š/net/usb/"
>>  :-).
>>
>>  On my Debian 4 server it is in
>>  /lib/modules/2.6.18-6-686/kernel/drivers/usb/serial/pl2303.ko and
>>  /lib/modules/2.6.18-6-686/kernel/drivers/usb/serial/usbserial.ko
>
>Michael,
>
>Yes, that's correct.  Those two modules would need to be added.  I'm saying
>it's worth the size of the modules.  We'll put it on the list to do.  The
>Prolific usb/serial device is one of the more popular ones that's
>compatible with Linux and it should only add a few hundred kb to the total
>build.
>
>Darrick

Thanks Darrick,

that would make some of my projects MUCH easier, 
not to have to fiddle with much too short serial 
adapter cables, drilling, and so on.

Maybe "usbcore" is also needed. Can't find it on 0.6.2.

Michael

--
Email: mailto:mkeu...@web.de

--
___
Astlinux-users mailing list
Astlinux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/astlinux-users

Donations to support AstLinux are graciously accepted via PayPal to 
pay...@krisk.org.


[Astlinux-users] Direct In Dial

2008-12-22 Thread Clara Chan
Hi all, 

 

Has anybody here been able to configure multiple "Direct In Dial" in
Astlinux for a single account??

 

Cheers,

Clara

 

 

--
___
Astlinux-users mailing list
Astlinux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/astlinux-users

Donations to support AstLinux are graciously accepted via PayPal to 
pay...@krisk.org.

Re: [Astlinux-users] USB2Serial-adapter with Soekris or Alix board

2008-12-22 Thread Darrick Hartman
<494ee92e.1030...@redfish-solutions.com>

<494fe2f4.4030...@redfish-solutions.com> 
Message-ID: 
X-Sender: dhart...@djhsolutions.com
Received: from 64.246.240.54 [64.246.240.54] with HTTP/1.1 (POST); Mon, 22 Dec
2008 15:12:56 -0600
User-Agent: RoundCube Webmail/0.1
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: 8bit



On Mon, 22 Dec 2008 20:49:01 +0100, Michael Keuter  wrote:
>>Michael Keuter wrote:
  kd85.com makes a case with two serial port cut-outs...  I wouldn't
> get
  too attached to the net4801... it's EOL'd.

  -Philip

>>>
>>>  Hi Philip,
>>>  I know kd85.com but that wouldn't help with Alix boards - they only
>>>  have one COM port.
>>>  I read that the PL-2303 driver is already 
>>>included into the Linux 2.6 kernel:
>>>
>>>  http://www.prolific.com.tw/eng/downloads.asp?ID=31
>>  >
>>  > Would it be possible to include it/activate it in Astlinux?
>>  >
>>
>>Been there all along:
>>
>>pbx ~ # modinfo plusb
>>filename: 
>>/lib/modules/2.6.25.19-astlinux/kernel/drivers/net/usb/plusb.ko
>>license:GPL
>>description:Prolific PL-2301/2302 USB Host to Host Link Driver
>>author: David Brownell
>>alias:  usb:v067Bp0001d*dc*dsc*dp*ic*isc*ip*
>>alias:  usb:v067Bpd*dc*dsc*dp*ic*isc*ip*
>>depends:usbnet
>>vermagic:   2.6.25.19-astlinux preempt mod_unload GEODE
>>pbx ~ #
> 
> Hi Philip,
> 
> thanks for your answer.
> But that is NOT a USB-to-serial port driver.
> That is an USB-to-USB "network" cable (or bridge 
> controller), that's why it's under "Š/net/usb/" 
> :-).
> 
> On my Debian 4 server it is in
> /lib/modules/2.6.18-6-686/kernel/drivers/usb/serial/pl2303.ko and
> /lib/modules/2.6.18-6-686/kernel/drivers/usb/serial/usbserial.ko

Michael,

Yes, that's correct.  Those two modules would need to be added.  I'm saying
it's worth the size of the modules.  We'll put it on the list to do.  The
Prolific usb/serial device is one of the more popular ones that's
compatible with Linux and it should only add a few hundred kb to the total
build.

Darrick


--
___
Astlinux-users mailing list
Astlinux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/astlinux-users

Donations to support AstLinux are graciously accepted via PayPal to 
pay...@krisk.org.

Re: [Astlinux-users] OpenSSL cryptodev and Geode LX

2008-12-22 Thread Darrick Hartman
On Mon, 22 Dec 2008 13:14:08 -0600, Lonnie Abelbeck
 wrote:
> Greetings,
> 
> As you may be aware, the Dev team has been able to get OpenSSL
> cryptodev support for the Geode LX (net5501 and Alix.) in trunk.
> 
> I've done some testing using OpenVPN with BF-CBC and AES-128-CBC
> ciphers on a Soekris net5501 500Mhz/512MB
> 
> Below are benchmarks using FTP to /tmp on AstLinux in an OpenVPN tunnel.
> 
> CPU load tests were done with a 14 Mbps speed test stream, traffic in/
> out to net5501 via OpenVPN tunnel, then NAT'ed out/in to the internet,
> configured with Arno's firewall, traffic shaper disabled.
> 
> As a baseline, OpenVPN configured with no encryption yields 26 Mbits/
> sec. No OpenVPN 90 Mbits/sec.
> 
> AstLinux 0.6.2 - OpenVPN Throughput
> ===
> 
> BF-CDC - 20 Mbits/sec - 55% CPU Load @14Mbps
> AES-128-CBC - 15 Mbits/sec - 63% CPU Load @14Mbps
> --
> 
> AstLinux trunk-2227 - OpenVPN Throughput
> No OpenSSL_OCF CryptDev support
> ===
> 
> BF-CDC - 18 Mbits/sec - 48% CPU Load @14Mbps
> AES-128-CBC - 15 Mbits/sec - 58% CPU Load @14Mbps
> --
> 
> AstLinux trunk-2227 - OpenVPN Throughput
> With OpenSSL_OCF CryptDev support
> ===
> 
> BF-CDC - 15 Mbits/sec - 25% CPU Load @14Mbps
> AES-128-CBC - 20 Mbits/sec - 25% CPU Load @14Mbps
> --
> 
> What I find interesting, the Geode LX only supports AES-128, but
> BlowFish seems to be benefitted CPU-wise but lower throughput.
> 
> Also, the non-accelerated trunk has slight lower BlowFish performance
> than 0.6.2.
> 
> In conclusion, it appears to me that using AES-128-CBC with
> OpenSSL_OCF CryptDev support is a no-brainer for the net5501, others
> concur?
> 
> If anyone has any insights/opinions to these results, please comment.

Lonnie,

Openssl 0.9.8 may be more efficient than 0.9.7.  (Astlinux 0.6.2 uses
Openssl 0.9.7).  It's also likely that the hardware driver is more
developed in the newer kernel in Astlinux Trunk.  In any case, good
information!

Darrick


--
___
Astlinux-users mailing list
Astlinux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/astlinux-users

Donations to support AstLinux are graciously accepted via PayPal to 
pay...@krisk.org.


Re: [Astlinux-users] Any iptables gurus out there?

2008-12-22 Thread Darrick Hartman
<494f7ec0.5020...@masonc.com> <494fe175.1050...@redfish-solutions.com>
Message-ID: 
X-Sender: dhart...@djhsolutions.com
Received: from 64.246.240.54 [64.246.240.54] with HTTP/1.1 (POST); Mon, 22 Dec
2008 14:42:08 -0600
User-Agent: RoundCube Webmail/0.1
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: 8bit

On Mon, 22 Dec 2008 10:50:29 -0800, "Philip A. Prindeville"
 wrote:
> Chris Mason (Lists) wrote:
>> Darrick Hartman wrote:
>>
 Really?  It was a very popular thing to do on IOS routers...


>>> Re-read what I said.  In my mind it IS something that many people may
>>> want.  That's why I thought it would be something beneficial to be in
>>> Arno's firewall upstream and not just a hack for this project.
>>>
>>>
>> I do it all the time - for example, I run internal ssh server access on
>> ports 23-28, one for each machine, so I can ssh to the machine by
>> ssh'ing to the corresponding port. I relocate http to 800+ for similar
>> devices that use web configuration interfaces. I also use it for serving
>> multiple webcams to the public, each one on a port above 80. Since they
>> are onlyu found by redirect, it doesn't matter what port they are on. I
>> could change the port they serve on but that makes maintenance a
> headace.
>> I use Shorewall as my firewall and it is relatively easy to do in
> Shorewall.
>>
>>
> 
> That's the curious thing.  If I redirect it to another machine then it
> works fine.  If the service is running on the firewall host itself, it
> doesn't.

It's probably got something to do with the machine not natting for itself. 
I posted a message on the Arno firewall mailing list so hopefully someone
will reply with a work around or get it incorporated into Arno's fw version
1.9.0.

Darrick


--
___
Astlinux-users mailing list
Astlinux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/astlinux-users

Donations to support AstLinux are graciously accepted via PayPal to 
pay...@krisk.org.


Re: [Astlinux-users] USB2Serial-adapter with Soekris or Alix board

2008-12-22 Thread Michael Keuter
>Michael Keuter wrote:
>>>  kd85.com makes a case with two serial port cut-outs...  I wouldn't get
>>>  too attached to the net4801... it's EOL'd.
>>>
>>>  -Philip
>>>
>>
>>  Hi Philip,
>>  I know kd85.com but that wouldn't help with Alix boards - they only
>>  have one COM port.
>>  I read that the PL-2303 driver is already 
>>included into the Linux 2.6 kernel:
>>
>>  http://www.prolific.com.tw/eng/downloads.asp?ID=31
>  >
>  > Would it be possible to include it/activate it in Astlinux?
>  >
>
>Been there all along:
>
>pbx ~ # modinfo plusb
>filename: 
>/lib/modules/2.6.25.19-astlinux/kernel/drivers/net/usb/plusb.ko
>license:GPL
>description:Prolific PL-2301/2302 USB Host to Host Link Driver
>author: David Brownell
>alias:  usb:v067Bp0001d*dc*dsc*dp*ic*isc*ip*
>alias:  usb:v067Bpd*dc*dsc*dp*ic*isc*ip*
>depends:usbnet
>vermagic:   2.6.25.19-astlinux preempt mod_unload GEODE
>pbx ~ #

Hi Philip,

thanks for your answer.
But that is NOT a USB-to-serial port driver.
That is an USB-to-USB "network" cable (or bridge 
controller), that's why it's under "Š/net/usb/" 
:-).

On my Debian 4 server it is in
/lib/modules/2.6.18-6-686/kernel/drivers/usb/serial/pl2303.ko and
/lib/modules/2.6.18-6-686/kernel/drivers/usb/serial/usbserial.ko

and it works out of the box. When you plug in the 
device "/dev/ttyUSB0" is created.
-
# lsmod
Module  Size  Used by
pl2303 17796  0
usbserial  29128  1 pl2303
...
usbcore   112644  6 pl2303,usbserial,usb_storage,ehci_hcd,uhci_hcd

# modinfo usbserial
filename: 
/lib/modules/2.6.18-6-686/kernel/drivers/usb/serial/usbserial.ko
author: Greg Kroah-Hartman, g...@kroah.com, http://www.kroah.com/linux/
description:USB Serial Driver core
license:GPL
vermagic:   2.6.18-6-686 SMP mod_unload 686 REGPARM gcc-4.1
depends:usbcore
parm:   product:User specified USB idProduct (ushort)
parm:   vendor:User specified USB idVendor (ushort)
parm:   debug:Debug enabled or not (bool)

# modinfo pl2303
filename:   /lib/modules/2.6.18-6-686/kernel/drivers/usb/serial/pl2303.ko
description:Prolific PL2303 USB to serial adaptor driver
license:GPL
vermagic:   2.6.18-6-686 SMP mod_unload 686 REGPARM gcc-4.1
depends:usbserial,usbcore
alias:  usb:v067Bp2303d*dc*dsc*dp*ic*isc*ip*
alias:  usb:v067Bp04BBd*dc*dsc*dp*ic*isc*ip*
...
alias:  usb:v050Dp0257d*dc*dsc*dp*ic*isc*ip*
parm:   debug:Debug enabled or not (bool)

# modinfo usbcore
filename:   /lib/modules/2.6.18-6-686/kernel/drivers/usb/core/usbcore.ko
license:GPL
vermagic:   2.6.18-6-686 SMP mod_unload 686 REGPARM gcc-4.1
depends:   
alias:  usb:v*p*d*dc09dsc*dp*ic*isc*ip*
alias:  usb:v*p*d*dc*dsc*dp*ic09isc*ip*
parm:   usbfs_snoop:true to log all usbfs traffic (bool)
parm:   use_both_schemes:try the other 
device initialization scheme if the first one 
fails (bool)
parm:   old_scheme_first:start with the 
old device initialization scheme (bool)
parm:   blinkenlights:true to cycle leds on hubs (bool)
-

I hope this info is helpful.


>
>>  
>>>  Michael Keuter wrote:
>>>
   Hi list,

   is it possible to use an USB2Serial-adapter 
with an Soekris or Alix board?
   I know the Soekris have a 2nd port (I need for MWI to a legacy PBX)
   but I then have to drill a hole, and I like to try an Alix 2D3 in the
   future.

   This is what I get on a net4801 with the adapter (PL-2303) plugged in:
   -
   dmesg | grep usb
   usbcore: registered new interface driver usbfs
   usbcore: registered new interface driver hub
   usbcore: registered new device driver usb
   usb usb1: configuration #1 chosen from 1 choice
   usb 1-1: new full speed USB device using ohci_hcd and address 2
>  >>>  usb 1-1: configuration #1 chosen from 1 choice
   usbcore: registered new interface driver usb-storage
   usbcore: registered new interface driver hiddev
   usbcore: registered new interface driver usbhid
   drivers/usb/input/hid-core.c: v2.6:USB HID core driver
   --
   ll /dev/*usb*
   crw-rw1 root root 189,   0 Dec 20  2008 /dev/usbdev1.1
   crw-rw1 root root 253,   0 
Dec 20  2008 /dev/usbdev1.1_ep00
   crw-rw1 root root 253,   1 
Dec 20  2008 /dev/usbdev1.1_ep81
   crw-rw1 root root 189,   1 Dec 20  2008 /dev/usbdev1.2
   crw-rw1 root root 253,   2 
Dec 20  2008 /dev/usbdev1.2_ep00
   crw-rw1 root root 253,   4 
Dec 20  2008 /dev/usbdev1.2_ep02
   crw-rw1 root root 253,   3 
Dec 20  2008 /dev/usbdev1.2_ep81
   crw-rw1 root root 253,   5 
Dec 20

[Astlinux-users] OpenSSL cryptodev and Geode LX

2008-12-22 Thread Lonnie Abelbeck
Greetings,

As you may be aware, the Dev team has been able to get OpenSSL  
cryptodev support for the Geode LX (net5501 and Alix.) in trunk.

I've done some testing using OpenVPN with BF-CBC and AES-128-CBC  
ciphers on a Soekris net5501 500Mhz/512MB

Below are benchmarks using FTP to /tmp on AstLinux in an OpenVPN tunnel.

CPU load tests were done with a 14 Mbps speed test stream, traffic in/ 
out to net5501 via OpenVPN tunnel, then NAT'ed out/in to the internet,  
configured with Arno's firewall, traffic shaper disabled.

As a baseline, OpenVPN configured with no encryption yields 26 Mbits/ 
sec. No OpenVPN 90 Mbits/sec.

AstLinux 0.6.2 - OpenVPN Throughput
===

BF-CDC - 20 Mbits/sec - 55% CPU Load @14Mbps
AES-128-CBC - 15 Mbits/sec - 63% CPU Load @14Mbps
--

AstLinux trunk-2227 - OpenVPN Throughput
No OpenSSL_OCF CryptDev support
===

BF-CDC - 18 Mbits/sec - 48% CPU Load @14Mbps
AES-128-CBC - 15 Mbits/sec - 58% CPU Load @14Mbps
--

AstLinux trunk-2227 - OpenVPN Throughput
With OpenSSL_OCF CryptDev support
===

BF-CDC - 15 Mbits/sec - 25% CPU Load @14Mbps
AES-128-CBC - 20 Mbits/sec - 25% CPU Load @14Mbps
--

What I find interesting, the Geode LX only supports AES-128, but  
BlowFish seems to be benefitted CPU-wise but lower throughput.

Also, the non-accelerated trunk has slight lower BlowFish performance  
than 0.6.2.

In conclusion, it appears to me that using AES-128-CBC with  
OpenSSL_OCF CryptDev support is a no-brainer for the net5501, others  
concur?

If anyone has any insights/opinions to these results, please comment.

Lonnie


--
___
Astlinux-users mailing list
Astlinux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/astlinux-users

Donations to support AstLinux are graciously accepted via PayPal to 
pay...@krisk.org.


Re: [Astlinux-users] USB2Serial-adapter with Soekris or Alix board

2008-12-22 Thread Philip A. Prindeville
Michael Keuter wrote:
>> kd85.com makes a case with two serial port cut-outs...  I wouldn't get
>> too attached to the net4801... it's EOL'd.
>>
>> -Philip
>> 
>
> Hi Philip,
> I know kd85.com but that wouldn't help with Alix boards - they only 
> have one COM port.
> I read that the PL-2303 driver is already included into the Linux 2.6 kernel:
>
> http://www.prolific.com.tw/eng/downloads.asp?ID=31
>
> Would it be possible to include it/activate it in Astlinux?
>   

Been there all along:

pbx ~ # modinfo plusb
filename:   /lib/modules/2.6.25.19-astlinux/kernel/drivers/net/usb/plusb.ko
license:GPL
description:Prolific PL-2301/2302 USB Host to Host Link Driver
author: David Brownell
alias:  usb:v067Bp0001d*dc*dsc*dp*ic*isc*ip*
alias:  usb:v067Bpd*dc*dsc*dp*ic*isc*ip*
depends:usbnet
vermagic:   2.6.25.19-astlinux preempt mod_unload GEODE 
pbx ~ # 



>   
>> Michael Keuter wrote:
>> 
>>>  Hi list,
>>>
>>>  is it possible to use an USB2Serial-adapter with an Soekris or Alix board?
>>>  I know the Soekris have a 2nd port (I need for MWI to a legacy PBX)
>>>  but I then have to drill a hole, and I like to try an Alix 2D3 in the
>>>  future.
>>>
>>>  This is what I get on a net4801 with the adapter (PL-2303) plugged in:
>>>  -
>>>  dmesg | grep usb
>>>  usbcore: registered new interface driver usbfs
>>>  usbcore: registered new interface driver hub
>>>  usbcore: registered new device driver usb
>>>  usb usb1: configuration #1 chosen from 1 choice
>>>  usb 1-1: new full speed USB device using ohci_hcd and address 2
>>>  usb 1-1: configuration #1 chosen from 1 choice
>>>  usbcore: registered new interface driver usb-storage
>>>  usbcore: registered new interface driver hiddev
>>>  usbcore: registered new interface driver usbhid
>>>  drivers/usb/input/hid-core.c: v2.6:USB HID core driver
>>>  --
>>>  ll /dev/*usb*
>>>  crw-rw1 root root 189,   0 Dec 20  2008 /dev/usbdev1.1
>>>  crw-rw1 root root 253,   0 Dec 20  2008 /dev/usbdev1.1_ep00
>>>  crw-rw1 root root 253,   1 Dec 20  2008 /dev/usbdev1.1_ep81
>>>  crw-rw1 root root 189,   1 Dec 20  2008 /dev/usbdev1.2
>>>  crw-rw1 root root 253,   2 Dec 20  2008 /dev/usbdev1.2_ep00
>>>  crw-rw1 root root 253,   4 Dec 20  2008 /dev/usbdev1.2_ep02
>>>  crw-rw1 root root 253,   3 Dec 20  2008 /dev/usbdev1.2_ep81
>>>  crw-rw1 root root 253,   5 Dec 20  2008 /dev/usbdev1.2_ep83
>>>  --
>>>  lsusb
>>>  Bus 001 Device 005: ID 067b:2303 Prolific Technology, Inc. PL2303 
>>> Serial Port
>>>  Bus 001 Device 001: ID :
>>>  --
>>>
>>>  I found this reference:
>>>  http://www.linux-usb.org/USB-guide/x356.html
>>>
>>>  Any experiences so far?
>>>
>>>  Michael
>>>
>>>   
>>  >
>> 


--
___
Astlinux-users mailing list
Astlinux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/astlinux-users

Donations to support AstLinux are graciously accepted via PayPal to 
pay...@krisk.org.


Re: [Astlinux-users] Any iptables gurus out there?

2008-12-22 Thread Philip A. Prindeville
Chris Mason (Lists) wrote:
> Darrick Hartman wrote:
>   
>>> Really?  It was a very popular thing to do on IOS routers...
>>> 
>>>   
>> Re-read what I said.  In my mind it IS something that many people may 
>> want.  That's why I thought it would be something beneficial to be in 
>> Arno's firewall upstream and not just a hack for this project.
>>   
>> 
> I do it all the time - for example, I run internal ssh server access on 
> ports 23-28, one for each machine, so I can ssh to the machine by 
> ssh'ing to the corresponding port. I relocate http to 800+ for similar 
> devices that use web configuration interfaces. I also use it for serving 
> multiple webcams to the public, each one on a port above 80. Since they 
> are onlyu found by redirect, it doesn't matter what port they are on. I 
> could change the port they serve on but that makes maintenance a headace.
> I use Shorewall as my firewall and it is relatively easy to do in Shorewall.
>
>   

That's the curious thing.  If I redirect it to another machine then it 
works fine.  If the service is running on the firewall host itself, it 
doesn't.

-Philip


--
___
Astlinux-users mailing list
Astlinux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/astlinux-users

Donations to support AstLinux are graciously accepted via PayPal to 
pay...@krisk.org.


Re: [Astlinux-users] Any iptables gurus out there?

2008-12-22 Thread Philip A. Prindeville
Joseph L. Casale wrote:
>> Well, I started out on trying to do it on the Arno's firewall, but we 
>> couldn't get it to work right...
>> 
>
> Philip,
> If you don't open said port on the ext interface, you should be able to
> put a PREROUTING/REDIRECT from ext_port to app_port and it should just
> work.
>
> At least I do the very same on a multihomed CentOS box this way...
>
> jlc
>   

The problem is that I want the application to be agnostic, and use the 
standard configuration, which is to open all interfaces (wild-card bind) 
and use the standard port #.

-Philip


--
___
Astlinux-users mailing list
Astlinux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/astlinux-users

Donations to support AstLinux are graciously accepted via PayPal to 
pay...@krisk.org.


[Astlinux-users] Voip Info Wiki offering free adverts to FOSS projects

2008-12-22 Thread Michael Graves
I suggest that Astlinux is a prime candidate for this offer.
http://is.gd/cWWz

I'd be happy to help by creating the ad if the project leads want to go
ahead with it.

Michael
--
Michael Graves
mgravesmstvp.com
http://blog.mgraves.org
o713-861-4005
c713-201-1262
sip:mgra...@mstvp.onsip.com
skype mjgraves
fwd 54245




--
___
Astlinux-users mailing list
Astlinux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/astlinux-users

Donations to support AstLinux are graciously accepted via PayPal to 
pay...@krisk.org.


[Astlinux-users] Voip-info.org offers free ads for open source VOIP projects

2008-12-22 Thread Michael Keuter
http://www.mgraves.org/voip/2008/12/wwwvoip-infoorg-offers-free-ads-to-foss-projects/

Michael

-- 
Email: mailto:mkeu...@web.de

--
___
Astlinux-users mailing list
Astlinux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/astlinux-users

Donations to support AstLinux are graciously accepted via PayPal to 
pay...@krisk.org.


Re: [Astlinux-users] Any iptables gurus out there?

2008-12-22 Thread Darrick Hartman
Chris Mason (Lists) wrote:
> Darrick Hartman wrote:
>>> Really?  It was a very popular thing to do on IOS routers...
>>> 
>> Re-read what I said.  In my mind it IS something that many people may 
>> want.  That's why I thought it would be something beneficial to be in 
>> Arno's firewall upstream and not just a hack for this project.
>>   
> I do it all the time - for example, I run internal ssh server access on 
> ports 23-28, one for each machine, so I can ssh to the machine by 
> ssh'ing to the corresponding port. I relocate http to 800+ for similar 
> devices that use web configuration interfaces. I also use it for serving 
> multiple webcams to the public, each one on a port above 80. Since they 
> are onlyu found by redirect, it doesn't matter what port they are on. I 
> could change the port they serve on but that makes maintenance a headace.
> I use Shorewall as my firewall and it is relatively easy to do in Shorewall.
> 

Chris,

Arno's firewall handles that situation nicely.  It's if you are running 
a service on the same box that the firewall resides on that you have the 
issue.  Say you have http on the firewall box on port 80, but don't want 
it accessible on port 80 from the outside.  Arno's firewall currently 
doesn't handle this the same way as it does devices behind it.  Probably 
because it's not NAT'ing for itself.

Perhaps the firewall can already do that, but we're just using the wrong 
field/variable.

Darrick


--
___
Astlinux-users mailing list
Astlinux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/astlinux-users

Donations to support AstLinux are graciously accepted via PayPal to 
pay...@krisk.org.


Re: [Astlinux-users] Any iptables gurus out there?

2008-12-22 Thread Chris Mason (Lists)
Darrick Hartman wrote:
>
>> Really?  It was a very popular thing to do on IOS routers...
>> 
>
> Re-read what I said.  In my mind it IS something that many people may 
> want.  That's why I thought it would be something beneficial to be in 
> Arno's firewall upstream and not just a hack for this project.
>   
I do it all the time - for example, I run internal ssh server access on 
ports 23-28, one for each machine, so I can ssh to the machine by 
ssh'ing to the corresponding port. I relocate http to 800+ for similar 
devices that use web configuration interfaces. I also use it for serving 
multiple webcams to the public, each one on a port above 80. Since they 
are onlyu found by redirect, it doesn't matter what port they are on. I 
could change the port they serve on but that makes maintenance a headace.
I use Shorewall as my firewall and it is relatively easy to do in Shorewall.

-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.


--
___
Astlinux-users mailing list
Astlinux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/astlinux-users

Donations to support AstLinux are graciously accepted via PayPal to 
pay...@krisk.org.


Re: [Astlinux-users] USB2Serial-adapter with Soekris or Alix board

2008-12-22 Thread Michael Keuter
>kd85.com makes a case with two serial port cut-outs...  I wouldn't get
>too attached to the net4801... it's EOL'd.
>
>-Philip

Hi Philip,
I know kd85.com but that wouldn't help with Alix boards - they only 
have one COM port.
I read that the PL-2303 driver is already included into the Linux 2.6 kernel:

http://www.prolific.com.tw/eng/downloads.asp?ID=31

Would it be possible to include it/activate it in Astlinux?

>Michael Keuter wrote:
>>  Hi list,
>>
>>  is it possible to use an USB2Serial-adapter with an Soekris or Alix board?
>>  I know the Soekris have a 2nd port (I need for MWI to a legacy PBX)
>>  but I then have to drill a hole, and I like to try an Alix 2D3 in the
>>  future.
>>
>>  This is what I get on a net4801 with the adapter (PL-2303) plugged in:
>>  -
>>  dmesg | grep usb
>>  usbcore: registered new interface driver usbfs
>>  usbcore: registered new interface driver hub
>>  usbcore: registered new device driver usb
>>  usb usb1: configuration #1 chosen from 1 choice
>>  usb 1-1: new full speed USB device using ohci_hcd and address 2
>>  usb 1-1: configuration #1 chosen from 1 choice
>>  usbcore: registered new interface driver usb-storage
>>  usbcore: registered new interface driver hiddev
>>  usbcore: registered new interface driver usbhid
>>  drivers/usb/input/hid-core.c: v2.6:USB HID core driver
>>  --
>>  ll /dev/*usb*
>>  crw-rw1 root root 189,   0 Dec 20  2008 /dev/usbdev1.1
>>  crw-rw1 root root 253,   0 Dec 20  2008 /dev/usbdev1.1_ep00
>>  crw-rw1 root root 253,   1 Dec 20  2008 /dev/usbdev1.1_ep81
>>  crw-rw1 root root 189,   1 Dec 20  2008 /dev/usbdev1.2
>>  crw-rw1 root root 253,   2 Dec 20  2008 /dev/usbdev1.2_ep00
>>  crw-rw1 root root 253,   4 Dec 20  2008 /dev/usbdev1.2_ep02
>>  crw-rw1 root root 253,   3 Dec 20  2008 /dev/usbdev1.2_ep81
>>  crw-rw1 root root 253,   5 Dec 20  2008 /dev/usbdev1.2_ep83
>>  --
>>  lsusb
>>  Bus 001 Device 005: ID 067b:2303 Prolific Technology, Inc. PL2303 
>>Serial Port
>>  Bus 001 Device 001: ID :
>>  --
>>
>>  I found this reference:
>>  http://www.linux-usb.org/USB-guide/x356.html
>>
>>  Any experiences so far?
>>
>>  Michael
>>
>  >

Michael

--
Email: mailto:mkeu...@web.de

--
___
Astlinux-users mailing list
Astlinux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/astlinux-users

Donations to support AstLinux are graciously accepted via PayPal to 
pay...@krisk.org.