Hi everyone,

We are a small web/unix hosting shop wishing we could get afs working on FreeBSD boxes, but right now we have another request.

We'd like to get the word out for some potential help with Drupal administration and possibly mirroring a website for the Virginia Tech tragedy. My partner's sister is a student there and we put a website up to combat the unscrupulous web designers who've been buying up the domain names and fraudulently collecting donations. We are looking for anyone interested in maybe helping us to maintain it.

It's a neat project-- we've ported our SMS messaging system that we normally use for nighclub promotion to become an emergency communication system, and we've simplified the Virginia Tech alumni giving form to post data directly to their java handler with the hopes of streamlining the donation process and taking some load off their servers. We've released the form under the BSD so the V.T. IT dept (or anyone else, like maybe someone on this list) can put it up on their site too.

Please check it out at http://vtfamilies.org

Kind words are appreciated-- as would be anyone interested in possibly helping with the administration.

Thanks,

Nestor

below is form's source code:

<!--
Copyright (c) 2007, iDotMind LLC

All rights reserved.

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

* Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the
distribution.
* Neither the name of the iDotMind LLC nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-->

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
<html xmlns="http://www.w3.org/1999/xhtml";>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
<META NAME="ROBOTS" CONTENT="NOINDEX, NOFOLLOW">
<title>Donate to the Hokie Spirit Memorial Fund</title>

<link rel="stylesheet" href="vt.css" type="text/css" media="screen" />

<style type="text/css">
</style>

</head>

<body>

<div id="main-content">
<div id="page-title" class="normal">
<h1>Hokie Spirit Memorial Fund</h1>
</div>



<form name="givingForm" action="https://webapps.banner.vt.edu/giving/submitAcademicGiftInfo.do"; method="POST">
        <input type="hidden" name="forwardName" value="academic_success">

        <table>

                <tr>
                        <td>First Name</td>
                        <td></td>
<td><input type="text" name="firstName" maxlength="15" size="30" value=""></td>
                        <td></td>
                </tr>
                <tr>
                        <td>Last Name</td>

                        <td></td>
<td><input type="text" name="lastName" maxlength="60" size="30" value=""></td>
                        <td></td>
                </tr>
                <tr>
                        <td>Street Address 1</td>
                        <td></td>
<td><input type="text" name="streetAddress1" maxlength="30" size="35" value=""></td>

                        <td></td>
                </tr>
                <tr>
                        <td>Street Address 2</td>
                        <td></td>
<td><input type="text" name="streetAddress2" maxlength="30" size="35" value=""></td>
                        <td></td>
                </tr>

                <tr>
                        <td>City</td>
                        <td></td>
<td><input type="text" name="city" maxlength="20" size="20" value=""></td>
                        <td></td>
                </tr>
                <tr>
                        <td>State</td>

                        <td></td>
