|

楼主 |
发表于 2009-12-8 16:21:11
|
显示全部楼层
我用的外汇软件每过一段时间就会停止下载数据,K线也不动了,时间到了下一根K线也出不来,非要把软件关掉再重新打开,Vbox,KVM都试过了。
/etc/conf.d/net
bridge_br0="eth0 tap0"
brctl_br0=( "setfd 0" "sethello 0" "stp off" )
RC_NEED_br0="net.tap0 net.tap1"
#
# host system is a static address at 192.168.1.12 with dns server at 34 and a router at 33
#
config_br0=( "192.168.100.254/24" )
routes_br0=( "default via 192.168.1.33" )
dns_servers_br0="192.168.1.34"
config_tap0=( "null" )
tuntap_tap0="tap"
tunctl_tap0="-u qh"
mac_tap0="52:54:00:12:34:56"
我用的是ADSL拨号的,这样一配,ADSL就不能拨号了,一直是超时。 |
|