Although Internet connection over firewire works fine, it stops working after rebooting.
You can repeat the following steps:
on computer #1
Code:
sudo modprobe eth1394
sudo ifconfig eth2 192.168.200.1 up
sudo iptables -t nat -A POSTROUTING -o eth0 -j MASQUERADE
on computer #2
Code:
sudo modprobe eth1394
sudo ifconfig eth8 192.168.200.2 up
sudo route add default gw 192.168.200.1
You can also create a couple of .SH scripts and run them when needed. Any better ideas on how to restore the Internet connection on the second computer?