<td><select name="state" size="1"><option value=""></option>

                <option value="AA">APO/FPO Americas (Military)</option>
                <option value="AE">APO/FPO Europe (Military)</option>
                <option value="AP">APO/FPO Pacific (Military)</option>
                <option value="AK">Alaska</option>

                <option value="AL">Alabama</option>
                <option value="AR">Arkansas</option>

                <option value="AZ">Arizona</option>
                <option value="CA">California</option>
                <option value="CO">Colorado</option>
                <option value="CT">Connecticut</option>

                <option value="DC">District of Columbia</option>
                <option value="DE">Delaware</option>

                <option value="FL">Florida</option>
                <option value="GA">Georgia</option>
                <option value="GU">Guam</option>
                <option value="HI">Hawaii</option>

                <option value="ID">Idaho</option>
                <option value="IL">Illinois</option>

                <option value="IN">Indiana</option>
                <option value="IA">Iowa</option>
                <option value="KS">Kansas</option>
                <option value="KY">Kentucky</option>

                <option value="LA">Louisiana</option>
                <option value="ME">Maine</option>

                <option value="MD">Maryland</option>
                <option value="MA">Massachusetts</option>
                <option value="MI">Michigan</option>
                <option value="MN">Minnesota</option>

                <option value="MS">Mississippi</option>
                <option value="MO">Missouri</option>

                <option value="MT">Montana</option>
                <option value="NE">Nebraska</option>
                <option value="NV">Nevada</option>
                <option value="NH">New Hampshire</option>

                <option value="NJ">New Jersey</option>
                <option value="NM">New Mexico</option>

                <option value="NY">New York</option>
                <option value="NC">North Carolina</option>
                <option value="ND">North Dakota</option>
                <option value="CQ">Northern Marianas Islands</option>

                <option value="OH">Ohio</option>
                <option value="OK">Oklahoma</option>

                <option value="OR">Oregon</option>
                <option value="PA">Pennsylvania</option>
                <option value="PR">Puerto Rico</option>
                <option value="RI">Rhode Island</option>

                <option value="SK">Saskatchewan</option>
                <option value="SC">South Carolina</option>

                <option value="SD">South Dakota</option>
                <option value="TN">Tennessee</option>
                <option value="TX">Texas</option>
                <option value="UT">Utah</option>

                <option value="VA">Virginia</option>
                <option value="VI">Virgin Islands</option>

                <option value="VIC">Victoria</option>
                <option value="VT">Vermont</option>
                <option value="WA">Washington</option>
                <option value="WI">Wisconsin</option>

                <option value="WV">West Virginia</option>
                <option value="WY">Wyoming</option></select></td>
                <td></td>
                </tr>
                <tr>
                        <td>Zip Code</td>
                        <td></td>
<td><input type="text" name="zipCode" maxlength="10" size="10" value=""></td>

                        <td></td>

                </tr>

                <tr>
                        <td>Area Code</td>
                        <td></td>
<td><input type="text" name="areaCode" maxlength="3" size="3" value="">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Phone Number&nbsp;<input type="text" name="phoneNumber" maxlength="8" size="8" value=""> </td>
                        <td></td>

                </tr>

                <tr>
                        <td>Email</td>
                        <td></td>
<td><input type="text" name="email" maxlength="90" size="35" value=""></td>
                        <td></td>
                </tr>

                <tr>

                        <td>Donation Amount</td>
                        <td>$</td>
<td><input type="text" name="desg1_amount" size="14" value="">&nbsp; for <select name="designation1" size="1"><option value="874023">Hokie Spirit Memorial Fund</option></select>
<input type="hidden" name="givingVehicle" value="CREDITCARD"></td>
<td><input type="hidden" name="paymentMethod" value="TOTAL"></td>
                </tr>
                <tr>

                        <td></td>
                        <td></td>
<td><input type="submit" value="Proceed to payment information and confirmation"></td>
                        <td></td>
        </table>
        </form>

<br>


<div id="main-content">
If you are trying to make a different type of donation to Virginia Tech please <a href="https://webapps.banner.vt.edu/giving/academic_index.jsp";>click here</a>.

</div>
</body>
</html>




On Thu, 19 Apr 2007, [EMAIL PROTECTED] wrote:

Send OpenAFS-info mailing list submissions to
        [email protected]

To subscribe or unsubscribe via the World Wide Web, visit
        https://lists.openafs.org/mailman/listinfo/openafs-info
or, via email, send a message with subject or body 'help' to
        [EMAIL PROTECTED]

You can reach the person managing the list at
        [EMAIL PROTECTED]

When replying, please edit your Subject line so it is more specific
than "Re: Contents of OpenAFS-info digest..."


Today's Topics:

  1. 1.4.4 client on EL3: crash upon restart [was: panic
      inafs_HashOutDcache] (Stephan Wiesand)
  2. One of my users has married - what to do? (Helmut Jarausch)
  3. Re: One of my users has married - what to do? (Derrick J Brashear)
  4. miltiples network interfaces (Jose Angel Herrero)
  5. RE: miltiples network interfaces (ted creedon)

--__--__--

Message: 1
Date: Thu, 19 Apr 2007 10:14:53 +0200 (CEST)
From: Stephan Wiesand <[EMAIL PROTECTED]>
To: [email protected]
Subject: [OpenAFS] 1.4.4 client on EL3: crash upon restart [was: panic
inafs_HashOutDcache]

