Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: RANCID: Users

.cloginrc - problem with password

 

 

RANCID users RSS feed   Index | Next | Previous | View Threaded


paolo at paolodemichele

Jan 23, 2012, 10:18 AM

Post #1 of 10 (241 views)
Permalink
.cloginrc - problem with password

hi list,
I have problems to authenticate my cisco router with passwordi to enable.

the scenario is as follows:
- authentication password has special characters, uppercase letters,
lowercase letters and numbers
- enable password has capital letters, lowercase letters and numbers

my .cloginrc is:

add method {ssh}
add user 10.0.0.3 username
add userpassword 10.0.0.3 {P-------l----3--------@}
add enauser 10.0.0.3 {L------x-x-0----l-------}

I also tried:


add method {ssh}
add user 10.0.0.3 username
add userpassword 10.0.0.3 {P-------l----3--------@}
{L------x-x-0----l-------}



the problem is that I am logging to the router but not in enable.
something wrong in the syntax of the file. cloginrc?
I look forward to your help
thanks in advance


paolo at paolodemichele

Jan 23, 2012, 11:20 AM

Post #2 of 10 (232 views)
Permalink
Re: .cloginrc - problem with password [In reply to]

On 01/23/2012 07:51 PM, heasley wrote:
> Mon, Jan 23, 2012 at 07:18:07PM +0100, Paolo De Michele:
>> hi list,
>> I have problems to authenticate my cisco router with passwordi to enable.
>>
>> the scenario is as follows:
>> - authentication password has special characters, uppercase letters,
>> lowercase letters and numbers
> see the cloginrc(5) manpage for dealing with special characters, the
> format of userpassword and enauser and autoenable.

now, my .cloginrc is:

add method * {ssh}
add user * {-------------}
add userpassword * {Pxxxxxxxxxx3xxxxx@}
add passprompt {"L-----------------c3------"}

from console:

xxxxxxxxxx [at] 10's password:

cxxxxxx>enable
Password:
Password:
Password:
% Bad secrets

I am sure that the enable password I put is correct, but I don't
understand where I'm wrong syntax
>> - enable password has capital letters, lowercase letters and numbers
>>
>> my .cloginrc is:
>>
>> add method {ssh}
>> add user 10.0.0.3 username
>> add userpassword 10.0.0.3 {P-------l----3--------@}
>> add enauser 10.0.0.3 {L------x-x-0----l-------}
>>
>> I also tried:
>>
>>
>> add method {ssh}
>> add user 10.0.0.3 username
>> add userpassword 10.0.0.3 {P-------l----3--------@}
>> {L------x-x-0----l-------}
>>
>>
>>
>> the problem is that I am logging to the router but not in enable.
>> something wrong in the syntax of the file. cloginrc?
>> I look forward to your help
>> thanks in advance
>> _______________________________________________
>> Rancid-discuss mailing list
>> Rancid-discuss [at] shrubbery
>> http://www.shrubbery.net/mailman/listinfo.cgi/rancid-discuss


gabbawp at gmail

Jan 23, 2012, 11:31 AM

Post #3 of 10 (231 views)
Permalink
Re: .cloginrc - problem with password [In reply to]

Hi,

Try just with add password.

> add password 10.0.0.3 {P-------l----3--------@} {L------x-x-0----l-------}


As per the clogin sample file

<snip>

# add userpassword <router name glob> <user password>
# The password for user if different than the password set
# using 'add password'.

</snip>

Cheers,

Gareth

On 23 Jan 2012, at 8:18 PM, Paolo De Michele wrote:

> hi list,
> I have problems to authenticate my cisco router with passwordi to enable.
>
> the scenario is as follows:
> - authentication password has special characters, uppercase letters, lowercase letters and numbers
> - enable password has capital letters, lowercase letters and numbers
>
> my .cloginrc is:
>
> add method {ssh}
> add user 10.0.0.3 username
> add userpassword 10.0.0.3 {P-------l----3--------@}
> add enauser 10.0.0.3 {L------x-x-0----l-------}
>
> I also tried:
>
>
> add method {ssh}
> add user 10.0.0.3 username
> add userpassword 10.0.0.3 {P-------l----3--------@} {L------x-x-0----l-------}
>
>
>
> the problem is that I am logging to the router but not in enable. something wrong in the syntax of the file. cloginrc?
> I look forward to your help
> thanks in advance
> _______________________________________________
> Rancid-discuss mailing list
> Rancid-discuss [at] shrubbery
> http://www.shrubbery.net/mailman/listinfo.cgi/rancid-discuss


