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

Go ahead...Flame me

Call me stupid but i'm fairly new to the linux world.  I downloaded the gz file for security linux and burned the iso but when I check out the contents there is an autorun file pointing to an html document which just lists some info and a link back to the site...there are some other files on the cd which I can't figure out...after looking at some posts, I starting to believe that this iso is a bootable cd which, what i understand, installs fresh on a new box.  I wanted to confirm this as I have only 1 linux box to use and I don't want to kill it if I'm trying to install the astaro software.

Appreciate any help.

Regards,

HW  


This thread was automatically locked due to age.
  • Xeno: Yeah Vmware keeps me from having any more computers in my already crowded office..[:)] 

    BillH: I'll look for the hack and give it a shot. Thanks! [:)]

    Tails
     
  • Usually, if you just unplug the power from your cable modem for about 60 seconds, and then plug it back in, it will lose the MAC address association.  So lose the router, plug the cable into the Astaro box, unplug the modem for a bit, and it should reassociate with the Astaro MAC.  
  • Stash: Rebooting the cable modem will not work with my ISP nor, as I understand it, with a lot of other cable ISPs.

    Tails:  Here's the hack I use  (as always, use at your own risk):

    MAC Spoofing Astaro 4.0x:

    1. Copy /etc/itfhw.conf to a new file in /etc (let's name it macaddr). In macaddr, use Joe* to change the mac of the NIC connecting to the cable modem (usually eth1) to the spoof value you need (in your case I believe it would be your router's external MAC).

    2. Use Joe to edit /sbin/init.d/init_nics (row numbers indicated below are approximate):

    a). after row 39 (which reads "ifconfig $nic down...."), and before the first "fi", insert:  

    ifconfig eth1 hw ether XX:XX:XX:XX:XX:XX   (XX:XX:... is the spoof value you need, again in your case, I believe it would be your router's external MAC).

    b). after what is now Row 45 (which reads "/usr/local/bin/setitfhw.pl...."), and just above the ";;" which terminates (start), insert:

    cp /etc/macaddr /etc/itfhw.conf.

    NOTE: I'm not sure steps 1. and 2b). are really needed, but I you use them.  I strongly suspect you will need to reconstitute macaddr if any of the hardware settings for any of your ethernet cards change.

    3. Reboot.  (You probably can reinitialize without rebooting, but never having looked up when /etc/itfhw.conf and /sbin/init.d/init_nics do their jobs, I always reboot.)

    *Joe is the simple text editor included with Astaro.  It uses Wordstar-type commands.  Type Ctrl-KH for the command list.

      
  • Stash: I thought that might work also but to no avail. I even left it unlugged for 8+ hours while I left for work..[[[:)]]]

    BillH: Thanks I'll give it a shot on my test box tomorrow. I'll let ya know how it goes. Thanks again...[[[:)]]]

    Oh btw sorry for hijacking the post..[[[:)]]]

    Tails