On Wed, 18 Apr 2007, Derrick J Brashear wrote:

On Wed, 18 Apr 2007, Stephan Wiesand wrote:

When I tried to restart the client, I experienced what I've seen frequently
with 1.4.x clients on this platform: "kernel BUG at slab.c:892:" when
re-inserting the openafs module. This seems to happen quite consistently
when restarting the client after it has run for some time (say, a week).

Was the module actually unloaded from the previous attempt?

Yes, I just checked on a different system:

# dmesg|tail
kjournald starting.  Commit interval 5 seconds
EXT3 FS 2.4-0.9.19, 19 August 2002 on loop(7,0), internal journal
EXT3-fs: mounted filesystem with ordered data mode.
device eth0 entered promiscuous mode
device eth0 left promiscuous mode
afs: byte-range lock/unlock ignored; make sure no one else is running this 
program.
lp: driver loaded but no devices found
usb.c: registered new driver serial
usbserial.c: USB Serial support registered for Generic
usbserial.c: USB Serial Driver core v1.4

# service afs stop
Stopping AFS services.....
Sending all processes using /afs the TERM signal ...       [  OK  ]
Sending all processes using /afs the KILL signal ...       [  OK  ]

# lsmod|grep afs
#

# dmesg|tail
afs: byte-range lock/unlock ignored; make sure no one else is running this 
program.
lp: driver loaded but no devices found
usb.c: registered new driver serial
usbserial.c: USB Serial support registered for Generic
usbserial.c: USB Serial Driver core v1.4
Failed to invalidate all pages on inode 0xccfc7c80
Failed to invalidate all pages on inode 0xece91980
WARM shutting down of: CB... afs... BkG... CTrunc... AFSDB... RxEvent...
UnmaskRxkSignals... RxListener...
VFS: Busy inodes after unmount. Self-destruct in 5 seconds.  Have a nice day...
kmem_cache_destroy: Can't free all objects c4dde914

# service afs start
Starting AFS services.....
Warning: loading /lib/modules/2.4.21-47.0.1.ELsmp/kernel/fs/openafs/openafs.o 
will taint
the kernel: non-GPL license - http://www.openafs.org/dl/license10.html
  See http://www.tux.org/lkml/#export-tainted for information about tainted 
modules


And at this point it freezes. Here's what netconsole left on the loghost:

Found system call table at 0xc0386b74 (pattern scan)
------------[ cut here ]------------
kernel BUG at slab.c:828!
invalid operand: 0000
openafs usbserial lp parport sg panfs nfs lockd sunrpc netconsole e1000
microcode nls_iso8859-1 nls_cp437 vfat fat loop keybdev mousedev hid input
ehci-hcd us
CPU:    2
EIP:    0060:[<c015272b>]    Tainted: P
EFLAGS: 00010246

EIP is at kmem_cache_create [kernel] 0x2fb (2.4.21-47.0.1.ELsmp/i686)
eax: 00000000   ebx: f7645afc   ecx: c4dde980   edx: c4dde980
esi: c4dde97c   edi: f8ab5760   ebp: 00000000   esp: c8a2dea0
ds: 0068   es: 0068   ss: 0068
Process modprobe (pid: 32474, stackpage=c8a2d000)
Stack: f7645afc 00000300 00012000 c8a2deb8 f7645b1c ffffff80 00000080 c0388f84
       00000000 00000000 f8a43000 f8a9c460 f8ab5750 00000300 00000080 00002000
       f8a9c420 00000000 c103c02c f8a9b327 f8ad515c ffffffff 00008be7 f8a9b337
