spacer spacer spacer spacer spacer spacer spacer spacer spacer spacer spacer spacer spacer spacer spacer spacer spacer spacer
Return to NetMAX.com's Front Page Return to NetMAX.com's Front Page Title Header Title Header spacer
NetMAX Navigation Menu: NetMAX Products NetMAX Navigation Menu: NetMAX Store NetMAX Navigation Menu: NetMAX Support NetMAX Navigation Menu: NetMAX News NetMAX Navigation Menu: NetMAX Partners NetMAX Navigation Menu: About Us NetMAX Navigation Menu:     spacer
News and Events

NetMAX Newsletter - February 2006

1. [New!] NetMAX OpenVPN Available
2. [Tips and Tricks] Executing Multi-Group CGI Scripts
3. [Sales] A Few More SG20s
4. [General] Let's Hear From You

1. NetMAX OpenVPN Available

NetMAX has released a build of OpenVPN for NetMAX VPN Server Suite. Please note that this an .iso file, and you will need to burn it to CD before installing. Download it at:

ftp.cybernet.com/.../NM_Open_VPN.iso

2. Executing Multi-Group CGI Scripts

If you are trying to create two different secure sites for one URL, then you may need to execute multi-group CGI scripts. An example of this: a first password will get that user into one site (index.html), and a second password will get the user into another secure site (indexsec.html) -- i.e., there is information on the management site that we do not want the second group of users to have access to.

To set this up, do the following:

1. Users/Groups/Create

    a. Add the two user groups that you want to access the different index.html file.

    b. Make a New Group (named whatever you prefer) that will define both user groups.

2. Upload the index.cgi file to /System/Web/external or internal (as appropriate for your task).

3. Open the index.cgi file and edit the following:

#!/usr/bin/perl
# Configuration settings.

$group1 = "Group1";
-- Change to group name that you want to access index.html1 --

$group2 = "Group2";
-- Change to group name that you want to access index.html2 --

$url1 = "index1.html";
-- Change to index.html1 that you want Group1 to access --

$url2 = "index2.html";
-- Change to index.html2 that you want Group2 to access --

print "Content-type: text/html\n\n" ;
print <<EOF ;
<html>
<head><title>Redirect Page</title></head>
<body>
EOF
$_=`/usr/bin/groups $ENV{'REMOTE_USER'}`;
if (/$group1/) {
print "<META HTTP-EQUIV=REFRESH CONTENT=\"0; URL=$url1\">\n"; } elsif (/$group2/) {
print "<META HTTP-EQUIV=REFRESH CONTENT=\"0; URL=$url2\">\n"; } else {
print "Internal error. The authorized group must contain all members of $group1 and $group2.\n";
}
print <<EOF ;
</body>
</html>
EOF

And that's it! If you have questions about the procedure, visit NetMAX Support:

http://www.netmax.com/support/

3. A Few More SG20s

We have recently added a few more SG20 units to our inventory, so you can get them at Magnia Clearance prices while this supply lasts!

These Toshiba Magnia SG20 bundles come with licenses for NetMAX Professional Suite, Firewall ProSuite and VPN Server Suite 4.06 all included and pre-installed for $199 -- and you can upgrade to the NetMAX 5 versions for only $75 more.

Please remember that you can only get this deal by calling us direct. To order, contact NetMAX Sales at:

734-668-2567 or sales 'at' netmax.com

4. Let's Hear From You!

We would very much like to hear from you -- especially about how you use NetMAX and Linux in your business, and how we can make NetMAX better suited to your needs. Contribute your input to the NetMAX Forum at:

www.netmax.com/cgi-bin/ikonboard/ikonboard.cgi

or to our general NetMAX contact form at:

www.netmax.com/partners/contacts.html

Let us know about your likes, dislikes, and general comments. We are especially interested in the type of additions to NetMAX that you would like to see as we continue to develop the NetMAX line.

Thank you!

Contact NetMAX

E-MAIL
Sales & General Info
Support

PHONE / FAX
1-800-292-3763
NetMAX Sales
1-734-668-2567
Corporate Phone
1-734-668-8780
Fax
1-734-668-2951
Tech Support

SNAIL MAIL
Cybernet Systems Corp.
NetMAX Support
727 Airport Blvd.
Ann Arbor, MI 48108-3600 USA


Cybernet Systems CorporationAll NetMAX materials are copyright, Cybernet Systems Corporation. Copyright Notice