Chris23,
I had the same problem (no console) and after digging around I found out m0n0wall by default does not enable serial port console. A simple config fix will remedy this. Basically you need a boot option
-h stored in
/boot.config. The HowTo below assumes you have a running m0n0wall that you can browse to use webGUI.
HowTo Enable Serial Console
====================
Overview: enable
write mode to CF, append
-h to /cf/boot.config which will be /boot.config during booting, and finally rebooting.
1) Login webGUI to:
http://192.168.1.1/exec.php2) Enter the following commands, one at a time:
umount /cf
mount /dev/ad3a /cf
echo -h>/cf/boot.config
sync; sync
umount /cf
reboot
3) Connect to console using 9600:8:n:1:hardware flow control
PDS2100 needs a Null Modem 9pin cable
By default,
Disable console menu is unchecked (ie allow displaying console menu). So you should see the menu on the console to select ethernet interfaces, assign LAN IP address, reset admin password, reset to factory default, reboot or ping a destination.
To make sure it is unchecked, use webGUI and navigate to System, Advanced tab, Misc Console Menu item and verify that it Disable console menu is unchecked so you can see see the Menu.
Hope this helps.
jaywall