paolo at paolodemichele

Jan 23, 2012, 11:45 AM

Post #4 of 10 (231 views)
Permalink
Re: .cloginrc - problem with password [In reply to]

On 01/23/2012 08:31 PM, Gareth Hopkins wrote:
> Hi,

hi Gareth,
>
> Try just with add password.
>
>> add password 10.0.0.3
>> {P-------l----3--------@} {L------x-x-0----l-------}
>
> As per the clogin sample file
>
> <snip>
>
> # add userpassword <router name glob> <user password>
> # The password for user if different than the password set
> # using 'add password'.

now it's correctly?

add *userpassword* 10.0.0.3
{P-------l----3--------@} {L------x-x-0----l-------}

>
> </snip>
>
> Cheers,
>
> Gareth
>
> On 23 Jan 2012, at 8:18 PM, Paolo De Michele wrote:
>
>> hi list,
>> I have problems to authenticate my cisco router with passwordi to enable.
>>
>> the scenario is as follows:
>> - authentication password has special characters, uppercase
>> letters, lowercase letters and numbers
>> - enable password has capital letters, lowercase letters and numbers
>>
>> my .cloginrc is:
>>
>> add method {ssh}
>> add user 10.0.0.3 username
>> add userpassword 10.0.0.3 {P-------l----3--------@}
>> add enauser 10.0.0.3 {L------x-x-0----l-------}
>>
>> I also tried:
>>
>>
>> add method {ssh}
>> add user 10.0.0.3 username
>> add userpassword 10.0.0.3 {P-------l----3--------@}
>> {L------x-x-0----l-------}
>>
>>
>>
>> the problem is that I am logging to the router but not in enable.
>> something wrong in the syntax of the file. cloginrc?
>> I look forward to your help
>> thanks in advance
>> _______________________________________________
>> Rancid-discuss mailing list
>> Rancid-discuss [at] shrubbery <mailto:Rancid-discuss [at] shrubbery>
>> http://www.shrubbery.net/mailman/listinfo.cgi/rancid-discuss
>


gabbawp at gmail

Jan 23, 2012, 11:56 AM

Post #5 of 10 (230 views)
Permalink
Re: .cloginrc - problem with password [In reply to]

Hi,

userpassword is only used if the password is different to the password set by the add password option.

so change "add userpassword" to "add password"

Cheers,

Gareth

On 23 Jan 2012, at 9:45 PM, Paolo De Michele wrote:

>
>
> On 01/23/2012 08:31 PM, Gareth Hopkins wrote:
>>
>> Hi,
>
> hi Gareth,
>>
>> Try just with add password.
>>
>>> add password 10.0.0.3 {P-------l----3--------@} {L------x-x-0----l-------}
>>
>>
>> As per the clogin sample file
>>
>> <snip>
>>
>> # add userpassword <router name glob> <user password>
>> # The password for user if different than the password set
>> # using 'add password'.
>
> now it's correctly?
>
> add userpassword 10.0.0.3 {P-------l----3--------@} {L------x-x-0----l-------}
>
>>
>> </snip>
>>
>> Cheers,
>>
>> Gareth
>>
>> On 23 Jan 2012, at 8:18 PM, Paolo De Michele wrote:
>>
>>> hi list,
>>> I have problems to authenticate my cisco router with passwordi to enable.
>>>
>>> the scenario is as follows:
>>> - authentication password has special characters, uppercase letters, lowercase letters and numbers
>>> - enable password has capital letters, lowercase letters and numbers
>>>
>>> my .cloginrc is:
>>>
>>> add method {ssh}
>>> add user 10.0.0.3 username
>>> add userpassword 10.0.0.3 {P-------l----3--------@}
>>> add enauser 10.0.0.3 {L------x-x-0----l-------}
>>>
>>> I also tried:
>>>
>>>
>>> add method {ssh}
>>> add user 10.0.0.3 username
>>> add userpassword 10.0.0.3 {P-------l----3--------@} {L------x-x-0----l-------}
>>>
>>>
>>>
>>> the problem is that I am logging to the router but not in enable. something wrong in the syntax of the file. cloginrc?
>>> I look forward to your help
>>> thanks in advance
>>> _______________________________________________
>>> Rancid-discuss mailing list
>>> Rancid-discuss [at] shrubbery
>>> http://www.shrubbery.net/mailman/listinfo.cgi/rancid-discuss
>>


