2015年9月11日

摘要: 1.修改网卡配置 编辑:vi /etc/sysconfig/network-scripts/ifcfg-eth0,内容信息如下: DEVICE=eth0 #描述网卡对应的设备别名,例如ifcfg-eth0的文件中它为eth0 BOOTPROTO=static #设置网卡获得ip地址的方式,可能的选... 阅读全文
posted @ 2015-09-11 16:55 dannylau 阅读(84) 评论(0) 推荐(0) 编辑
摘要: 1. 禁用selinux 阅读全文
posted @ 2015-09-11 16:51 dannylau 阅读(106) 评论(0) 推荐(0) 编辑
摘要: 一、配置ip ubuntu的网络配置信息放在 /etc/network/interfaces 中, 如果配置动态获取ip,则在上述文件中加入以下内容: auto eth0 iface eth0 inet dhcp 如果配置静态ip,则添加如下内容: auto eth0 iface eth0 ine... 阅读全文
posted @ 2015-09-11 16:49 dannylau 阅读(154) 评论(0) 推荐(0) 编辑
摘要: 在终端中输入curl ipinfo.io或者curl ifconfig.me即可通过IP地址检测网站提供的api获得取本机的外网IP,或者以 JSON 格式返回全部结果。 阅读全文
posted @ 2015-09-11 16:46 dannylau 阅读(1625) 评论(0) 推荐(0) 编辑

导航