Hi guys,i have a question,observe this scenario below please where i have two connections with the ISP,each connection with its respective public ip address,Router's f0/1 public ip address is 200.200.200.1,Router's f0/2 public ip address is 180.10.10.2:
web server--------SW----Router f0/1-------------ISP1
10.10.0.5 f0/2
|
|
ISP2
Static nat is configured so that when the public ip address are accessed from outside the data goes to web server,but what if a client from internet send one SYN packet towards to 200.200.200.1 and the web server response with SYN/ACK using 180.10.10.2 as origin,will this assimetry broke the TCP connection?