使用PHP mysql_connect函数时绑定到特定的ip地址
我有一个运行相当标准的 LAMP 堆栈的 Cent 操作系统设置,并且有两个公开可用的 IP 地址(eth0 和 eth0:1)。
我想在连接到远程托管的 MySQL 数据库时使用第二个 IP 地址 (eth0:1)。我该怎么办呢?
谢谢!
I have a Cent OS setup running a pretty standard LAMP stack and I have two publicly available IP addresses (eth0 and eth0:1).
I want to use the second IP address (eth0:1) when connecting out to a remotely hosted MySQL database. How can I go about that?
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您具有 root 访问权限,则可以使用 iptables 执行 SNAT,以针对该特定目标使用特定源 IP:
If you have root access, you can do SNAT with iptables to use a specific source IP for this particular destination: