|
|
NetMAXFAQ |
|
Newest and Top 10 FAQ articles address-suppressed | |
|
Does this apply to your NetMAX? Look for this note at the beginning of each answer.
Applies to: Version #
| |
| This FAQ is arranged into several categories which are accessible from the links below. You may also search for help topics containing key words by clicking the "Search" link at the bottom of this page.
address-suppressed | |
| Subcategories:
Answers in this category: | |
|
|
General |
| This category contains answers to general questions and capability questions.
address-suppressed | |
| Subcategories:
Answers in this category: | |
|
|
I forgot my password. |
| Applies to: All versions of NetMAX
address-suppressed | |
| Use the repair function on the CD-ROM to reset your password. See "Completing the NetMAX Remote Installer > Repair Mode" in the NetMAX QuickStart Guide. Reboot off your CD-ROM and select Installer|Repair|Change Password. Note that this will not reinstall your existing network software.
address-suppressed | |
|
|
My NetMAX will not boot, even though it has booted correctly many times before. |
Applies to: NetMAX Free BSD Bld475
NetMAX Linux 2.0.37 - 4.0xaddress-suppressed | |
| See "Completing the NetMAX Remote Installer > Repair Mode" in the NetMAX QuickStart Guide. This will give you instructions on repairing your system drive or, if needed, reinstalling your NetMAX.
address-suppressed | |
|
|
The NetMAX is up and running. Now what do I do? |
Applies to: All versions of NetMAXaddress-suppressed | |
|
Go to the online help contents, and click on "Setup for Networking" or "Overview". Follow the instructions there, in order, selecting the features you are interested in implementing. Alternatively, follow the instructions in the QuickStart Guide's "Taking Advantage of NetMAX Features" chapter.
You may also want to read the applicable sections of the manual to learn more about completing your desired task. For more information about basic networking, see the Network Administrator's Guide. address-suppressed | |
|
|
Is there any reason I should reboot the NetMAX once it is up and running correctly? |
Applies to: NetMAX Free BSD Bld475
NetMAX Linux 2.0.37 - 4.0xaddress-suppressed | |
| No. Only reboot if you are getting no response at all. DO NOT EVER TURN OFF A NETMAX WITHOUT FIRST PERFORMING A "SHUTDOWN"; YOU MAY LOSE DATA. Use the console to reboot or select Home|Shutdown|Immediate Restart remotely. Some people choose to perform a routine reboot on a regular basis, for maintenance reasons. We do not suggest this, unless you have a specific need.
address-suppressed | |
|
|
The NetMAX does not seem to respond. |
Applies to: All versions of NetMAXaddress-suppressed | |
| Make sure that your Ethernet card is up and running by checking that the machine you are using to access the NetMAX can access other machines. Test to see if other machines can access the NetMAX. Check to see if you can log in from the console and check the console for on-screen error messages. If you cannot log in from the console, the NetMAX is not booted up.
address-suppressed | |
|
|
The NetMAX does not show up in my Network Neighborhood or my AppleTalk zone. |
Applies to: NetMAX Free BSD Bld475
NetMAX Linux 2.0.37 - 4.0xaddress-suppressed | |
| Verify that you have correctly entered the Windows Network and/or selected the appropriate AppleTalk Zone. Also, verify that you have set up the WINS server properly. Each network should have no more than one WINS server configured. If problems persist, contact NetMAX at http://www.netmax.com/ or call NetMAX Technical Support at (734)668-2951.
address-suppressed | |
|
|
The "lnc 1" (PCNet/PCI NE2100 compatible) PCI Ethernet device seems to have a problem sending "large packets" (more than 1000 bytes). |
Applies to: NetMAX Free BSD Bld475
NetMAX Linux 2.0.37address-suppressed | |
| Setting the Ethernet's MTU (Maximum Transmission Unit) to 1000 should fix this. As the user "root", run the command: "ifconfig lnc1 mtu 1000" from the UNIX command prompt. It's not necessary to reboot the system after doing this - test it by accessing a web page of a 1000 bytes or greater through a browser.
To make this a permanent change, add "/sbin/ifconfig lnc1 mtu 1000" to the boot script/etc/re.local after the comment line in the file "# put your local stuff here".
Note: lnc1 (el-en-cee-one)
| |
|
|
I am unable to use the FreeBSD user utilities vipw, adduser, and rmuser. |
Applies to: NetMAX Free BSD onlyaddress-suppressed | |
| The FreeBSD user utilities, vipw (editing the password file), adduser (adding a user), and rmuser (remove a user) have been removed and are not available from the command line. These utilities update the /etc/pwd.db and the /etc/spwd.db password database password files. These files, in the NetMAX system, are linked to /var/conf/etc/pwd.db and /var/conf/etc/spwd.db files, which are updated when a user is added through the NetMAX interface. Using these utilities from the command line would break these links, and adding a user through the NetMAX interface would not work correctly.
address-suppressed | |
|
|
How do I add a FreeBSD port to the NetMAX system? |
Applies to: NetMAX Free BSD | |
| NetMAX ships with a "Packages" CD-ROM. This disk contains the full collection of open source applications and utilities available at the time of release. The NetMAX "Package Management" interface allows a user to add a package without having to determine any dependencies on other packages. For example, the package "minicom" (a simple serial communications utility) requires two other packages in order to function fully. When installing minicom, these other packages are installed for you automatically.
Because NetMAX runs on a fully-functional open-source operating system,
advanced users may feel competent to compile and install ports, packages and
source manually - at their own risk, of course.
| |
|
|
Users are Unable to Change Passwords |
Applies to: NetMAX Free BSD Bld475
NetMAX Linux 2.0.37 - 3.x | |
| After installing a package, users are no longer able to change passwords.
Some package installations execute programs which set up users and/or groups. Technically, they are executing the 'pw' program for updating the user/group databases. In a NetMAX installation, the files /etc/pwd.db and /etc/spwd.db are symbolic links to var/conf/etc/pwd.db and /var/conf/etc/spwd.db. Executing the 'pw' program removes these symbolic links, thus circumventing the NetMAX committers' ability to update users and groups. The known packages which execute 'pw' are gnats-3.104b, ifmail-2.14 and ircd-hybrid-5.3
If you must install one of these packages, first determine what the package has added (gnats adds a 'gnats' user, ircd adds an 'ircd' group, for example). You should then telnet to the NetMAX and log in as the 'root' user. From the shell prompt, enter the following commands ln -sf /var/conf/etc/pwd.db /etc/pwd.db
ln -sf /var/conf/etc/spwd.db /etc/spwd.db
Once you have relinked the password database files, use the netMAX interface to add the user(s) and/or group(s) the package installation attempted to include.
| |
|
|
How do I make a new boot floppy? |
Applies to: NetMAX Free BSD Bld475
NetMAX Linux 2.0.37 - 3.xaddress-suppressed | |
| You need your NetMAX CD-ROM disk to create a boot floppy. Use this procedure if the floppy you received with your NetMAX purchase is defective or damaged. If you have different versions of NetMAX, remember that the boot floppy must match the version you want to boot.
Windows: Insert a new blank 1.44MB 3.5" floppy disk in Floppy Drive A:. Open up a command prompt and change directory to the 'Floppies' folder on the NetMAX CD-ROM disk. There you will find a batch file called 'makeboot.bat'. Run this batch file by typing "makeboot" to create a NetMAX boot floppy in drive A. Macintosh: Currently, Cybernet does not support the creation of boot floppies using Macintosh computers. However, using the above procedure with Connectix's Virtual PC does work. Unix: Insert a new blank 1.44MB 3.5" floppy disk in the floppy drive. Use 'dd' to copy the boot image 'boot.flp' from the 'Floppies' folder on the NetMAX CD-ROM to your floppy drive. For example, under FreeBSD the command would be: fdformat /dev/rfd0
dd if=/CDROM/Floppies/boot.flp of=/dev/rfd0
| |
|
|
Why do NetMAX exports to AppleShare disappear during COMMIT? |
Applies to: NetMAX Free BSD Bld475
NetMAX Linux 2.0.37address-suppressed | |
| See your NetMAX online HELP at Overview / Committing Changes.
address-suppressed | |
|
|
Why aren't my administrative web pages coming up? |
Applies to:
All NetMAX versions address-suppressed | |
| One cause could be when the /var fills up (ftp incoming or user directories), causing the administrative web pages to not come up. You will need to free up disk space in the /var to fix this problem.
address-suppressed | |
|
|
I can't get backspace to work during an X-Session. What's wrong? |
| Applies to: NetMAX Linux RH52P v2.0
| |
| To get backspace to work during an X-session started
by root, copy .xinitrc from the templates directory
(the default location is /System/Users/Template/.xinitrc)
and copy it to /root or create a file in /root called
.xinitrc and put this in it:
#!/bin/sh # $XConsortium: xinitrc.cpp,v 1.4 91/08/22 11:41:34 rws Exp $ address-suppressed | |
|
|
How do I change the volume for my modem? |
| Applies to: NetMAX Linux 2.x - 4.x
address-suppressed | |
| In order to change the speaker control for your modem, go to Home|Network|Interfaces and then click the Edit pencil on the row for your TTY
device. From the point-to-point configuration screen, click SELECT. From the
Modem Selection page, click the Edit pencil associated with your modem
configuration. Select the INITIALIZATION tab. Click the Edit pencil to edit
the initialization string under "AT Command Strings". Now, the standard for
speaker control in the AT command set is the "M" parameter. You probably have
an "M2" in your init string; change this to "M0" (em zero). This completely
disables the speaker. Some modem manufacturers support a volume AT command,
but you will have to check your owner's manual to see if this particular
feature is support by your modem. Click STORE. Make sure your modem is still
selected and click SELECT. Click STORE again. Now COMMIT/Commit and your ppp
configurations will be rewritten to reflect the change in your modem
configuration.
address-suppressed | |
|
|
Does NetMAX Fire Wall and Professional support Port Forwarding? |
| Applies to: NetMAX 2.2 - 4.0x
address-suppressed | |
|
The current version does support Port Forwarding. If you are running RH52 or L22Pv2.1, you will wnat to upgrade to L22Pv2.2. You can get upgraded by visiting http://www.netmax.com/support/support.html. A beta patch was previously available to enable Port Forwarding (Traffic Rerouting) for version L22Pv2.1.
NOTE: You can not test port forwarding from your internal network. It only works from an external network.
| |
|
|
Does NetMAX Fire Wall support DMZ? |
| Applies to: NetMAX FireWall 2.x and 3.x Products
address-suppressed | |
L22Pv2.xWith the proper network appliances, it is possible to have a DMZ, as long as your NetMAX is not the router for your NAT'd network and the connection to the DMZ. This limitation is caused by the inability to specify between which NICs to apply IP Masquerading (NAT) to.
L22Pv3.xThe current version of the NetMAX FireWall products allow you to enable IP Masquerading between specific NICs, which should allow you to use your NetMAX as the router for your NAT'd network and the connection to the DMZ.
To do this, create a custom firewall rule on the external NIC. The custom rule should have a Category of Forward, an Action of masquerade, and you'll want to specify your Internal NIC's IP address for the source address. Leave every other field at its default setting. This will create an IP NAT between the external NIC and internal NIC involved.
| |
|
|
Does NetMAX Fire Wall detect and thwart Denial of Service (DoS) attacks such as Ping of Death, SYN Flood, LAND Attack, and IP Spoofing? |
| Applies to: NetMAX 2.2 - 4.x
address-suppressed | |
NetMAX 2.2 - 3.xNetMAX Fire Wall implements ipchains to block network traffic. Some of thesse attacks are easily guarded against by simply selecting the common rules available in options in NetMAX, but custom rules can also be configured by more advanced users.NetMAX 4.xNetMAX 4 products implement iptables to filter network traffic. The functioning of this is superior to ipchains. Using the NetMAX interface, the Firewall setup should be virtually the same.address-suppressed | |
|
|
Does NetMAX Fire Wall perform Stateful Packet Inspection? |
| Applies to: L22Pv2.2
address-suppressed | |
| Stateful Packet Inspection is not supported via the NetMAX interface. You are free to implement your own rules using ipchains but any manual configuration can not be supported by Cybernet Systems.
address-suppressed | |
|
|
I have multiple archive devices, can I use NTFS's ability to stream to multiple files to increase the speed of my backups? |
| Applies to: NetMAX L22Pv2.2
address-suppressed | |
| NetMAX does not support that NTFS feature. There are no plans for supporting that type of backup at this time.
address-suppressed | |
|
|
Does NetMAX WebServer and Professional support virtual hosting? |
| Applies to: NetMAX WebServer/Professional L2.2Pv2.2 - 3.x
address-suppressed | |
|
The L2.2Pv2.2 version of NetMAX WebServer and Professional only support virtual IP hosting. This means that you can host more than one domain name on the same
machine, but they each need to have their own IP address.
The current version (L2.2Pv3.0 under its new name "Internet Server Suite") supports virtual hosting more than one domain name on a single IP address.
| |
|
|
When I click on help in NetMAX, why does it mention options that my NetMAX product doesn't have? |
| Applies to: NetMAX 2.x - 4.0x
address-suppressed | |
|
The online help has all of the help files for all of the NetMAX products, not all of it is going to apply to your product, but we aplogize for the confusion.
Only NetMAX Professional comes with LDAP and news service.
NetMAX Fire Wall only comes with one administrative user, and does not have mail or ftp services.
| |
|
|
Why doesn't my web browser continue past "Currently Processing Request" when installing new packages? |
| Applies to: Netscape version 4.07 and 4.50
address-suppressed | |
| In the Package Management service, after selecting a package to download via FTP and pressing the continue button, you get a "Currently processing request" message. It will not advance past this message. You will need to install a version of Netscape > 4.50.
| |
|
|
Can I administer my NetMAX remotely from an AOL account? |
| Applies to: All versions of NetMAX.
address-suppressed | |
|
You will not be able to administer your NetMAX remotely using the AOL browser because AOL's web proxy server does not handle the no-cache directive correctly.
AOL's proxy server insists on cacheing pages, even when it shouldn't which results in you being served the login page instead of being served the dynamically generated web page at the same URL. In general, you should set your web browser to:
| |
|
|
Why can't I login as root? |
| Applies to: All versions of NetMAX.
address-suppressed | |
|
Logging in remotely (such as through telnet) as root is not permitted. This is a standard security measure in most UNIX operating systems. Unless you are at the NetMAX's console, you will need to login as another user and "su" to root.
If you are unable to login at the console as root, you may need to enable login access by going to Home|Users|Login Access, checking the box that says "Root console and 'su' access enabled", entering a root password, confirming the password, and commiting these changes.
| |
|
|
Does the NetMAX support PPPoE? |
| Applies to: NetMAX version 2.2 - 4.0x
address-suppressed | |
|
The NetMAX interface currently does not have support for PPPoE connections. However you can implement it through the command line interface (Linux). There is a script which has worked with the NetMAX product, this script is available at:
www.roaringpenguin.com (PPPoE client script).
This is completely third party software and is in no way supported through technical support. PPPoE support in the interface may be added in later releases.
| |
|
|
Do NetMAX's WebServer products support PHP & MySQL? |
| Applies to: NetMAX version 2.2 - 4.0x
address-suppressed | |
|
Since RH52Pv2.0, NetMAX's WebServer products have been distributed with PHP 3.0. NetMAX 4.0x products are distributed with a 4.x version of PHP.
NetMAX is not distributed with MySQL because of licensing issues. For that reason, PHP is not compiled with MySQL support (in version 3.2 and earlier). As of version 4.0, PHP is compiled with MySQL support, although you will still need to enable MySQL. If you are running NetMAX 3.x or older, you can still use PHP to access a MySQL database with your NetMAX product. However, you will want to visit php.net and mysql.com for information on installing PHP with MySQL support. Note: Until, L2.2Pv2.2 of NetMAX, although PHP 3.0 was installed, no mime type was created. You will need to create it from Home|Services|WWW| MIME TYPES tab.
To install MySQL on L2.2Pv4.0x, please see:
How do I get started using MySQL?
address-suppressed | |
|
|
Can NetMAX FireWall and Web Server run on the same machine? |
| Applies to: NetMAX 3.x Products
address-suppressed | |
|
Yes. Adding (or removing) functionality from the NetMAX simply involves adding (or removing) the appropriate license number. Select Home | System | License Management. From there, an administrator can add and delete product license numbers. address-suppressed | |
|
|
How do I access your anonymous FTP site? |
| The NetMAX anonymous FTP site is located at ftp://ftp.netmax.com/.
address-suppressed | |
|
|
Why do I see "***truncation***" in my log files? |
Truncation simply marks off a day or other time period. Truncation lines with nothing between them signify that there was nothing to log during the period between truncations.address-suppressed | |
|
|
What version of Red Hat/Linux/FreeBSD "comes with" NetMAX? |
| Applies to: NetMAX Free BSD and NetMAX Linux through 4.0x
address-suppressed | |
NetMAX version 4.0x for Linux is based on the Linux 2.4 kernel. NetMAX Professional (FreeBSD version) is based on the FreeBSD 3.3 kernel.address-suppressed | |
|
|
How do I get rid of an alert from 2069? |
| Applies to: NetMAX 3.0 - 3.1
address-suppressed | |
How do I get rid of an alert from 2069?If you get an alert from 2069 that won't go away you will need to remove the alerts log. To do this you must login to the command line interface as root user and type:
rm -f /var/log/alerts
| |
|
|
Does NetMAX Fire Wall support VPN tunneling? |
| Applies to: NetMAX FireWall 3.x - 4.0x
address-suppressed | |
|
No, the NetMAX FireWall does not currently support VPN tunneling through it. Most tunneling of encrypted packets would require a packet editor and not just rewriting the IP headers. However, NetMAX VPN Server Suite can tunnel it's VPN traffic.
If you are not doing NAT, NetMAX is capable of routing VPN traffic (including PPTP), as long as you are not denying it with the firewall. There is a VPN patch available for ipmasq (the IP NAT that NetMAX uses) that should allow some VPN clients to be behind the NAT. You may read up on it at: http://www.impsec.org/linux/masquerade/ip_masq_vpn.html. Please note that we can't support your installation of this patch. For more information about Microsoft VPN and NAT, please see their knowledge base article at: http://www.microsoft.com/windows2000/techinfo/reskit/samplechapters/inbe/inbe_vpn_ymsi.asp.
| |
|
|
When I try to access the NetMAX web interface, I get an internal server error : "Unable to write (store) SDB file /var/conf/userprefs/…." |
| Applies to: NetMAX version 3.x - 4.0x
| |
|
You will need to perform a manual commit from the console if you get the following errors when you attempt to log into the NetMAX web interface:
"You have encountered an internal server error: Unable to write (store) SDB file /var/conf/userprefs/: Can't create /var/conf/userprefs/: Is a directory at (eval 273) line 1 Reset the NetMAX interface and return to Home." To do this, log into the console as root, and enter the following commands: # cd /var/conf/sdb # touch UserData # parse # pmake commit You will now be able to log into the web interface. Please take a moment to run the 'system check' feature from the NetMAX Repair mode. You can start the repair mode by rebooting your NetMAX server with your NetMAX CD-ROM in your CD-ROM drive. When prompted, enter your NetMAX Server's IP address, and choose 'remote install'. Go to your remote computer and access your NetMAX's server through your web browser. Choose "Repair and Recover a NetMAX System..." then choose "check". Reboot after the NetMAX system has been verified. | |
| address-suppressed | |
|
|
Configuration |
| These are problems that could occur after the Welcome to the NetMAX page appears.
address-suppressed | |
| Subcategories:
Answers in this category: | |
|
|
"Insert disk and press any key" error message appeared on my NetMAX console when I installed NetMAX on my SCSI disk. |
Applies to: NetMAX FreeBSD Bld475
NetMAX Linux 2.0.37address-suppressed | |
| You may have a combination of IDE and SCSI drives installed in your computer. Disable all IDE drives in your BIOS. Consult your BIOS documentation for assistance with this. The NetMAX will still be able to use your IDE drives, but you cannot boot off of them.
address-suppressed | |
|
|
I see the "Welcome to the NetMAX Installer" screen again. |
Applies to: NetMAX FreeBSD Bld475
NetMAX Linux 2.0.37 - 4.0x
address-suppressed | |
| If you see the "Welcome to the NetMAX Installer screen" again after installing, it means that the computer is trying to boot from the NetMAX CD or Boot floppy. Remove the boot floppy (if you used it) and/or the NetMAX CD-ROM and reboot.
address-suppressed | |
|
|
I have gotten past the template page, but nothing happens. |
Applies to: NetMAX Free BSD Bld475
NetMAX Linux 2.0.37 - 4.0xaddress-suppressed | |
| When installing, you must click COMMIT for the NetMAX to configure itself.
address-suppressed | |
|
|
"Missing operating system" error message appears. |
Applies to: NetMAX Free BSD Bld475
NetMAX Linux 2.0.37address-suppressed | |
| Disable Large Disk Translation on your SCSI adapter. To do this, consult your
SCSI controller's documentation. Alternatively, you can install with large SCSI disk translation enabled. To do this, 1. Select Install on Selected Hard Disk from the NetMAX Remote Installer 2. Make sure to select the Enable Large SCSI Translation option.
| |
|
|
"Unable to connect to server browser" error message. |
Applies to: NetMAX Free BSD Bld475
NetMAX Linux 2.0.37address-suppressed | |
Possible reasons for this error message: You did not append the 5150 Port to the IP address.
The NetMAX is not turned on.
The NetMAX is not plugged into the network.
You have a problem with the Ethernet connection.
The NetMAX may not have finished booting
You will know the NetMAX is finished booting when you hear beep-beep, beep-beep,
beep-beep from the NetMAX.
address-suppressed | |
|
|
I cannot find the city for my time zone on the clock tab. |
Applies to: NetMAX Free BSD Bld475
NetMAX Linux 2.0.37 - 4.0xaddress-suppressed | |
| Choose a city that is in your time zone. Your city might not be specifically listed. For example, someone in Miami could correctly select New York because both cities are in the same time zone.
address-suppressed | |
|
|
Are the user name and password case sensitive? |
Applies to: NetMAX Free BSD Bld475
NetMAX Linux 2.0.37 - 4.0xaddress-suppressed | |
| YeS!
address-suppressed | |
|
|
How do I know which templates to select during setup? |
Applies to: NetMAX Free BSD Bld475
NetMAX Linux 2.0.37 - 4.0xaddress-suppressed | |
| The easiest thing to do is to select all of the templates, so everything is set up for you. You can always go back at a later time and disable a function if you find you do not need it. All of the template functions are configurable through the interface. However, you cannot access the templates themselves after setup.
address-suppressed | |
|
|
How long does it take for the NetMAX to perform its first commit? |
Applies to: NetMAX Free BSD Bld475
NetMAX Linux 2.0.37 - 4.0xaddress-suppressed | |
| It should take between two and fifteen minutes, depending on the speed of your computer, and the version of the product you are installing.
address-suppressed | |
|
|
If I see red progress bars after the initial commit, what should I do? |
Applies to: NetMAX Free BSD Bld475
NetMAX Linux 2.0.37 - 4.0xaddress-suppressed | |
| This is highly unusual. Check VIEW LOG and contact technical support at 1-734-668-2951.
address-suppressed | |
|
|
I got an alert "AppleTalk services failed to start". What shall I do? |
Applies to: NetMAX Free BSD Bld475
NetMAX Linux 2.0.37 - 4.0xaddress-suppressed | |
If your Network Interface Card (NIC) does not support multicast, AppleTalk services will not work. To see if this is so, follow the correct procedure below:
address-suppressed | |
|
|
Can I use Unix utilities to update my user password database? |
Applies to: NetMAX Free BSD Bld475
NetMAX Linux 2.0.37 - 4.0xaddress-suppressed | |
| There are several Unix utilities for updating the user password database information that should not be used; chfn, chsh, and chpass.bsd (renamed from chpass). These will interfere with using the NetMAX interface to handle updating user password information.
address-suppressed | |
|
|
Does NetMAX support YP (Yellow Pages) and NIS/NIS+ (Network Information Services)? |
Applies to: NetMAX Free BSD Bld475
NetMAX Linux 2.0.37 - 4.0xaddress-suppressed | |
| No, NetMAX does not support YP (Yellow Pages) and NIS/NIS+ (Network Information Services).
address-suppressed | |
|
|
Can I create more swap space on my NetMAX? |
Applies to: NetMAX Free BSD Bld475
NetMAX L2.2Pv3.x - 4.0xaddress-suppressed | |
|
**** For Free BSD BLD475 ****
Yes. To create more swap space on your NetMAX, perform these commands as "root". 1. Make sure you have enough space on /var (your system disk): df -k/var/swap 2. dd if=/dev/zero of=/var/swap/swap0 bs=1m count=5 The number "5" is how many megabytes of swap to add. 3. echo "/dev/vn0 /var/swap/swap0 swap" >> /etc/vntab If you do this more than once, use "vn1" the next time, "vn2" the third time, etc. 4. Add this line to the end to the /etc/rc.local file: /bin/test -r /etc/vntab && /usr/sbin/vnconfig -ae It will be used automatically when the NetMAX boots. To enable it immediately, do "vnconfig -ae".
*** For Linux versions L2.2Pv3.x - L2.4P4.0x**** To create more swap space run these commands as root user. 1. touch /var/swapme 2. dd if=/dev/zero bs=1024k count=(RAM size) of=/var/swapme Where (RAM size) is the amount of RAM currently installed. 3. mkswap /var/swapme 4. swapon /var/swapme
5. Add this line to the end of /etc/rc.d/rc.local:
swapon /var/swapme
This will enable the new swap file each time your NetMAX reboots.
| |
|
|
After configuring a second Ethernet interface, one of my Ethernet interfaces seems to stop working. |
Applies to: NetMAX FreeBSD Bld475
NetMAX Linux 2.0.37 - 4.0x
address-suppressed | |
You may encounter this problem when assigning IP addresses on multiple
Ethernet interfaces that are placed on the same logical network. For IP
routing to function properly, multiple broadcast interfaces (ie. Ethernet)
may not be on the same logical network. This condition is checked for and
disallowed on NetMAXes > BLD475.
Change the IP assignment of one of the Ethernet interfaces so that itis not on the same logical network. Here's an example:
BAD:
Ethernet interface IP address Netmask
xl0 192.168.0.1 255.255.255.0
xl1 192.168.0.2 255.255.255.0
Interface xl0 is on the network 192.168.0/255.255.255.0, and so is xl1.
192.168.1/255.255.255.0 network.
address-suppressed | |
|
|
My SMC EtherPower (DEC 21041A) Ethernet card doesn't work! |
Applies to:
NetMAX BLD475 address-suppressed | |
| Some of the DEC cards, looks like 21041A based, have auto-sense problems:
they will enable the AUI port, even when it does not have one!
For current users, the fix should be to put the following line into /etc/rc.conf: ifconfig_de0="media 10baseT/UTP"and modify the network_interfaces line to look like: network_interfaces="de0 generic lo0"
Or request an update to the 3.3 FreeBSD kernel.
| |
|
|
I'm having problems installing LILO from SCSI, help! |
| Applies to: NetMAX Linux version 2.0 - 4.01
address-suppressed | |
| Problem: Put an IDE and a SCSI disk in a PC. Tell the BIOS to boot off of the SCSI disk. Install NetMAX/Linux. Reboot. LILO complains that it can't boot Linux.
Now, try reinstalling LILO (or NetMAX/Linux) without the IDE disk. Works just fine! Once you have LILO installed correctly on the SCSI disk, you can reattach the IDE disk and LILO will continue to work OK.
If you have a SCSI and an IDE drive, and tell the BIOS to boot SCSI first, LILO will have a problem when installing NetMAX/Linux. It won't install correctly. It will try to install on the SCSI disk (i.e. it leaves the IDE disk alone, as it should), but the install fails. You have to deattach the IDE disk in order to get LILO to install on the SCSI disk.
| |
|
|
Why can't my ISA card with a non standard address be detected? |
Applies to:
NetMAX Linux RH52P v2.0 address-suppressed | |
Non-standard ISA cards must have their parameters entered in the command line. example:LILO: linux ETHER1=smc-ultra,0x300,10
See the advanced configuration information on your NetMAX installation CD-ROM.
| |
|
|
Why is LILO incorrectly detecting IDE drives in the BIOS table? |
Applies to:
NetMAX Linux RH52P v2.0 address-suppressed | |
| This data is regarding LILO and using it as your boot manager. If you already have LILO installed on a non-NetMAX disk, or in the Master Boot Record (MBR) of a non-NetMAX disk, then you may disregard this information and edit your /etc/lilo.conf to add an entry for the NetMAX disk and partition, and then re-install LILO.
Users who do not have LILO already installed AND have more than one hard drive on their system should read the following information. The LILO installer (/sbin/lilo), as of version 21, does not correctly determine the number of IDE drives installed in your system's BIOS: it will use the number of IDE drives that the Linux system detects in order to determine the BIOS device number to boot off of. This BIOS device number gets written to a boot block on your hard drive.
So, if you are installing LILO (the NetMAX installer does), and you have more than one drive in your system, you may encounter difficulties if you are installing LILO onto drives other than the first IDE drive. There are alternatives to these methods, if you wish to read the LILO version 21 documentation, located at: ftp://tsx-11.mit.edu/pub/linux/packages/lilo/lilo-21.tar.gz in the lilo/README file address-suppressed | |
|
|
My Adaptec 2940UW controller isn't working right. What's wrong? |
| Applies to: All versions of NetMAX
address-suppressed | |
| The Adaptec 2940UW with the BIOS version 1.23 will fail if you format hard drives. It is necessary to flash upgrade it's BIOS to a later version. As of this writing, 2.20.0 is available from Adaptec's web site.
address-suppressed | |
|
|
Why is my IDE hard drive experiencing timeouts? |
Applies to:
NetMAX FBSD32P v2.0
NetMAX FBSD33P v2.0
NetMAX BLD475
address-suppressed | |
| IDE hard drive timeouts may occur during initial NetMAX install/extraction. This is because some motherboards / drive combinations can not handle the new DMA to IDE drives. Disable this by setting the flags on the wdc0 and wdc1 devices to "0x80ff80ff" using the Advanced Configuration (Appendix A).
address-suppressed | |
|
|
How do I set up my Diamond Video card for XWindows? |
| Applies to: NetMAX Linux RH52P v2.0
address-suppressed | |
| XWindows Setup for Diamond Stealth Video card with 2Mb VRAM and TI RAMDAC
The EZXconfig setup does not work with the aforementioned card.
In order to setup XWindows using this video card, a little extra effort is required. You must run XF86setup instead of EZXconfig. Configure your mouse so you can manuver through the interface easier. Click on the 'Diamond Stealth 64 Video VRAM (TI RAMDAC)' entry, and do a detailed setup of the card. The chipset you should choose is 'S3_Generic'. The clockchip and the RAMDAC are both probably 'TI3026', but look at the TI chip on your card to make sure.
| |
|
|
Booting NetMAX gives you "LI" and hangs. |
| Applies to: NetMAX Linux RH52P v2.0 - 4.0x
address-suppressed | |
| When booting NetMAX/Linux, you can get an "LI". Changing the BIOS geometry will help this. 1) If SCSI, toggle the value of "Large Hard Drive (> 1 Gb) Translation".
2) If IDE, try setting the "Mode", using the BIOS setup, of the boot drive to "LBA", and also try "CHS".
| |
|
|
How do I get my PCI modem to work with NetMAX? |
| Applies to: NetMAX L22Pv2.2 Only.
address-suppressed | |
|
Configuring Actiontec PCI56012 Call Waiting Modem (PCI UART modem) Requires NetMAX L2.2Pv2.2 and setserial (setserial-2.15-2.i386.rpm)
1. Install setserial. You can install setserial from Home|Services|Package Management Click on ADD, select the category Applications/System, check the box next to setserial, and click on CONTINUE. 2. Configure Modem - (configure per manufacturers instructions see below) 3. Setup Modem in NetMAX Interface From Home|Network|Interfaces click on the pencil next to ttySx (where x is the serial port that is detected with the modem) Click on the SELECT button next to Current Configuration, check the box next to the "Generic 115200", then click on the pencil next to this modem and go to the Intialization Tab. Click on the pencil next to the initialization sequence and edit it to read ATZ Click on STORE, then SELECT, then STORE, then COMMIT, and commit your changes.
To our knowledge, this is the only PCI modem that Linux supports.
| |
|
|
Problems with RH6.1 on Supermicro P6 motherboards |
| Applies to: NetMAX 3.x
address-suppressed | |
| For RH6.1 on Supermicro P6 series Motherboards, you need to set to Fail Safe in the Bios, otherwise it locks (APM and sleep modes). The same problems did not exist with RH5.2.
address-suppressed | |
|
|
When using Dialpad.com through my NetMAX Fire Wall, I can't hear the remote end of the connection. |
|
There are three things that you need to check:
address-suppressed | |
|
|
I can't get the "external" NIC on my NetMAX machine to connect to my ISP and the Internet. |
| Applies to: All versions of NetMAX
address-suppressed | |
|
Some ISP's require that you use a NIC provided by them, as they will only assign an Internet accessible IP address to network cards that have a MAC address that is on their list. You may want to ensure that you are using the NIC provided by your ISP as your "external" NIC, or contact them for more information.
Also, some ISPs simply require that you register your NIC with them before using it. You can call them and if this is the case, they will instruct you on the procedure. Also, check that all connections are good by looking at the lights on the NIC and/or the switch or router. If you are using a DSL connection that requires software authentication, it may not be possible to use NetMAX. This is not common, but if its the case, we suggest you find a different ISP, or look at other Network topology options. There are a variety of other possible problems, so if none of this helps, please call technical support and open a support incident. address-suppressed | |
|
|
Why is my FreeBSD NetMAX machine detecting more devices than I have? |
| Applies to: FreeBSD NetMAX
address-suppressed | |
| You may have specified the "-v" option from the boot prompt. During the boot, NetMAX will parse messages from the boot process to determine which devices are present. The extra, verbose messages are confusing the parser. This issue will be addressed in a future version.
address-suppressed | |
|
|
How do I change the IP address of my NetMAX machine? |
| Applies to: NetMAX 4.0x and later
address-suppressed | |
|
If you are changing one IP address to another in the same subnet, simply go to Network->Interfaces->Edit Interface, manually change the address, and do a Commit.
If you are changing multiple IP addresses on an interface, or changing to an IP on a different subnet, you will need to follow these steps. Due to many input validity checks (for safety), its not possible to just change the address outright.
address-suppressed | |
|
|
Do changes made from the command line automatically appear in NetMAX? |
| Applies to: NetMAX 4.0x
address-suppressed | |
No. In fact, such changes may later be overwritten by NetMAX. Since a NetMAX administrator may wish to configure specific options from the command line, we have provided a tool to protect the command line changes from being overwritten by NetMAX. In the /etc directory, there is a file called commit.conf. Use this file to tell NetMAX not to modify specific files and/or directories. The syntax of this file is explained withing /etc/commit.conf.address-suppressed | |
|
|
How do I enable telnet on my NetMAX machine? |
| Applies to: NetMAX 4.0x
address-suppressed | |
|
Telnet has been disabled on NetMAX version 4.0x. We recommend that customers use ssh as a replacment. Its much more secure and nearly always a better alternative. We recommend PuTTY for use as a Windows client, as its free and reliable.
However, if you wish to enable telnet and are aware of the ramifications, follow these steps:
Note that this change may get overwritten during future NetMAX updates. In that case, you will need to repeat this process after the update. address-suppressed | |
|
|
How do I change the hostname of my machine? |
| Applies to: NetMAX version 2.0 - 4.0x
address-suppressed | |
|