paolo at paolodemichele

Jan 23, 2012, 12:02 PM

Post #6 of 10 (229 views)
Permalink
Re: .cloginrc - problem with password [In reply to]

my .cloginrc:

add user 10.0.0.3 xxxxxxxxxx
add password 10.0.0.3 {P-------l----3--------@} {L------x-x-0----l-------}

output from console:

administrator [at] 10's password:
Permission denied, please try again.

Error: Check your passwd for 10.0.0.6


excuse me, but I don't understand where I'm wrong
are inexperienced and if I don't go out in this point are completely
blocked. Thanks again

On 01/23/2012 08:56 PM, Gareth Hopkins wrote:
> Hi,
>
> userpassword is only used if the password is different to the password
> set by the add password option.
>
> so change "add userpassword" to "add password"
>
> Cheers,
>
> Gareth
>
> On 23 Jan 2012, at 9:45 PM, Paolo De Michele wrote:
>
>>
>>
>> On 01/23/2012 08:31 PM, Gareth Hopkins wrote:
>>> Hi,
>>
>> hi Gareth,
>>>
>>> Try just with add password.
>>>
>>>> add password 10.0.0.3
>>>> {P-------l----3--------@} {L------x-x-0----l-------}
>>>
>>> As per the clogin sample file
>>>
>>> <snip>
>>>
>>> # add userpassword <router name glob> <user password>
>>> # The password for user if different than the password set
>>> # using 'add password'.
>>
>> now it's correctly?
>>
>> add *userpassword* 10.0.0.3
>> {P-------l----3--------@} {L------x-x-0----l-------}
>>
>>>
>>> </snip>
>>>
>>> Cheers,
>>>
>>> Gareth
>>>
>>> On 23 Jan 2012, at 8:18 PM, Paolo De Michele wrote:
>>>
>>>> hi list,
>>>> I have problems to authenticate my cisco router with passwordi to
>>>> enable.
>>>>
>>>> the scenario is as follows:
>>>> - authentication password has special characters, uppercase
>>>> letters, lowercase letters and numbers
>>>> - enable password has capital letters, lowercase letters and
>>>> numbers
>>>>
>>>> my .cloginrc is:
>>>>
>>>> add method {ssh}
>>>> add user 10.0.0.3 username
>>>> add userpassword 10.0.0.3 {P-------l----3--------@}
>>>> add enauser 10.0.0.3 {L------x-x-0----l-------}
>>>>
>>>> I also tried:
>>>>
>>>>
>>>> add method {ssh}
>>>> add user 10.0.0.3 username
>>>> add userpassword 10.0.0.3 {P-------l----3--------@}
>>>> {L------x-x-0----l-------}
>>>>
>>>>
>>>>
>>>> the problem is that I am logging to the router but not in enable.
>>>> something wrong in the syntax of the file. cloginrc?
>>>> I look forward to your help
>>>> thanks in advance
>>>> _______________________________________________
>>>> Rancid-discuss mailing list
>>>> Rancid-discuss [at] shrubbery <mailto:Rancid-discuss [at] shrubbery>
>>>> http://www.shrubbery.net/mailman/listinfo.cgi/rancid-discuss
>>>
>


gabbawp at gmail

Jan 23, 2012, 12:04 PM

Post #7 of 10 (230 views)
Permalink
Re: .cloginrc - problem with password [In reply to]

Do you perhaps have a global setting somewhere else in your clogin file as you only have an entry for 10.0.0.3
and not 10.0.0.6 which you are getting the error from.

Cheers,

Gareth

On 23 Jan 2012, at 10:02 PM, Paolo De Michele wrote:

