외부 mysql 서버에 대한 아웃바운드 연결 시간이 초과되었습니다.

외부 mysql 서버에 대한 아웃바운드 연결 시간이 초과되었습니다.

외부 mysql 호스트(11.22.33.44)에 연결하려고 하는데 연결 시간이 계속 초과됩니다. 연결 중인 서버(55.66.77.88)가 작동 중이고 인터넷에 연결되어 있습니다.

현재 서버 55.66.77.88 iptables 구성은 다음과 같습니다.

# iptables -L -v
Chain INPUT (policy ACCEPT 0 packets, 0 bytes)
 pkts bytes target     prot opt in     out     source               destination         

Chain FORWARD (policy ACCEPT 0 packets, 0 bytes)
 pkts bytes target     prot opt in     out     source               destination         

Chain OUTPUT (policy ACCEPT 0 packets, 0 bytes)
 pkts bytes target     prot opt in     out     source               destination   

사용해 보았지만 telnet 11.22.33.44 3306이것도 시간이 초과되었습니다.

서버 11.22.33.44의 방화벽 구성:

# firewall-cmd --list-all --zone=drop
drop (active)
  target: DROP
  icmp-block-inversion: no
  interfaces: eth0
  sources: 55.66.77.88/32
  services: http https mountd nfs ntp rpc-bind smtp ssh
  ports: 3306/tcp
  protocols: 
  masquerade: no
  forward-ports: 
  source-ports: 
  icmp-blocks: 
  rich rules: 
    rule family="ipv4" source address="55.66.77.88" service name="mysql" accept

내가 무엇을 간과하고 있습니까? 내 노트북에서 11.22.33.44에 텔넷 연결을 설정할 수 있습니다.

관련 정보