加载中…
个人资料
  • 博客等级:
  • 博客积分:
  • 博客访问:
  • 关注人气:
  • 获赠金笔:0支
  • 赠出金笔:0支
  • 荣誉徽章:
正文 字体大小:

BackTrack 5 简单网络配置

(2013-02-17 18:01:07)
标签:

手机博客

IT

自动获取IP dhclient
eth1 临时设置ip地址 ifconfig
eth0 192.168.1.112/24 设置IP
和子网掩码 route add default
gw 192.168.1.1 设置网关地址
echo nameserver 192...
自动获取IP
dhclient eth1
临时设置ip地址
ifconfig eth0 192.168.1.112/24
设置IP和子网掩码
route add default gw 192.168.1
.1 设置网关地址
echo nameserver 192.168.1.1 >
/etc/resolv.conf 设置DNS地址
/etc/init.d/networking restart
重启网卡
设置静态 IP
ifconfig -a 查看所有网卡
vi /etc/network/interfaces 编
辑ip地址
auto eth0
#iface eth0 inet dhcp
iface eth0 inet static
address 192.168.1.112 IP地址
netmask 255.255.255.0 子网
掩码
network 192.168.1.0 网络地

broadcast 192.168.1.255 广播
地址
gateway 192.168.1.1 网关地

/etc/init.d/networking restart
重启网卡
vi /etc/resolv.conf 编辑DNS
update-rc.d networking
defaults 设置系统启动后自
动启用网卡
无线网络设置
/etc/init.d/wicd start 启动wicd
原文:http://3389.in/838.
html

0

阅读 收藏 喜欢 打印举报/Report
  

新浪BLOG意见反馈留言板 欢迎批评指正

新浪简介 | About Sina | 广告服务 | 联系我们 | 招聘信息 | 网站律师 | SINA English | 产品答疑

新浪公司 版权所有