hi i have this topology

linux: 10.2.2.100
win : 10.2.2.50
i also have two loopback interfaces
loop1 : 1.1.1.1 255.255.255.255
loop2 : 2.2.2.2 255.255.255.255
both interfaces have ip nat outside under config
and i have these nats as well
ip nat inside source static 10.2.2.50 interface loop 1
ip nat inside source static 10.2.2.100 interface loop 2
now i want to connect to my window machine from Linux on 1.1.1.1 ip address
but i cant
how can i do that ?