remote connect openshift mysql
Posted 痴道三
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了remote connect openshift mysql相关的知识,希望对你有一定的参考价值。
再虚拟机内 rhc port-forward <app-name>
此时,可以在本机 访问 127.0.0.1:8080 登陆 网页, 3306连接sql
https://unix.stackexchange.com/questions/111433/iptables-redirect-outside-requests-to-127-0-0-1
https://serverfault.com/questions/551361/redirect-incoming-packets-to-loopback/702685
按上述将
sysctl -w net.ipv4.conf.eth0.route_localnet=1
然后
http://forums.justlinux.com/showthread.php?136144-SOLVED-hosts-file-redirecting-a-outgoing-ip-address-to-localhost
sudo iptables -t nat -A PREROUTING -d 192.168.252.30 -j DNAT --to-destination 127.0.0.1
sudo iptables -t nat -A OUTPUT -d 192.168.252.130 -j DNAT --to-destination 127.0.0.1
发现 可以在虚拟机内 用 虚拟机的eth0 的ip 地址:8080 访问了,,但主机上仍然不行 http://192.168.252.130:8080/
以上是关于remote connect openshift mysql的主要内容,如果未能解决你的问题,请参考以下文章
Openshift:如何通过 RHC 或 SSH 将数据库导入 MySQL?
在 Openshift 上使用 Node.js 发送 iOS 推送通知
Jenkins集成时报错 hudson.remoting.Channel$CallSiteStackTrace: Remote call to JNLP4-connect connection fro