码迷,mamicode.com
首页 >  
搜索关键字:tunnel gre 隧道协议    ( 5979个结果
java获取上个星期第一天和最后一天
package com.goldcn.jzgmanageplat.b2b.controller;import java.text.SimpleDateFormat;import java.util.Calendar;import java.util.Date;import java.util.Gre...
分类:编程语言   时间:2015-06-08 21:23:25    阅读次数:193
Leetcode: Merge Sorted Array
题目: Given two sorted integer arrays A and B, merge B into A as one sorted array.Note: You may assume that A has enough space (size that is gre...
分类:其他好文   时间:2015-06-05 22:26:08    阅读次数:187
linux查看端口号是否被占用
netstat -ntupln表示不查询dnst表示tcp协议u表示udp协议p表示查询占用的程序l表示查询正在监听的程序查看那个进程占用了xxx端口lsof -i:xxx查看进程号为xxx的进程在哪里ps -ef|grep xxxps -ef |grep 程序名netstat -nltp |gre...
分类:系统相关   时间:2015-06-03 19:36:29    阅读次数:193
安全地在公网访问你的本地网络服务
http://www.tunnel.mobi/ngrok下载地址:
分类:其他好文   时间:2015-06-03 11:20:37    阅读次数:192
linux cent os 6.4 建立GRE tunnel
加载GRE模块modprobeip_gre创建Tunnel名为officeiptunneladd officemodegreremote111.206.164.122local111.206.0.88ttl255iplinksetoffice up为tunnel增加IP地址ipaddadd 10.100.100.1/30devoffice创建一个路由表,表名为136iprouteadddefaultvia103.246.132.61table136创建一..
分类:系统相关   时间:2015-06-02 15:34:05    阅读次数:279
IPSec over GRE
IPSecoverGRE
分类:其他好文   时间:2015-06-01 01:02:56    阅读次数:150
五、openstack安装之Neutron篇
一、前言在openstack中配置networking服务都是一段困惑的经历。本指南提供一步步说明如何配置Networking(neutron)和传统的网络服务(nova-network)。如果你不确定使用哪种,建议尝试neutron,因为它提供了相当数量的功能和灵活性,包括各种新兴产品的插件来支持虚拟网络。二..
分类:其他好文   时间:2015-05-31 18:41:15    阅读次数:238
Tunnel Warfare
Problem Description During the War of Resistance Against Japan, tunnel warfare was carried out extensively in the vast areas of north China Plain. Generally speaking, villages connected by tunnels ...
分类:其他好文   时间:2015-05-29 10:11:46    阅读次数:127
ip和ss命令参考
#iphelp ip{link|address|addrlabel|neighbour|route|rule|maddress|mroute|tunnel|xfrm}help #ipaddress #显示IP ipa #显示eth3IP ipashoweth3 #显示eth3IPv4 ip-4ashoweth3 #添加IP ipaadd192.168.10.2/24deveth1 #添加IP添加label ipaadd192.168.10.2/24deveth1labeleth1N..
分类:其他好文   时间:2015-05-28 14:23:24    阅读次数:239
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!