> my .cloginrc:
>
> add user 10.0.0.3 xxxxxxxxxx
> add password 10.0.0.3 {P-------l----3--------@} {L------x-x-0----l-------}
>
> output from console:
>
> administrator [at] 10's password:
> Permission denied, please try again.
>
> Error: Check your passwd for 10.0.0.6
>
>
> excuse me, but I don't understand where I'm wrong
> are inexperienced and if I don't go out in this point are completely blocked. Thanks again
>
> On 01/23/2012 08:56 PM, Gareth Hopkins wrote:
>>
>> Hi,
>>
>> userpassword is only used if the password is different to the password set by the add password option.
>>
>> so change "add userpassword" to "add password"
>>
>> Cheers,
>>
>> Gareth
>>
>> On 23 Jan 2012, at 9:45 PM, Paolo De Michele wrote:
>>
>>>
>>>
>>> On 01/23/2012 08:31 PM, Gareth Hopkins wrote:
>>>>
>>>> Hi,
>>>
>>> hi Gareth,
>>>>
>>>> Try just with add password.
>>>>
>>>>> add password 10.0.0.3 {P-------l----3--------@} {L------x-x-0----l-------}
>>>>
>>>>
>>>> As per the clogin sample file
>>>>
>>>> <snip>
>>>>
>>>> # add userpassword <router name glob> <user password>
>>>> # The password for user if different than the password set
>>>> # using 'add password'.
>>>
>>> now it's correctly?
>>>
>>> add userpassword 10.0.0.3 {P-------l----3--------@} {L------x-x-0----l-------}
>>>
>>>>
>>>> </snip>
>>>>
>>>> Cheers,
>>>>
>>>> Gareth
>>>>
>>>> On 23 Jan 2012, at 8:18 PM, Paolo De Michele wrote:
>>>>
>>>>> hi list,
>>>>> I have problems to authenticate my cisco router with passwordi to enable.
>>>>>
>>>>> the scenario is as follows:
>>>>> - authentication password has special characters, uppercase letters, lowercase letters and numbers
>>>>> - enable password has capital letters, lowercase letters and numbers
>>>>>
>>>>> my .cloginrc is:
>>>>>
>>>>> add method {ssh}
>>>>> add user 10.0.0.3 username
>>>>> add userpassword 10.0.0.3 {P-------l----3--------@}
>>>>> add enauser 10.0.0.3 {L------x-x-0----l-------}
>>>>>
>>>>> I also tried:
>>>>>
>>>>>
>>>>> add method {ssh}
>>>>> add user 10.0.0.3 username
>>>>> add userpassword 10.0.0.3 {P-------l----3--------@} {L------x-x-0----l-------}
>>>>>
>>>>>
>>>>>
>>>>> the problem is that I am logging to the router but not in enable. something wrong in the syntax of the file. cloginrc?
>>>>> I look forward to your help
>>>>> thanks in advance
>>>>> _______________________________________________
>>>>> Rancid-discuss mailing list
>>>>> Rancid-discuss [at] shrubbery
>>>>> http://www.shrubbery.net/mailman/listinfo.cgi/rancid-discuss
>>>>
>>


paolo at paolodemichele

Jan 23, 2012, 1:16 PM

Post #8 of 10 (231 views)
Permalink
Re: .cloginrc - problem with password [In reply to]

have the same password of all routers
It is not a problem of global settings

