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. 
Reply
  • 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. 
Children
  • 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.  
  • Andy,

    by reading this thread I remembered a problem I still have with my Astaro.
    Doing a reboot of the ASL box system is hanging at initializing the NIC's. No problem by a hardware reset.
    I've two Intel NIC's in the box and one with a DECchip. The Astaro knows the NIC's as
    Intel Corp.EtherExpress PRO/100+ Management Adapter
    Intel Corp.82557/8/9 [Ethernet Pro 100] 
    Digital Equipment CorporationDECchip 21142/43 

    Now I've looked in /etc/modules.conf and both Intel NIC's have an alias to e100. Could this be the reason for the boot problem. Wouldn't be the eepro100 the right module for these NIC's?

    Greetings
    Florian   
  • Have you tried chaning it to that to see if it makes any difference?  
  • dev_random,

    no, not yet. But I've googled a little bit and according to Intel the e100 should be the right module for the 82559 chipset.
    At the moment I don't konw wich chip is on the other NIC, but I will find out...

    Florian