Audio/video stream recording forums
|
Attention Visitor: |
You may have to register or log in before you can post:
|
|
|
Thread Tools | Display Modes |
#1
|
|||
|
|||
![]() Sharing Internet connection over firewire (IEEE1394) in Ubuntu 9.10Suppose we have 2 computers, one of them has an Internet connection. We can connect them over firewire and get a local network:
Code:
sudo modprobe eth1394 sudo ifconfig eth2 192.168.200.1 up sudo modprobe eth1394 sudo ifconfig eth8 192.168.200.2 up On 192.168.200.1 do the following: Code:
sudo iptables -t nat -A POSTROUTING -o eth0 -j MASQUERADE echo 1 > /proc/sys/net/ipv4/conf/all/forwarding Code:
bash: /proc/sys/net/ipv4/conf/all/forwarding: Permission denied Code:
sudo gedit /etc/sysctl.conf Then apply the changes: Code:
sudo sysctl -p Code:
cat /proc/sys/net/ipv4/ip_forward 1 Code:
cat /proc/sys/net/ipv4/ip_forward 0 Code:
sudo route add default gw 192.168.200.1 p.s. Windows XP allowed to share Internet connection over firewire, but you can't do that in Windows Vista and Windows 7. But you still can use Windows XP, Linux or Mac OS... |
Tags: connection, firewire, ieee1394, internet, internet connection, karmic, share, ubuntu, ubuntu karmic |
Thread Tools | |
Display Modes | |
|
|