Please help me, how to install Freesco 0.4.2 on SCSI HDD with Symbios Logic NCR53C810 onboard controler.
I download kernel-032.ncr53c8xx.bin , but no disk space on device.
BIOS does not support boot from CDROM, only FDD & HDD.
Thanks.
Since the beginning of the 03x series the kernel has had a 16K masq table and ports above 48711 should have never been used. The reason is because NAT uses those ports for masquerading and if you happen to also port forward those ports then at some point there will be a NAT reply that could/will be sent to the wrong host. Of course if you are only using one client then this would not happen. Regardless what I did was to add the ability for the rc_pfwd script to check the port forwarding range and then not allow ports above 48711 to be used in the 04x series. If you have never had a problem doing this with your previous 03x systems then you can disable the port testing in that script quite easily by doing the following. Just be aware that I do NOT recommend doing it.Ports above 48711 are not allowed
edit /rc/rc_pfwdcp /rc/rc_pfwd /pkg/rc/
- Code: Select all
str(){ [ "$NPFWD" = $y ] || exit 1
$E -n "$EQ...$HT";a=0;err=0;hp=48712;p="$ER"
## Change hp=48712 to hp=65536
sync
rc_pfwd restart
The ramdisk version of any file can never be changed to survive a reboot. The thing to understand is that the /pkg/rc/ directory has a priority over the /rc/ directory in the PATH. So any copy of any file in the /pkg/rc/ directory is the one that is used as long as the file is always called without any PATH. Which it is never called with a PATH by the system.But in the file /rc/rc_pfwd value not change after reboot -> hp=48712
Do not create the report.txt file while in ""SETUP"" mode. Not all information will be included in the file and we will not be able to help to a full extent.
Return to FREESCO Support for v0.4.x
Users browsing this forum: No registered users and 1 guest