faisal Imran | 27 Oct 12:30
Picon
Favicon

Winlog+MAC authentication problem

i wants to know about NAS IP problem with winlog+mac authentication can any one send me complete catalyst 2960 switch configuration and freeradius configuration.



------------------------------------------------------------------------------
Nokia and AT&T present the 2010 Calling All Innovators-North America contest
Create new apps & games for the Nokia N8 for consumers in  U.S. and Canada
$10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store 
http://p.sf.net/sfu/nokia-dev2dev
_______________________________________________
Opennac-announce mailing list
Opennac-announce <at> lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/opennac-announce
henry.nymann | 10 Jul 15:23

Testing, and freenac.net is down

Hello,

First of all, is anybody out there?

Second, the freenac.net site is down. Can someone (anyone?) contact someone(else) to correct the problem?

Thanks! (and hopefully I don't only hear my own echo...)


Henry Nymann
Information Technology
Valeo Sylvania, L.L.C.
1231 A Avenue North, Seymour, Indiana, USA 47274
ph: +1-812-524-5283
fax: +1-812-524-5369


This e-mail message and any files transmitted with it are subject to
our company policy and privileged. It contains confidential information intended
only for the person(s) to whom this email message is addressed. If you have
received this e-mail message in error, please notify the sender immediately
by telephone or e-mail and destroy the original message without making a
copy. Thank you.
Neither this information block, the typed name of the sender, nor anything
else in this message is intended to constitute an electronic signature
unless a specific statement to the contrary is included in this message

This e-mail message is intended only for the use of the intended recipient(s). The information contained therein may be confidential or privileged, and its disclosure or reproduction is strictly prohibited. If you are not the intended recipient, please return it immediately to its sender at the above address and destroy it.
------------------------------------------------------------------------------
Enter the BlackBerry Developer Challenge  
This is your chance to win up to $100,000 in prizes! For a limited time, 
vendors submitting new applications to BlackBerry App World(TM) will have
the opportunity to enter the BlackBerry Developer Challenge. See full prize  
details at: http://p.sf.net/sfu/Challenge
_______________________________________________
Opennac-announce mailing list
Opennac-announce <at> lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/opennac-announce
Sean.Boran | 12 Jul 13:14
Favicon

redesign of the FreeNAC.net website, Subversion URL changes

Some news from "FreeNAC: our tool for LAN access control and dynamic
Vlan management".

We wish to announce a complete redesign of the FreeNAC.net website, 
please visit and tell us what you think.
- The website is now in English and French.
  German and Spanish will follow in the coming weeks.
- FreeNACs mission, usefulness, target audience etc. is (hopefully) now
better explained.
- The documentation is better organised, you can add comments and it
should 
  be much easier to write documentation in a distributed team. 
  there is still alot of work to do though.
  [Hint: please consider contributing/correcting :-]]
- The website is based on the OpenSource tool Drupal, we'll
progressively test and 
  enable Drupal modules to make it easier and more fun to use. 

Note that accounts on the webiste are not unified with the forum, you'll
need to create accounts in both, we don't have a solution for this yet.

Oo another topic, Sourceforge has relocated its SVN (subversion)
repository to a new URL.
This effects the FreeNAC project: most links in the forum, the doc, and
any installed NAC servers need to be updated. Please see
http://www.freenac.net/phpBB2/viewtopic.php?t=200 

Thanks for your attention,

The FreeANC core team.

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
Hector.Ortiz | 22 Jun 11:02
Favicon

Release 2.2 RC2 of FreeNAC is ready for production use

Hi,

the FreeNAC v2.2 RC2 solution for LAN access control is ready, a tarball is available for download, or it can
be pulled from Subversion from:

https://opennac.svn.sourceforge.net/svnroot/opennac/tags/Release_2.2_RC2