On 01/23/2012 09:04 PM, Gareth Hopkins wrote:
> Do you perhaps have a global setting somewhere else in your clogin
> file as you only have an entry for 10.0.0.3
> and not 10.0.0.6 which you are getting the error from.
>
> Cheers,
>
> Gareth
>
> On 23 Jan 2012, at 10:02 PM, Paolo De Michele wrote:
>
>> my .cloginrc:
>>
>> add user 10.0.0.3 xxxxxxxxxx
>> add password 10.0.0.3
>> {P-------l----3--------@} {L------x-x-0----l-------}
>>
>> output from console:
>>
>> administrator [at] 10's password:
>> Permission denied, please try again.
>>
>> Error: Check your passwd for 10.0.0.6
>>
>>
>> excuse me, but I don't understand where I'm wrong
>> are inexperienced and if I don't go out in this point are completely
>> blocked. Thanks again
>>
>> On 01/23/2012 08:56 PM, Gareth Hopkins wrote:
>>> Hi,
>>>
>>> userpassword is only used if the password is different to the
>>> password set by the add password option.
>>>
>>> so change "add userpassword" to "add password"
>>>
>>> Cheers,
>>>
>>> Gareth
>>>
>>> On 23 Jan 2012, at 9:45 PM, Paolo De Michele wrote:
>>>
>>>>
>>>>
>>>> On 01/23/2012 08:31 PM, Gareth Hopkins wrote:
>>>>> Hi,
>>>>
>>>> hi Gareth,
>>>>>
>>>>> Try just with add password.
>>>>>
>>>>>> add password 10.0.0.3
>>>>>> {P-------l----3--------@} {L------x-x-0----l-------}
>>>>>
>>>>> As per the clogin sample file
>>>>>
>>>>> <snip>
>>>>>
>>>>> # add userpassword <router name glob> <user password>
>>>>> # The password for user if different than the password set
>>>>> # using 'add password'.
>>>>
>>>> now it's correctly?
>>>>
>>>> add *userpassword* 10.0.0.3
>>>> {P-------l----3--------@} {L------x-x-0----l-------}
>>>>
>>>>>
>>>>> </snip>
>>>>>
>>>>> Cheers,
>>>>>
>>>>> Gareth
>>>>>
>>>>> On 23 Jan 2012, at 8:18 PM, Paolo De Michele wrote:
>>>>>
>>>>>> hi list,
>>>>>> I have problems to authenticate my cisco router with passwordi to
>>>>>> enable.
>>>>>>
>>>>>> the scenario is as follows:
>>>>>> - authentication password has special characters, uppercase
>>>>>> letters, lowercase letters and numbers
>>>>>> - enable password has capital letters, lowercase letters and
>>>>>> numbers
>>>>>>
>>>>>> my .cloginrc is:
>>>>>>
>>>>>> add method {ssh}
>>>>>> add user 10.0.0.3 username
>>>>>> add userpassword 10.0.0.3 {P-------l----3--------@}
>>>>>> add enauser 10.0.0.3 {L------x-x-0----l-------}
>>>>>>
>>>>>> I also tried:
>>>>>>
>>>>>>
>>>>>> add method {ssh}
>>>>>> add user 10.0.0.3 username
>>>>>> add userpassword 10.0.0.3 {P-------l----3--------@}
>>>>>> {L------x-x-0----l-------}
>>>>>>
>>>>>>
>>>>>>
>>>>>> the problem is that I am logging to the router but not in enable.
>>>>>> something wrong in the syntax of the file. cloginrc?
>>>>>> I look forward to your help
>>>>>> thanks in advance
>>>>>> _______________________________________________
>>>>>> Rancid-discuss mailing list
>>>>>> Rancid-discuss [at] shrubbery <mailto:Rancid-discuss [at] shrubbery>
>>>>>> http://www.shrubbery.net/mailman/listinfo.cgi/rancid-discuss
>>>>>
>>>
>


paolo at paolodemichele

Jan 23, 2012, 2:48 PM

Post #9 of 10 (221 views)
Permalink
Re: .cloginrc - problem with password [In reply to]

my .cloginrc:

add user 10.0.0.3 xxxxxxxxxx
add password 10.0.0.3 {P-------l----3--------@} {L------x-x-0----l-------}

from console:

xxxxxxxxxx [at] 10's password:
Permission denied, please try again.

Error: Check your passwd for 10.0.0.3

why?