Call Trace:   [<f8a9c460>] afs_init_inodecache [openafs] 0x20 (0xc8a2decc)
[<f8ab5750>] .rodata.str1.1 [openafs] 0x1214 (0xc8a2ded0)
[<f8a9c420>] init_once [openafs] 0x0 (0xc8a2dee0)
[<f8a9b327>] init_module [openafs] 0x17 (0xc8a2deec)
[<f8ad515c>] afs_xosi [openafs] 0x0 (0xc8a2def0)
[<f8a9b337>] init_module [openafs] 0x27 (0xc8a2defc)
[<c012b096>] sys_init_module [kernel] 0x5b6 (0xc8a2df0c)
[<f8a43060>] afs_atomlist_create [openafs] 0x0 (0xc8a2df2c)
[<f8aba3e8>] __ksymtab [openafs] 0x0 (0xc8a2df30)
[<f8a43060>] afs_atomlist_create [openafs] 0x0 (0xc8a2df58)
[<c02b006f>] no_timing [kernel] 0x7 (0xc8a2dfc0)

Code: 0f 0b 3c 03 53 27 2c c0 8b 12 81 fa 6c b9 3a c0 75 d3 89 4b

Kernel panic: Fatal exception


Looks like things already go wrong during unload. Could the root
root cause be same as for the panic in afs_HashOutDcache ?

--
Stephan Wiesand
  DESY - DV -
  Platanenallee 6
  15738 Zeuthen, Germany

--__--__--

Message: 2
Date: Thu, 19 Apr 2007 12:19:10 +0200 (CEST)
From: Helmut Jarausch <[EMAIL PROTECTED]>
To: [email protected]
Reply-To: [EMAIL PROTECTED]
Subject: [OpenAFS] One of my users has married - what to do?

Hi,

what do I have to do to rename a user.
It was easy with pts but how to rename a user
with kas.

Many thanks for a hint,

Helmut Jarausch

Lehrstuhl fuer Numerische Mathematik
RWTH - Aachen University
D 52056 Aachen, Germany


--__--__--

Message: 3
Date: Thu, 19 Apr 2007 08:54:46 -0400 (EDT)
From: Derrick J Brashear <[EMAIL PROTECTED]>
To: Helmut Jarausch <[EMAIL PROTECTED]>
Cc: [email protected]
Subject: Re: [OpenAFS] One of my users has married - what to do?

On Thu, 19 Apr 2007, Helmut Jarausch wrote:

Hi,

what do I have to do to rename a user.
It was easy with pts but how to rename a user
with kas.

You can't. My old trick was to use a tool which we had hacked up to pull a
key from the database, and reinject that key for the new username, then
delete the old one.

--__--__--

Message: 4
From: Jose Angel Herrero <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED], [email protected]
Date: Thu, 19 Apr 2007 16:28:24 +0200
Subject: [OpenAFS] miltiples network interfaces


--=-kpZZRfStgYRZ2l1ua60B
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: quoted-printable

Hello list,

How can i configure the openafs file server to work with two (public and
private) network interfaces??? We have a cluster with 30 compute nodes
and we want these nodes use the private network to access afs data, and
the rest of the computers in the departament use the public interface,
The nones have only one network interface, but they can access to the
public network by the front-end of the cluster (ip forwardind). The afs
fileserver is one of this nones with 2 interfaces, one public and one
private.

In summary, we want to the file server of openafs can be able to listen
in the private and public network interfaces.

thanks in advance!!
Jose




  Jose Angel Herrero Velasco

________________________________________________________________________



       _/_/_/_/  _/_/_/_/  _/_/_/_/
Administrador de Sistemas
     _/      _/     _/      _/
    _/_/_/_/     _/      _/               Grupo de Arquitectura y
Tecnolog=C3=ADa de Computadores=20
  _/      _/     _/      _/                              E.T.S.I.I.T. -
UNIVERSIDAD DE CANTABRIA=20
 _/      _/     _/     _/_/_/_/                         39005 SANTANDER
CANTABRIA (SPAIN)=20

Tel./Fax : +34 942 202248 / 2039
e-mail:   [EMAIL PROTECTED]               Web:
http://www.atc.unican.es=20

--=-kpZZRfStgYRZ2l1ua60B
Content-Type: text/html; charset=utf-8
Content-Transfer-Encoding: 7bit

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
 <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
 <META NAME="GENERATOR" CONTENT="GtkHTML/3.12.1">
