Ok Guys,
I finally started trying to setup and configure unhappy_mage's fold-server this weekend.
I did alright, up until the diskless boxen tries to verify my user ID with the stanford server.
I think that I'm having NAT problems.
What I've got.
* Broadband access is through a Westell DSL Modem, has built in firewall and DHCP server.
* D-Link 8 port 10/100 switch - which is what forms the hub of my small network.
* Fold-Server computer plugs into D-link switch with default IP 198.168.1.15 <if memory serves>
* 2nd NIC on Fold-Server plugs into Linksys 5 port 10/100 switch.
* Diskless boxen plugs into linksys 5 port switch.
What I think is the problem....the boxen isn't recieving data from the Stanford server because my Westell DSL modem thinks that the request came from the Fold-Server and not the boxen.
I'm trying to set up the iptables app listed in u_m's docs, but I keep getting a permission denied everytime I enter the following:
Even after I put it in the startup script and rebooted.
BTW u_m....PuTTY doesn't know what this is.
But bash does!
///does happy dance for figuring out something in Linux////
So I guess I'm asking if I need to change the permissions on these 2 files and how to do it?
Thanks

I finally started trying to setup and configure unhappy_mage's fold-server this weekend.
I did alright, up until the diskless boxen tries to verify my user ID with the stanford server.
I think that I'm having NAT problems.
What I've got.
* Broadband access is through a Westell DSL Modem, has built in firewall and DHCP server.
* D-Link 8 port 10/100 switch - which is what forms the hub of my small network.
* Fold-Server computer plugs into D-link switch with default IP 198.168.1.15 <if memory serves>
* 2nd NIC on Fold-Server plugs into Linksys 5 port 10/100 switch.
* Diskless boxen plugs into linksys 5 port switch.
What I think is the problem....the boxen isn't recieving data from the Stanford server because my Westell DSL modem thinks that the request came from the Fold-Server and not the boxen.
I'm trying to set up the iptables app listed in u_m's docs, but I keep getting a permission denied everytime I enter the following:
Code:
iptables -t nat -A POSTROUTING -o eth1 -j SNAT --destination 0.0.0.0/0 --to-source 192.168.1.15
BTW u_m....PuTTY doesn't know what this is.
Code:
wget [url]http://fold-server.sf.net/iptables[/url] -O /usr/sbin/iptables
So I guess I'm asking if I need to change the permissions on these 2 files and how to do it?
Thanks