On 01/23/2012 10:16 PM, Paolo De Michele wrote:
> have the same password of all routers
> It is not a problem of global settings
>
> On 01/23/2012 09:04 PM, Gareth Hopkins wrote:
>> Do you perhaps have a global setting somewhere else in your clogin
>> file as you only have an entry for 10.0.0.3
>> and not 10.0.0.6 which you are getting the error from.
>>
>> Cheers,
>>
>> Gareth
>>
>> On 23 Jan 2012, at 10:02 PM, Paolo De Michele wrote:
>>
>>> my .cloginrc:
>>>
>>> add user 10.0.0.3 xxxxxxxxxx
>>> add password 10.0.0.3
>>> {P-------l----3--------@} {L------x-x-0----l-------}
>>>
>>> output from console:
>>>
>>> administrator [at] 10's password:
>>> Permission denied, please try again.
>>>
>>> Error: Check your passwd for 10.0.0.6
>>>
>>>
>>> excuse me, but I don't understand where I'm wrong
>>> are inexperienced and if I don't go out in this point are completely
>>> blocked. Thanks again
>>>
>>> On 01/23/2012 08:56 PM, Gareth Hopkins wrote:
>>>> Hi,
>>>>
>>>> userpassword is only used if the password is different to the
>>>> password set by the add password option.
>>>>
>>>> so change "add userpassword" to "add password"
>>>>
>>>> Cheers,
>>>>
>>>> Gareth
>>>>
>>>> On 23 Jan 2012, at 9:45 PM, Paolo De Michele wrote:
>>>>
>>>>>
>>>>>
>>>>> On 01/23/2012 08:31 PM, Gareth Hopkins wrote:
>>>>>> Hi,
>>>>>
>>>>> hi Gareth,
>>>>>>
>>>>>> Try just with add password.
>>>>>>
>>>>>>> add password 10.0.0.3
>>>>>>> {P-------l----3--------@} {L------x-x-0----l-------}
>>>>>>
>>>>>> As per the clogin sample file
>>>>>>
>>>>>> <snip>
>>>>>>
>>>>>> # add userpassword <router name glob> <user password>
>>>>>> # The password for user if different than the password set
>>>>>> # using 'add password'.
>>>>>
>>>>> now it's correctly?
>>>>>
>>>>> add *userpassword* 10.0.0.3
>>>>> {P-------l----3--------@} {L------x-x-0----l-------}
>>>>>
>>>>>>
>>>>>> </snip>
>>>>>>
>>>>>> Cheers,
>>>>>>
>>>>>> Gareth
>>>>>>
>>>>>> On 23 Jan 2012, at 8:18 PM, Paolo De Michele wrote:
>>>>>>
>>>>>>> hi list,
>>>>>>> I have problems to authenticate my cisco router with passwordi
>>>>>>> to enable.
>>>>>>>
>>>>>>> the scenario is as follows:
>>>>>>> - authentication password has special characters, uppercase
>>>>>>> letters, lowercase letters and numbers
>>>>>>> - enable password has capital letters, lowercase letters and
>>>>>>> numbers
>>>>>>>
>>>>>>> my .cloginrc is:
>>>>>>>
>>>>>>> add method {ssh}
>>>>>>> add user 10.0.0.3 username
>>>>>>> add userpassword 10.0.0.3 {P-------l----3--------@}
>>>>>>> add enauser 10.0.0.3 {L------x-x-0----l-------}
>>>>>>>
>>>>>>> I also tried:
>>>>>>>
>>>>>>>
>>>>>>> add method {ssh}
>>>>>>> add user 10.0.0.3 username
>>>>>>> add userpassword 10.0.0.3 {P-------l----3--------@}
>>>>>>> {L------x-x-0----l-------}
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> the problem is that I am logging to the router but not in
>>>>>>> enable. something wrong in the syntax of the file. cloginrc?
>>>>>>> I look forward to your help
>>>>>>> thanks in advance
>>>>>>> _______________________________________________
>>>>>>> Rancid-discuss mailing list
>>>>>>> Rancid-discuss [at] shrubbery <mailto:Rancid-discuss [at] shrubbery>
>>>>>>> http://www.shrubbery.net/mailman/listinfo.cgi/rancid-discuss
>>>>>>
>>>>
>>


trix at basement

Jan 23, 2012, 4:22 PM

Post #10 of 10 (229 views)
Permalink
Re: .cloginrc - problem with password [In reply to]

On Mon, Jan 23, 2012 at 11:48:17PM +0100, Paolo De Michele wrote:
> my .cloginrc:
>
> add user 10.0.0.3 xxxxxxxxxx
> add password 10.0.0.3 {P-------l----3--------@} {L------x-x-0----l-------}
>
> from console:
>
> xxxxxxxxxx [at] 10's password:
> Permission denied, please try again.
>
> Error: Check your passwd for 10.0.0.3
>
> why?
>

I'm willing to bet that the '@' is tripping you up. Try escaping it
with a backslash ('\@' instead of '@') in the password portion of your
~/.cloginrc. I've run into that before.

--
John D. "Trix" Farrar __\\|//__ Basement.NET
trix [at] basement (` o-o ') http://www.basement.net/
-----------------------------------ooO-(_)-Ooo--------------------------
GPG Key Fprint: 525F DBA7 1A62 E4C4 E642 DF95 384B B851 3CEF C10A

RANCID users RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact Gossamer Threads
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.