2005-04-11 22:24:09 +04:00
|
|
|
# This loads the net_stack_driver that loads and provides the interface to the networking core.
|
2005-04-13 18:19:20 +04:00
|
|
|
#ls /dev/net
|
2005-04-11 22:24:09 +04:00
|
|
|
|
|
|
|
# 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
|