This release marks our first steps towards the development of an object oriented policy interface and uses
a global object to access configurations which are now stored in the FreeNAC database. Therefore, it is
really important that you read HOW-TO
(http://svn.sourceforge.net/viewvc/opennac/tags/Release_2.2_RC2/CHANGELOG?view=markup)
import your configuration files into the database. It is already stable and used in production. We
recommend you use this release, rather than v2.2 RC1.

This release also includes bugfixes and enhancements, so please read the CHANGELOG to know what has
changed with respect to our previous release.

Comments and feedback are welcome, please join the discussions in the forum.

Regards,

The FreeNAC core team

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
Sean.Boran | 30 Apr 16:38
Favicon

FreeNAC poll: what features/improvements would you like?

Hi,

I'd like to solicit your opinion on the next features to be added to
FreeNAC:

Please visit this post in the forum:
http://www.freenac.net/phpBB2/viewtopic.php?t=175

and help us decide on the roadmap for the coming weeks/months.

Thanks in advance,

Sean Boran, The FreeNAC Team

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
Hector.Ortiz | 19 Mar 17:34
Favicon

Release 2.2 RC1 of FreeNAC is ready for production use

Hi,

The FreeNAC v2.2 solution for LAN access control is ready, a tarball is available for download, or it can be
pulled from Subversion (branch 2.2). An update Virtual Machine will be available tomorrow.

This is a significant release, with major changes in the database design. It is already stable and used in
production. We recommend you use this release, rather than v2.1.

Comments are feedback are welcome, please join the discussions in the forum.

Regards,

The FreeNAC core team

Key changes (from the CHANGELOG)
o Database redesign: improved keys, field names and table names will allow the DB
to better grow with time and ensure better data consistency.
There were for example, locations as text fields in several tables. There are now
lookups into a location table which in turn looks into a building table.
Many new empty base tables for the enterprise edition were added.
-- See the drawing db_schema_v2.2.jpg in the doc directory.

o The server scripts, Web and Windows GUI have been adapted to suit the new schema.
o The new db name is by default 'opennac' (and can be changed); it was 'inventory' before.
o Many cosmetic changes to the Windows Gui
o End-devices: add an expiry date, set in the Windows GUI, checked in vmpsd_external
o Ports: record the last vlan used, and when.
o The end-device status has been extended from enabled/disabled to:
unknown, active, unmanaged, killed.
o Docs updated

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
Hector.Ortiz | 30 Jan 11:10
Favicon

New tarball available RC3

Hello,

we have made a new tarball available. This tarball comprises changes made to the repository up to revision 486.

Changes from RC2 to RC3

      * Added some features to some scripts
      * Added new scripts
      * Modified configuration scripts to add new vars for the new scripts
      * Fixed a php include problem for all the scripts
      * Changes to the db schema
      * Enhancements made to the GUIs
      * Added sample configuration files for FreeRadius, Samba, Kerberos
      * More documentation

To get it go to our download page. http://www.freenac.net/pages/download.php

The FreeNAC team

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
Hector.Ortiz | 17 Nov 16:22
Favicon

New tarball available RC2

Hi, 

we have made a new tarball available. This tarball comprises changes made to the repository up to revision
372. 

Changes from RC1 to RC2: 

Added 802.1x support with MAC validation 
Added ad_user_sync module 
Some documentation reviewe 
Added 802.1x documentation 
Configuration files for freeradius, samba, kerberos 

To get it go to our download pages located at http://www.freenac.net/pages/download.php 
the FreeNAC team

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
Hector.Ortiz | 17 Nov 16:11
Favicon

Live demo online

Hi, 

If you want to get a feel for the product before downloading the VM or installing the tarball, we are
providing you with an online demo, where you can see how the system works.

With this demo you can try some of the GUIs we have developed and their current status. You can make all the
modifications you want to the system; use it as if it were yours (changes are flushed every half hour :) )

For more information, go to http://www.freenac.net/pages/demo.php

the FreeNAC team

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
Hector.Ortiz | 15 Nov 11:32
Favicon

New VM available for download

Hi,

we have made available a new VM which contains an 802.1x prototype with User Authentication in the Windows
domain and Mac Address authentication with VMPS.

For instructions about where to get it and how to use it, check the download page (http://www.freenac.net/pages/download.php).

Please note that we have renamed the release to RC2. The old VM without 802.1x support is still available
under this same release. Make sure you click on the right link to download the newest version.

Should you have problems, please post your questions to the support forum (http://www.freenac.net/phpBB2/viewforum.php?f=4).

The FreeNAC team

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
Steph | 16 Oct 17:02
Picon

Actual (R2.1) DB Schema documented

Hi,

I have documented the actual DB schema, as used in the 2.1 branch.

You can see a report on our website:
http://www.freenac.net/pages/schemadb_2.1/Default.html
and especially the complete tables documentation with a description of
all attributes (including the ones in german  :-)

We made this diagram with a tool called Toad Data Modeler, you may
want to test their free version:
http://www.casestudio.com/enu/database_design_freeware.aspx
The source file is here:
http://www.freenac.net/pages/schemadb_2.1/freenac.dm2 or in the doc
directory of the 2.1 SVN branch.

I hope it will help you to understand the system.

Steph

Note: we know the schema is not really normalised, and that there are
lot's of improvement potential. Your feedback is appreciated, see our
discussion thread: http://www.freenac.net/phpBB2/viewtopic.php?t=14

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642

Gmane