<![CDATA[Latest posts for the topic "Vấn đề NAT trên MikroTik Routers"]]> /hvaonline/posts/list/31.html JForum - http://www.jforum.net Vấn đề NAT trên MikroTik Routers Code:
add chain=dstnat dst-address=113.161.8.xxx action=dst-nat to-addresses=192.168.1.7 disabled=no
add chain=srcnat src-address=192.168.1.7 action=src-nat to-addresses=113.161.8.xxx disabled=no
Trên 192.168.1.7 tôi có dịch vụ MySQL port 3306. Tôi thử telnel đến 113.161.1.xxx:3306, nhưng telnet báo lỗi kết nối. Xem trên log của MikroTik Routers Code:
00:39:06 firewall,info dstnat: in:ether2-master-local out:(none), proto TCP (SYN),  192.168.1.9:7426->113.161.8.175:3306, len 52
00:39:15 firewall,info dstnat: in:ether2-master-local out:(none), proto TCP (SYN), 192.168.1.9:7426->192.168.1.7:3306, len 48
Xem tcptrack -i eth0 trên máy 192.168.1.7
có connect nhưng log mysql không có gì cả. Nhờ mọi người tư vấn giúp tôi, thanks! ]]>
/hvaonline/posts/list/44759.html#275939 /hvaonline/posts/list/44759.html#275939 GMT
Vấn đề NAT trên MikroTik Routers

thienphg wrote:
Tôi thử telnel đến 113.161.1.xxx:3306, nhưng telnet báo lỗi kết nối.  
Cụ thể là lỗi gì vậy bạn?

thienphg wrote:
Xem trên log của MikroTik Routers Code:
00:39:06 firewall,info dstnat: in:ether2-master-local out:(none), proto TCP (SYN),  192.168.1.9:7426->113.161.8.175:3306, len 52
00:39:15 firewall,info dstnat: in:ether2-master-local out:(none), proto TCP (SYN), 192.168.1.9:7426->192.168.1.7:3306, len 48
Xem tcptrack -i eth0 trên máy 192.168.1.7
 
Sao ở trên thì lỗi mà ở đây lại ESTABLISHED nhỉ?

thienphg wrote:
có connect nhưng log mysql không có gì cả.  
Bạn thử dùng một chương trình MySQL client (ví dụ: `mysql -u <user> -h 113.161.1.xxx -p`) xem nó có hỏi password không. PS: DB mà nhô ra ngoài Internet thì không hay lắm.]]>
/hvaonline/posts/list/44759.html#275948 /hvaonline/posts/list/44759.html#275948 GMT
Vấn đề NAT trên MikroTik Routers /hvaonline/posts/list/44759.html#275996 /hvaonline/posts/list/44759.html#275996 GMT Vấn đề NAT trên MikroTik Routers /hvaonline/posts/list/44759.html#276025 /hvaonline/posts/list/44759.html#276025 GMT Vấn đề NAT trên MikroTik Routers /hvaonline/posts/list/44759.html#276041 /hvaonline/posts/list/44759.html#276041 GMT