Work often encounter problems like the following: A port on the engine room server only allows local access, such as Monit management port 2812 Port, Dell Server management port 1311; some servers in the computer room have no public network IP address, only allowed through the intranet IP connection, such as MySQL serv
StatementThe Stars last nightBlog:http://yestreenstars.blog.51cto.com/This article by oneself creation, if need reprint, please indicate source, thank cooperation!ObjectiveImplementing port forwarding for Windows platformsConfigurationFirst time use to install IPv6 (measured 2008 does not need this step, 2003 required)netsh interface ipv6 install
Add rulenetsh interface portproxy add v4tov4 listenaddr
Environment:centos6.5,192.168.1.10, external network bidirectional communication, binding domain name zlzkj.org;winserver2008,192.168.1.11, the outside network can not directly access to the machine, but FTP, Remote Desktop, MySQL want to open to zlzkj.org access;Goal:ftp:192.168.1.10 21 forwards to 192.168.1.11 21;Remote Desktop: 192.168.1.10 3389 forwards to 192.168.1.11 3389;mysql:192.168.1.10 3361 forwards to 192.168.1.11 3361;1. Need to turn on the data
First introduce the environment:1. The host computer's operating system is scientific Linux, kernel version 2.6.18, hostname spvm02,ip address 135.100.101.102, and VMware Workstation 8 deployed.2. Guest (virtual machine) This side of the installed operating system is windows 7.3. Guest uses the VMNET8 network card to achieve Internet access through the NAT protocol.The feature that needs to be implemented is that other computers in the host network use Microsoft Remote Desktop to telnet to the g
Example application:
Intranet 192.168.1.0 HOST1 eth0:192.168.1.241 installed SECURECRTOutside the net 192.168.5.0 HOST2 eth0:192.168.5.2 eth1:192.168.1.2 eth1 with HOST1 eth0 the same intranetHOST3 eth0:192.168.5.3 eth0 installed MySQL port 3306 with HOST2 eth0 same intranet
Under normal circumstances, from the HOST1 can not directly connect HOST3 MySQL, now through the SECURECRT port
Author: Wu Ating (http://www.linuxforum.net)
One. Brief introduction:
Most people know that SSH is used to replace the R command set, which is used for encrypted remote logins, file transfers, and even encrypted
FTP (SSH2 built-in), so SSH becomes one of the most widely used services, and SSH has another very
With the function of its port forwarding tunnel function, using this function, so that some unsafe
This article for everyone to share is the Node.js port forwarding implementation code for your reference, the specific contents are as follows
#!/sbin/node var net = require (' net ');
function ProxyPort (srcport,destserver,destport) {var server = Net.createserver (function (c) {//' connection ' listener
C.on (' End ', function () {console.log (' src disconnected ');
}); var client =
Iptables and network segment port forwarding Environment Description: You need to submit all packets accessing port 80 of the 192.168.1.20 host to 192.168.1.31 host for processing. Therefore, you need to perform the following operations on the host 192.168.1.20: 1. enable the routing forwarding function 1 echo "1">/pro
The following code, which runs under Windows, can speak 172.20.53.1 14941 ports forward to 172.20.53.2 3389 ports
Copy Code code as follows:
netsh interface ipv6 install
netsh interface portproxy add v4tov4 listenaddress=172.20.53.1 listenport=14941 connectaddress=172.20.53.2 connectport =3389
If you want to cancel the port forwarding above, use the following code
Copy Code code as
1. Using the Netsh implementation of WindowsAdvantages:(1) Simple deployment. Windows comes with support for IPV4 and IPV6(2) Do not restart the machine, but also a long memory. The command takes effect immediately, and the configuration still exists after rebooting the system.Disadvantages:(1) UDP not supported(2) xp/2003 need to install the ipv6,win7 above the system to bring their own.Execute command:(1) Installation environment support (can not be performed if IPV6 is already installed)netsh
cannot be received by machine C, the switch should have a forwarding list (CAM). The AMC table is used to establish the correspondence between the MAC address and the port. A port can correspond to many MAC addresses, (It seems that only one can be created under 802.1x.) it seems that there is no problem. The problem is that Cam is dynamically updated in real ti
1. Connect to the public network (ip:port) Username and password using Xshell2. Add a transfer rule here3. Right click Add (select SOCKS4/5 protocol port to fill in the port you need to forward)3. Connect to the intranet as before (Ip:port) However, the agent is required here4. Add a proxy portUpload files can be used (XFTP) or according to the RZ commandLiunx public network jump to the intranet (do
Under Linux We can create a new container in Docker and then direct access to the container via port forwarding. But in the middle of the Mac, it passed.A layer of virtual machines, so port forwarding needs to be done a little more.1 connect the local port to the virtual mac
) #endr1#%sys-5-config_i:configured from console by consoleR1#wBuilding configuration ...[OK]r1#The red ones are the most important commands in this section and commands to understand.After configuring the router we will use the external network of the PC to test can be displayed because we are talking about the intranet address map to the outside network, so we in the external network of the PC access needs to input is the map of the external network of IP Access results display of course, can
Because only one server (win2003 server) needs to run ASP programs and PHP applications on the server, and does not want to use IIS to run PHP applications.In addition, if you do not want to run ASP programs on Apache, you need a solution for coexistence of Apache and IIS.
IIS is the built-in iis6.0 of Windows2003 server.
Apache is apache2.2.8.
First, download and install Apache
Then, stop the automatically started IIS server and modify the IIS port t
Allow Internet access to intranet port forwarding
With a vro, PPPOE is connected to the network, and then configured.
Connect the computer to the wireless network of the router and enter the Intranet IP address 192.168.8.1
Then go to the interface and find the IP address obtained by the wan port of the router after the dial-up is successful.
Then find the I
1, into the following directory
The code is as follows
Copy Code
/etc/vmware/vmnet8/nat/nat.conf
Edit this file, at the end of the file you can see:
The code is as follows
Copy Code
[INCOMINGTCP]# Use these and care-anyone can enter into your VM through ...# The format and example are as follows:##8080 = 172.16.3.128:80[INCOMINGUDP]# UDP Port Forw
This article to share is a Linux under the simple and easy to use tool rinetd, to achieve port mapping/forwarding/redirection, the need for small partners can refer to.
Port forwarding under Windows is typically a self-contained NAT and Porttunnel, Portmap
Linux Lower port
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.