sábado, junho 18, 2005

LX NE compativeis

modprobe ne irq=10 io=0x300
ifconfig eth0 192.168.0.200 netmask 255.255.255.0
route add default gw 192.168.0.1 dev eth0


LX Networking

# Setup the loopback device:
ifconfig lo 127.0.0.1
route add -net 127.0.0.0
# Setup the network:
ifconfig eth0 1.2.3.4 # 1.2.3.4 is the ip number of my machine.
route add -net 1.2.3.0
route add default gw 1.2.3.1 # in this example, the ip address of our NFS
# server is 1.2.31.4 and belongs to a different
# network.



This page is powered by Blogger. Isn't yours?