On 10/21/07, Philip Prindeville <[EMAIL PROTECTED]> wrote: > So, I was wondering about a few things... > > First, at boot, on the console, I'm seeing: > > cat: /tmp/mydhcpip: No such file or directory
This comes from trying to print your DHCP obtained IP address. Do you have a DHCP server on the network your EXTIF is connected to? > Do I need to add time in rc.conf for the WAN to come up? I don't think so... Just configure the IP settings correctly. > Second, do the Soekris boards really not have TOD clocks? > > Using IPI Shortcut mode > drivers/rtc/hctosys.c: unable to open rtc device (rtc) > Time: tsc clocksource has been installed. > VFS: Mounted root (ext2 filesystem) readonly. > Freeing unused kernel memory: 136k freed > > init started: BusyBox v1.4.1 (2007-10-07 12:35:41 MDT) multi-call binary > Real Time Clock Driver v1.12ac They do, but a few issues: 1) You can ignore that first error message. We read the RTC with hwclock AFTER the device nodes have been created. That message comes from the kernel trying to read the RTC device node before they have been created. 2) You will need to have your net5501 fixed by Soekris to have a stable RTC. You need to replace an oscillator on the board. > Third, the net5501 sensors.conf file uses the pc87366 chip, and there's the > "pc87360.ko" driver... is there a way to have the package skeleton set > rc.conf correctly to include: > > SENSEMODS="pc87360" Not necessary. The lmsensors init script auto-detects the net5501 and loads the module for you. The relevant sensors.conf already exists in /stat/etc/sensors.conf > Ok, hand loaded this module... dmesg says: > > hwmon-vid: requested unknown VRM version > > > And running "sensors" gives me: > > > pc87366-isa-6620 > Adapter: ISA adapter > VCORE: +1.24 V (min = +1.90 V, max = +2.10 V) ALARM > VCC: +4.96 V (min = +0.00 V, max = +6.03 V) > VPWR: +12.12 V (min = +5.93 V, max = +28.02 V) > +12V: +11.70 V (min = +11.02 V, max = +13.01 V) > -12V: -11.74 V (min = -13.10 V, max = -11.07 V) > GND: +2.59 V (min = +0.00 V, max = +0.00 V) ALARM > Vsb: +3.26 V (min = +3.00 V, max = +3.59 V) > Vdd: +3.26 V (min = +3.00 V, max = +3.59 V) > Vbat: +0.00 V (min = +2.40 V, max = +3.01 V) > AVdd: +3.24 V (min = +3.00 V, max = +3.59 V) > Temp: +49 C (low = +0 C, high = +70 C) > Critical: +85 C > > > most of which is suspect from what I can tell. The data looks pretty good but the min,max could be adjusted. > What else? Oh, right. How do I set up persistent DHCP entries (i.e. ones > that always get the same address handed out)? I know how to do this with > Vixie's DHCP server, but not with this other one. Use dnsmasq.static to specify them... > In the same vein, I'd like to set up the TFTP daemon to auto-generate the > files it serves up on-the-fly according to scripts and patterns (so that SIP > phones like the Sipuras can be auto-configured). Perhaps by groveling > information out of /etc/asterisk/sip.conf for example. > > And lastly... let's see... > > Oh, right. If the Astlinux box is also my border router, what's the best > firewall config for it? Are there any good examples of static port > forwarding (say TCP 20, 21, and 25 to another server)? > > Thanks, > > -Philip > astfw could be modified for that, but arno is probably what you want -- Kristian Kielhofner ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ Astlinux-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/astlinux-users Donations to support AstLinux are graciously accepted via PayPal to [EMAIL PROTECTED]