</HEAD>
<BODY>
Hello list,<BR>
<BR>
How can i configure the openafs file server to work with two (public and private) 
network interfaces??? We have a cluster with 30 compute nodes and we want these nodes 
use the private network to access afs data, and the rest of the computers in the 
departament use the public interface, The nones have only one network interface, but 
they can access to the public network by the front-end of the cluster (ip 
forwardind). The afs fileserver is one of this nones with 2 interfaces, one public 
and one private.<BR>
<BR>
In summary, we want to the file server of openafs can be able to listen in the 
private and public network interfaces.<BR>
<BR>
thanks in advance!!<BR>
Jose<BR>
<BR>
<BR>
<BR>
<TABLE CELLSPACING="0" CELLPADDING="0" WIDTH="100%">
<TR>
<TD>
<TABLE CELLSPACING="0" CELLPADDING="0" WIDTH="100%">
<TR>
<TD>
<BR>
<TABLE CELLSPACING="0" CELLPADDING="0" WIDTH="100%">
<TR>
<TD>
<B>&nbsp;&nbsp; Jose Angel Herrero Velasco</B><BR>

<HR SIZE="1">
<BR>
<BR>
<BR>
<BR>
<TABLE CELLSPACING="0" WIDTH="100%">
<TR>
<TD>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <FONT COLOR="#0000ff">_/_/_/_/&nbsp; _/_/_/_/&nbsp; 
_/_/_/_/</FONT>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
 <I>Administrador de Sistemas</I><BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <FONT COLOR="#0000ff">_/&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
_/&nbsp;&nbsp;&nbsp;&nbsp; _/&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; _/</FONT><BR>
&nbsp;&nbsp;&nbsp;&nbsp; <FONT COLOR="#0000ff">_/_/_/_/&nbsp;&nbsp;&nbsp;&nbsp; _/&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
_/&nbsp;</FONT>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <B><FONT COLOR="#0000ff">Grupo de Arquitectura y Tecnolog&#237;a de 
Computadores </FONT></B><BR>
&nbsp;&nbsp; <FONT COLOR="#0000ff">_/&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; _/&nbsp;&nbsp;&nbsp;&nbsp; _/&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
_/&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</FONT><FONT
 COLOR="#000000"> E.T.S.I.I.T. - UNIVERSIDAD DE CANTABRIA </FONT><BR>
<FONT COLOR="#0000ff">&nbsp; _/&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; _/&nbsp;&nbsp;&nbsp;&nbsp; _/&nbsp;&nbsp;&nbsp;&nbsp; 
_/_/_/_/</FONT>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
39005 SANTANDER&nbsp; CANTABRIA (SPAIN) <BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
 Tel./Fax : +34 942 202248 / 2039<BR>
e-mail:&nbsp;&nbsp; <A HREF="mailto:[EMAIL PROTECTED]">soporte@</A><U><A HREF="mailto:[EMAIL 
PROTECTED]">atc.unican.es</A></U>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Web: <U><A 
HREF="http://www.atc.unican.es/~joseanhv";>http://www.atc.unican.es</A></U>
</TD>
</TR>
</TABLE>
</TD>
</TR>
</TABLE>
</TD>
</TR>
</TABLE>
</TD>
</TR>
</TABLE>
</BODY>
</HTML>

--=-kpZZRfStgYRZ2l1ua60B--


--__--__--

Message: 5
Reply-To: <[EMAIL PROTECTED]>
From: "ted creedon" <[EMAIL PROTECTED]>
To: "'Jose Angel Herrero'" <[EMAIL PROTECTED]>,
        <[EMAIL PROTECTED]>, <[email protected]>
Date: Thu, 19 Apr 2007 07:53:12 -0700
Organization: creedon engineering
Subject: RE: [OpenAFS] miltiples network interfaces

This is a multi-part message in MIME format.

------=_NextPart_000_00C5_01C78257.C803B400
Content-Type: text/plain;
        charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

Are the ip addresses fixed? Here the NetInfo file is used to keep track =
of
the addresses and is changed and restarted ehen the dhcp external =
address
changes.

=20

tedc

=20

 _____ =20

