I am using Google-compute-engine
and I have opened my Server to receive request only from a certain IP address
and at the specified port
by creating a firewall-rule
and allowed only this IP, now in order to send a request to my server if a hacker knows what IP I have allowed, now can he use my IP in order to send request to my server(fake my server that his IP is my IP)?
Is it possible or not?
And if it is, then what things can I do in order to make server to receive requests from my system only?
Edit - Actually my concern is suppose my system IP is 123.23.23.23
and only this Ip I have allowed for my server to accept requests by creating a firewall-rule
and allowed only this IP, now can a hacker show my server that his/her Ip is this because of which server will send data to his person?