View Single Post
  #2  
Old 01-12-2010, 10:50 AM
Stream Recorder
 
Posts: n/a
Default

Re: Sharing Internet connection over firewire (IEEE1394) in Ubuntu 9.10


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?
Reply With Quote