LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 749|回复: 2

各位大虾帮帮忙.

[复制链接]
发表于 2005-1-15 17:58:35 | 显示全部楼层 |阅读模式
各位大虾帮帮忙.能不能教我怎么装网卡.我的网卡是8139的用的系统是KNOPPIX_CN3.6的我是网接触linux的只会windows.
补充一点.我是局域网路由的
发表于 2005-1-15 18:35:07 | 显示全部楼层
假设你的网卡ip设为192.168.0.25,网关ip为192.168.0.10


    * "ifconfig eth0 192.168.0.25 netmask 255.255.255.0 up"
    * "route" to check the routing table
    * "route add 192.168.0.25 eth0"
    * "route add -net 192.168.0.0 netmask 255.255.255.0 eth0"
    * "route add default gw 192.168.0.10 eth0"
    * "route add -host 127.0.0.1 lo"
回复 支持 反对

使用道具 举报

发表于 2005-1-17 10:48:12 | 显示全部楼层
In Knoppix, it is easier to use the netcardconfig command to configure your network.
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表