From: [EMAIL PROTECTED] =
[mailto:[EMAIL PROTECTED]
On Behalf Of Jose Angel Herrero
Sent: Thursday, April 19, 2007 7:28 AM
To: [EMAIL PROTECTED]; [email protected]
Subject: [OpenAFS] miltiples network interfaces

=20

Hello list,

How can i configure the openafs file server to work with two (public and
private) network interfaces??? We have a cluster with 30 compute nodes =
and
we want these nodes use the private network to access afs data, and the =
rest
of the computers in the departament use the public interface, The nones =
have
only one network interface, but they can access to the public network by =
the
front-end of the cluster (ip forwardind). The afs fileserver is one of =
this
nones with 2 interfaces, one public and one private.

In summary, we want to the file server of openafs can be able to listen =
in
the private and public network interfaces.

thanks in advance!!
Jose






=20


  Jose Angel Herrero Velasco

 _____ =20







       _/_/_/_/  _/_/_/_/  _/_/_/_/                          =
Administrador
de Sistemas
     _/      _/     _/      _/
    _/_/_/_/     _/      _/               Grupo de Arquitectura y
Tecnolog=EDa de Computadores=20
  _/      _/     _/      _/                              E.T.S.I.I.T. -
UNIVERSIDAD DE CANTABRIA=20
 _/      _/     _/     _/_/_/_/                         39005 SANTANDER
CANTABRIA (SPAIN)=20
                                                              Tel./Fax =
:
+34 942 202248 / 2039
e-mail:   soporte@ <mailto:[EMAIL PROTECTED]> atc.unican.es
<mailto:[EMAIL PROTECTED]>                Web: =
http://www.atc.unican.es
<http://www.atc.unican.es/~joseanhv> =20

=20


------=_NextPart_000_00C5_01C78257.C803B400
Content-Type: text/html;
        charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<META HTTP-EQUIV=3D"Content-Type" CONTENT=3D"text/html; =
charset=3Diso-8859-1">
<html xmlns:v=3D"urn:schemas-microsoft-com:vml" =
xmlns:o=3D"urn:schemas-microsoft-com:office:office" =
xmlns:w=3D"urn:schemas-microsoft-com:office:word" =
xmlns=3D"http://www.w3.org/TR/REC-html40";>

<head>

<meta name=3DGenerator content=3D"Microsoft Word 11 (filtered medium)">
<!--[if !mso]>
<style>
v\:* {behavior:url(#default#VML);}
o\:* {behavior:url(#default#VML);}
w\:* {behavior:url(#default#VML);}
.shape {behavior:url(#default#VML);}
</style>
<![endif]-->
<style>
<!--
/* Font Definitions */
@font-face
        {font-family:Tahoma;
        panose-1:2 11 6 4 3 5 4 4 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0pt;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman";}
a:link, span.MsoHyperlink
        {color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {color:blue;
        text-decoration:underline;}
span.EmailStyle17
        {mso-style-type:personal-reply;
        font-family:Arial;
        color:navy;}
@page Section1
        {size:612.0pt 792.0pt;
        margin:72.0pt 90.0pt 72.0pt 90.0pt;}
div.Section1
        {page:Section1;}
-->
</style>

</head>

<body lang=3DEN-US link=3Dblue vlink=3Dblue>

<div class=3DSection1>

<p class=3DMsoNormal><font size=3D2 color=3Dnavy face=3DArial><span =
style=3D'font-size:
10.0pt;font-family:Arial;color:navy'>Are the ip addresses fixed? Here =
the NetInfo
file is used to keep track of the addresses and is changed and restarted =
ehen
the dhcp external address changes.<o:p></o:p></span></font></p>

<p class=3DMsoNormal><font size=3D2 color=3Dnavy face=3DArial><span =
style=3D'font-size:
10.0pt;font-family:Arial;color:navy'><o:p>&nbsp;</o:p></span></font></p>

<p class=3DMsoNormal><font size=3D2 color=3Dnavy face=3DArial><span =
style=3D'font-size:
10.0pt;font-family:Arial;color:navy'>tedc<o:p></o:p></span></font></p>

<p class=3DMsoNormal><font size=3D2 color=3Dnavy face=3DArial><span =
style=3D'font-size:
10.0pt;font-family:Arial;color:navy'><o:p>&nbsp;</o:p></span></font></p>

<div>

<div class=3DMsoNormal align=3Dcenter style=3D'text-align:center'><font =
size=3D3
face=3D"Times New Roman"><span style=3D'font-size:12.0pt'>

<hr size=3D2 width=3D"100%" align=3Dcenter tabindex=3D-1>

</span></font></div>

<p class=3DMsoNormal><b><font size=3D2 face=3DTahoma><span =
style=3D'font-size:10.0pt;
font-family:Tahoma;font-weight:bold'>From:</span></font></b><font =
size=3D2
face=3DTahoma><span style=3D'font-size:10.0pt;font-family:Tahoma'>
[EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] =
<b><span
style=3D'font-weight:bold'>On Behalf Of </span></b>Jose Angel =
Herrero<br>
<b><span style=3D'font-weight:bold'>Sent:</span></b> Thursday, April 19, =
2007
7:28 AM<br>
<b><span style=3D'font-weight:bold'>To:</span></b> =
[EMAIL PROTECTED];
[email protected]<br>
<b><span style=3D'font-weight:bold'>Subject:</span></b> [OpenAFS] =
miltiples
network interfaces</span></font><o:p></o:p></p>

</div>

<p class=3DMsoNormal><font size=3D3 face=3D"Times New Roman"><span =
style=3D'font-size:
12.0pt'><o:p>&nbsp;</o:p></span></font></p>

<p class=3DMsoNormal style=3D'margin-bottom:12.0pt'><font size=3D3
face=3D"Times New Roman"><span style=3D'font-size:12.0pt'>Hello =
list,<br>
<br>
How can i configure the openafs file server to work with two (public and
private) network interfaces??? We have a cluster with 30 compute nodes =
and we
want these nodes use the private network to access afs data, and the =
rest of
the computers in the departament use the public interface, The nones =
have only
one network interface, but they can access to the public network by the
front-end of the cluster (ip forwardind). The afs fileserver is one of =
this
nones with 2 interfaces, one public and one private.<br>
<br>
In summary, we want to the file server of openafs can be able to listen =
in the
private and public network interfaces.<br>
<br>
thanks in advance!!<br>
Jose<br>
<br>
<br>
<o:p></o:p></span></font></p>

<table class=3DMsoNormalTable border=3D0 cellspacing=3D0 cellpadding=3D0 =
width=3D"100%"
style=3D'width:100.0%'>
<tr>
 <td style=3D'padding:0pt 0pt 0pt 0pt'>
 <table class=3DMsoNormalTable border=3D0 cellspacing=3D0 =
cellpadding=3D0 width=3D"100%"
  style=3D'width:100.0%'>
  <tr>
   <td style=3D'padding:0pt 0pt 0pt 0pt'>
   <p class=3DMsoNormal><font size=3D3 face=3D"Times New Roman"><span
   style=3D'font-size:12.0pt'><o:p>&nbsp;</o:p></span></font></p>
   <table class=3DMsoNormalTable border=3D0 cellspacing=3D0 =
cellpadding=3D0
    width=3D"100%" style=3D'width:100.0%'>
    <tr>
     <td style=3D'padding:0pt 0pt 0pt 0pt'>
     <p class=3DMsoNormal><b><font size=3D3 face=3D"Times New =
Roman"><span
     style=3D'font-size:12.0pt;font-weight:bold'>&nbsp;&nbsp; Jose =
Angel Herrero
     Velasco</span></font></b><o:p></o:p></p>
     <div class=3DMsoNormal align=3Dcenter =
style=3D'text-align:center'><font size=3D3
     face=3D"Times New Roman"><span style=3D'font-size:12.0pt'>
     <hr size=3D1 width=3D"100%" align=3Dcenter>
     </span></font></div>
     <p class=3DMsoNormal style=3D'margin-bottom:12.0pt'><font size=3D3
     face=3D"Times New Roman"><span style=3D'font-size:12.0pt'><br>
     <br>
     <br>
     <o:p></o:p></span></font></p>
     <table class=3DMsoNormalTable border=3D0 cellspacing=3D0 =
cellpadding=3D0
      width=3D"100%" style=3D'width:100.0%'>
      <tr>
       <td style=3D'padding:.75pt .75pt .75pt .75pt'>
       <p class=3DMsoNormal><font size=3D3 face=3D"Times New =
Roman"><span
       =
style=3D'font-size:12.0pt'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
<font
       color=3Dblue><span style=3D'color:blue'>_/_/_/_/&nbsp; =
_/_/_/_/&nbsp;
       =
_/_/_/_/</span></font>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb=
sp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs=
p;&nbsp;&nbsp;&nbsp;&nbsp;
       <i><span style=3D'font-style:italic'>Administrador de =
Sistemas</span></i><br>
       &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <font color=3Dblue><span =
style=3D'color:
       blue'>_/&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
_/&nbsp;&nbsp;&nbsp;&nbsp;
       _/&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; _/</span></font><br>
       &nbsp;&nbsp;&nbsp;&nbsp; <font color=3Dblue><span =
style=3D'color:blue'>_/_/_/_/&nbsp;&nbsp;&nbsp;&nbsp;
       _/&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
_/&nbsp;</span></font>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb=
sp;&nbsp;&nbsp;&nbsp;&nbsp;
       <b><font color=3Dblue><span =
style=3D'color:blue;font-weight:bold'>Grupo de
       Arquitectura y Tecnolog=EDa de Computadores =
</span></font></b><br>
       &nbsp;&nbsp; <font color=3Dblue><span =
style=3D'color:blue'>_/&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
       _/&nbsp;&nbsp;&nbsp;&nbsp; _/&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
       =
_/&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp=
;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span></font><font
       color=3Dblack><span style=3D'color:black'> E.T.S.I.I.T. - =
UNIVERSIDAD DE
       CANTABRIA </span></font><br>
       <font color=3Dblue><span style=3D'color:blue'>&nbsp; =
_/&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
       _/&nbsp;&nbsp;&nbsp;&nbsp; _/&nbsp;&nbsp;&nbsp;&nbsp; =
_/_/_/_/</span></font>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb=
sp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs=
p;&nbsp;&nbsp;&nbsp;
       39005 SANTANDER&nbsp; CANTABRIA (SPAIN) <br>
       =
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&=
nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&n=
bsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb=
sp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs=
p;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp=
;&nbsp;
       Tel./Fax : +34 942 202248 / 2039<br>
       e-mail:&nbsp;&nbsp; <a =
href=3D"mailto:[EMAIL PROTECTED]">soporte@</a><u><a
       =
href=3D"mailto:[EMAIL PROTECTED]">atc.unican.es</a></u>&nbsp;&nbsp;&=
nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
       Web: <u><a =
href=3D"http://www.atc.unican.es/~joseanhv";>http://www.atc.unican.es</a><=
/u>
       <o:p></o:p></span></font></p>
       </td>
      </tr>
     </table>
     <p class=3DMsoNormal><font size=3D3 face=3D"Times New Roman"><span
     style=3D'font-size:12.0pt'><o:p></o:p></span></font></p>
     </td>
    </tr>
   </table>
   <p class=3DMsoNormal><font size=3D3 face=3D"Times New Roman"><span
   style=3D'font-size:12.0pt'><o:p></o:p></span></font></p>
   </td>
  </tr>
 </table>
 <p class=3DMsoNormal><font size=3D3 face=3D"Times New Roman"><span
 style=3D'font-size:12.0pt'><o:p></o:p></span></font></p>
 </td>
</tr>
</table>

<p class=3DMsoNormal><font size=3D3 face=3D"Times New Roman"><span =
style=3D'font-size:
12.0pt'><o:p>&nbsp;</o:p></span></font></p>

</div>

</body>

</html>

------=_NextPart_000_00C5_01C78257.C803B400--



--__--__--

_______________________________________________
OpenAFS-info mailing list
[email protected]
https://lists.openafs.org/mailman/listinfo/openafs-info


End of OpenAFS-info Digest

_______________________________________________
OpenAFS-info mailing list
[email protected]
https://lists.openafs.org/mailman/listinfo/openafs-info

Reply via email to