码迷,mamicode.com
首页 >  
搜索关键字:gateway    ( 1721个结果
路由分类
路由分类1、工作方式静态路由、动态路由2、按工作的范围IGP(interiorgatewayprotocol):内部网关协议,在一个AS内运行的。rip、ospf、isiseigrpEGP(exteriorgatewayprotocol):外部网关协议,运行在AS和AS之间的协议。BGpAS(自治系统):可以理解成一个运营商区域,<=200..
分类:其他好文   时间:2017-03-10 22:42:33    阅读次数:206
Debian 8 网卡手动配置
#vi /etc/network/interfaces 添加下面的这段 auto eth0 iface eth0 inet static address 192.168.1.101 netmask 255.255.255.0 gateway 192.168.1.1 ...
分类:其他好文   时间:2017-03-08 21:19:06    阅读次数:169
openstack安装dashboard后访问horizon出错 500 or 504
访问controller/horizon出错500:internal server error 访问controller/horizon出错504:internal server error gateway timeout 解决方案: 把上面这行添加到/etc/apache2/conf-availa ...
分类:其他好文   时间:2017-03-08 12:28:49    阅读次数:555
多网卡绑定。。。bond实现
添加多网卡 vi /etc/sysconfig/network-scripts/ifcfg-bond0 DEVICE=bond0NAME=bond0TYPE=BondBONDING_MASTER=yesIPADDR=192.168.1.142NETMASK=255.255.255.0GATEWAY= ...
分类:其他好文   时间:2017-03-04 12:27:55    阅读次数:196
vmware安装redhat配置静态IP连接网络
1.虚拟机网络模式选择NAT模式,确保本地宿主机网络连接正常 2.查看本地虚拟机网段:vmware中点击编辑->虚拟网路编辑->DHCP设置看到自己起始ip地址为192.168.252.128 3.配置 /etc/sysconfig/network-scripts/ifcfg-eno16777736 ...
分类:系统相关   时间:2017-03-02 12:41:15    阅读次数:480
nc命令用法
root@10.1.1.43:~# nc -h[v1.10-38]connect to somewhere: nc [-options] hostname port[s] [ports] ... listen for inbound: nc -l -p port [-options] [hostna ...
分类:其他好文   时间:2017-02-21 15:47:02    阅读次数:415
saltstack 配置minion 端 网卡信息
system: network.system: -enabled:True -hostname:server1.example.com -gateway:192.168.0.1 -gatewaydev:eth0 -nozeroconf:True -nisdomain:example.com -require_reboot:Trueeth0: network.managed: -enabled:True -type:eth -proto:none -ipaddr:10.1.0.1 -netmask:255.25..
分类:其他好文   时间:2017-02-15 19:23:39    阅读次数:437
linux学习笔记——IP、网关、DNS的认识与设定、网络端口监测
##############网络知识#############一台主机如果可以连接公网,比如访问www.baidu.com那么这台主机必然会有ipaddress:ip地址GATEWAY:网关DNS:域名系统############ipaddress##############1.tcp/ip:这是一个协议族,包括tcp协议,ip协议,imcp协议,http协议,ftp协议等等2..
分类:系统相关   时间:2017-02-15 19:20:24    阅读次数:347
Nginx FastCGI的运行原理
一、FastCGI 1.介绍 CGI全称通用网关接口 Commmon Gateway Interface 用于HTTP服务上的程序服务通信交流的一种工具,CGI程序须运行在网络服务器上。 传统CGI接口方式性能较差,由于每次HTTP服务器遇到动态程序需要重启解析器来执行解析,然后结果被返回给HTTP ...
分类:其他好文   时间:2017-02-13 23:41:44    阅读次数:314
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!