haiku/data/system/boot/Netscript
Michael Lotz 4ce3301a57 This should now actually fix the recursive lookup of the net_stack_driver. We must only load the networking core once.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@12363 a95241bf-73f2-0310-859d-f6bbb57e9c96
2005-04-13 14:19:20 +00:00

10 lines
368 B
Plaintext

# This loads the net_stack_driver that loads and provides the interface to the networking core.
#ls /dev/net
# That is a static version of the network interface setup.
# You have to edit it to match your driver/ip/subnet.
#ifconfig rtl81690 192.168.0.10 up netmask 255.255.255.0
# This adds the default gateway. Edit it for your needs
#route add default 192.168.0.1