码迷,mamicode.com
首页 >  
搜索关键字:eth1 transmit timed    ( 1120个结果
连接超时(connect timed out)和读取超时(Read timed out)
设置连接超时和读取超时方法: 我们先把连接时间设置为10毫秒,并访问一个香港地区的url,http://www.zhixuyuan.top 运行结果: 我们再把读取时间设置为10毫秒,测试 运行结果: 示例代码: HttpClient连接时间 所谓连接的时候 是HttpClient发送请求的地方开始 ...
分类:其他好文   时间:2017-10-07 17:45:09    阅读次数:189
virtualbox虚机不同网段
环境:主机:MacPro虚拟化软件:VirtualBox虚拟机1:操作系统:Redhat5.8,hostname:edu网卡eth0:采用桥接采用桥接的主要目的是为了在mac主机中能够使用CRTssh连接edu(如果采用NAT方式,在mac中无法使用CRTssh连接到虚拟机)网卡eth1:采用internal方式,IP静态IP(我这里dhcp无..
分类:其他好文   时间:2017-09-30 23:00:29    阅读次数:221
ubuntu下双网卡桥接
1. 安装 brctl工具 sudo apt-get install bridge-utils 2. 添加桥 # brctl addbr br0 #创建桥接 br0 # brctl addif br0 eth0 eth1 #添加 eth0, eth1 到 br0 # ifconfig br0 192 ...
分类:系统相关   时间:2017-09-30 13:32:55    阅读次数:228
解决出现"Bringing up interface eth0: ~~ 'System eth0'“详解
问题:用ifconfig查看只有一个回环口,用ifconfig-a查看有eth1和lo,如下图:配置文件中有eth0存在此时重启服务FAILED解决方法:#mv/etc/sysconfig/network-scripts/ifcfg-eth0/etc/sysconfig/network-scripts/ifcfg-eth1将网卡eth0的名称改为eth1修改配置文件如下:#vi/etc/ud..
分类:其他好文   时间:2017-09-29 00:25:30    阅读次数:423
使用phpmailer插件发邮件失败提示:SMTP -> ERROR: Failed to connect to server: Connection timed out (110) smtp connect() failed;
一个邮件发送问题,整整弄了我一周时间,起因是这样的,之前弄的一个网站,需要在邮箱里面认证之后才可以注册成功。网站上线了差不多一年之后,客户突然跟我说,网站不能注册了,然后我就查看了一下代码。 发现报这个错误:SMTP -> ERROR: Failed to connect to server: Co ...
分类:Web程序   时间:2017-09-28 14:04:09    阅读次数:5974
iptables
三台主机地址转换设置: 外网机:192.168.10.135 网关设置为192.168.10.134 routeadddefaultgw192.168.100.134 转发机:eth0:192.168.10.134 eth1:172.16.6.13 cat/proc/sys/net/ipv4/ip-forward sysctl-wnet.ipv4.ip_forward=1 内网机:172.16.6.12 添加路由..
分类:其他好文   时间:2017-09-27 21:00:01    阅读次数:140
ubuntu 配置静态路由
internet (eth1)router1(eth2) (eth1)router2(eth0) (eth0)router3(eth1) (eth0)pc 上面就是我的网络拓扑结构,其中路由器1是用来连接外部网络的一台linux机器,图中所有路由器都是普通的pc机,这些pc都安装了ubuntu桌面系 ...
分类:系统相关   时间:2017-09-25 14:42:16    阅读次数:270
Python 安装第三方库中常见问题总结
1.安装某个库时,例如 pip install tinify 出现Permission denied时,在安装命令的最前面添加sudo 例如: sudo pip install tinify 即可。 2.安装某个库时,例如sudo pip install click 出现 Read timed ou ...
分类:编程语言   时间:2017-09-24 23:25:22    阅读次数:219
review of network tech
types of network LAN WAN -- figures /performances see the difference curcuit ->packet swithcing store-and-forward 2 alternative approaches to transmit ...
分类:Web程序   时间:2017-09-23 21:22:56    阅读次数:243
pip安装selenium报错:Read timed out
今天打算把selenium降级重新安装,发现安装时总是失败,报如下错误: 原因是超时了,解决方法:安装时指定超时时间 ...
分类:其他好文   时间:2017-09-23 12:20:33    阅读次数:209
1120条   上一页 1 ... 42 43 44 45 46 ... 112 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!