- iptables -t nat -A PREROUTING -s 23.23.23.23/32 -d 10.0.0.254/32 -i eth0 -p tcp -m tcp --sport 1024:65535 --dport 3306 -j DNAT --to-destination 10.0.12.10:3306
- 23.23.23.23 is your external server's public IP address
- 10.0.0.254 is your VPC NAT instance's IP address in the public subnet
- 10.0.12.10 is the VPC IP address of your server in a private subnet
- 3306 is the port your service is listening on
Showing posts with label subnet. Show all posts
Showing posts with label subnet. Show all posts
Tuesday, 7 May 2013
EC2 server to VPC private instance via VPC NAT instance
Subscribe to:
Posts (Atom)
Interview questions: 2020-12
Terraform provider vs provisioner Load balancing Network Load Balancer vs Application Load Balancer Networking Layer 1 vs Layer 4 haproxy u...
-
kubectl --cert=/tmp/tls.crt --key=/tmp/tls.key create secret tls tls-wc-ingress
-
apt-get install exim4 dpkg-reconfigure exim4-config Select: internet site; mail is sent and received directly using SMTP IP-addresses...
-
NOTE: unbound is now available via epel repo on Amazon Linux install requirements yum groupinstall "Development Tools" yum i...