<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Verdana
}
--></style>
</head>
<body class='hmmessage'>
Hello,<BR>    we are working on the FreeRadiusServer 2.1.4 + Postgresql 8.4.2, and trying to authenticate different 'users' according to the NAS-Port in the request packets. We build the db table 'nas' by the scripts nas.sql:<BR>/*<BR> * Table structure for table 'nas'<BR> */<BR>CREATE TABLE nas (<BR>        id              SERIAL PRIMARY KEY,<BR>        nasname         VARCHAR(128) NOT NULL,<BR>        shortname       VARCHAR(32) NOT NULL,<BR>        type            VARCHAR(30) NOT NULL DEFAULT 'other',<BR>        ports           int4,<BR>&nb!
 sp;       secret          VARCHAR(60) NOT NULL,<BR>        server          VARCHAR(64),<BR>        community       VARCHAR(50),<BR>        description     VARCHAR(200)<BR>);<BR> <BR>    Since the 'ports' column exists in the table 'nas', we wonder if it has some relationship with the NAS-Port in the request packets. We tried some values for the column, but didn't work. Anyone can tell me the meaning of the column 'ports'?<BR>    Now we can configure a virtual server for each NAS (by the column 'server' of the table 'nas'). Can I configure a virtual server for each NAS-Port? If so, how can I acheive that? Thank you!<BR> <BR>Best Regards,<BR> <BR>Alaxis<BR>                        !
                  <br /><hr />使用新一代 Windows Live Messenger 轻松交流和共享! 
<a href='http://www.windowslive.cn/messenger/' target='_new'>立刻下载!</a></body>
</html>