I have 3 machines that have been down
that need to be reconfigured. A couple months ago I edited their ips so they'd work on my network using vi and doing the change that was suggested in the Foldix How to. Sadly the power went out and they got unplugged and all the ip stuff got messed up. So I got a different router for free that has an uplink and everything that I wont need to set anything.
Now 2 months later, I want to get these all set up again. THE BIG question, Unhappy_Mage is there a new version of Foldix after .9 that I should use if I'm going to be spending the time reinstalling everything? There is 1 box that doesn't have a cdrom, and it has the version of Foldix that has Memtest and Prime 95 on it, and I'd like to just edit out the changes that I made to manually set the ip address. I don't know the linux commands to open the file in vi and do this. Could someone with some linux knowledge give me a step by step procedure?
For refference this is the process I once long ago did and no longer remember how I did it:
A step by step procedure for openning that file and editing it would be really appreciated. I really don't know anything anymore. And a link to the newest version of Foldix would be cool to. Thanks everyone.
-MN Scout

Now 2 months later, I want to get these all set up again. THE BIG question, Unhappy_Mage is there a new version of Foldix after .9 that I should use if I'm going to be spending the time reinstalling everything? There is 1 box that doesn't have a cdrom, and it has the version of Foldix that has Memtest and Prime 95 on it, and I'd like to just edit out the changes that I made to manually set the ip address. I don't know the linux commands to open the file in vi and do this. Could someone with some linux knowledge give me a step by step procedure?
For refference this is the process I once long ago did and no longer remember how I did it:
Manually configuring an IP address:
If you want to make this permanent (I'd guess so), edit "/etc/rc.d/sysinit" with vi. Arrow down to line 11 and type "i#". This will put you in insert mode, and then comment that line. It's for DHCP which we won't be using, so no need to run it. Then hit the End key and enter, then enter the lines above. When you've got them all typed in, type Esc and then ":wq" (colon w q) and hit enter. Then these settings should persist across reboots.Code:ifconfig eth0 down ifconfig eth0 YOUR.STATIC.IP.ADDRESS route add default gw YOUR.DEFAULT.GATEWAY.IP echo "nameserver YOUR.DNS.SERVER.IP" > /etc/resolv.conf
A step by step procedure for openning that file and editing it would be really appreciated. I really don't know anything anymore. And a link to the newest version of Foldix would be cool to. Thanks everyone.
-MN Scout


