This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Install from a PC that can't boot from CD/floppy

Is it possible?

The PC we are using as router (currently running smoothwall 2) is unable to boot from cd or floppy disk.

To install smoothwall, I had to put the hard drive (from router box) into my pc and install it on there, then unplug and plug back in on the router and set up there.

When trying this with ASL 4, it boots up and everything, but i can't access the web admin console, or ping the IP address.

Any ideas from anyone?

PS - sorry for reposting (if that's the case) but I searched in the search thing with no luck, and also sorry if this thread is in the wrong forum. 


This thread was automatically locked due to age.
Parents
  • dev_random,

    if you install ASL on a different PC us the one you really use the drivers for the network cards need to be changed if the 2 PCs use different NICs. This can be done in the file /etc/modules.conf on the console as root. If you tell me which NICs your firewall uses I can tell you what to change in the file. 
  • Andy, 

    The box we use as router at the moment has one onboard LAN interface and one that is a PCI card.

    According to the smoothwall setup utility, they both are "Intel i82557/i82558 PCI EtherExpressPro"

    The module used for that (I think) is the "eepro100" module (shown in the output of the "lsmod" command).

    How would I configure ASL to use these?

    The problem I think may be because when I install, the machine I use has one NIC which is the same as the PCI one in the router box.  However, when I put the hard disk into the router box, it is unsure which network device to use.

    Is this possible?

    Would it make sense using another NIC (Realtek chip) in place of the PCI Intel one?  Could this help maybe?  
  • edit /etc/modules.conf to have the following entries:
    alias eth0 eepro100
    alias eth1 eepro100
    and reboot the machine, that should help. 
  • Andy, 

    Thanks for that but I solved the problem myself using the Realtek chip PCI card instead the Intel one.  
Reply Children
No Data