netwrok between my pc and the VM

0

hi i am new here and in aws all. i need to know if the vm ip or network will be related to my pc i need to stay anonymous

preguntada hace un año213 visualizaciones
6 Respuestas
0

In general, there is no relationship between IP of your PC and IP of your VM if there is no overlapping. You may need state what you are going to achieve here using EC2 which we can provide more applicable comments.

To start, you can check VPC and subnet stuff via official guide. https://docs.aws.amazon.com/vpc/latest/userguide/what-is-amazon-vpc.html

respondido hace un año
0

Anonymity is just a perception, if you mean to ask about whether you can be identified or not, the answer is that your Public IP address can always be traced back. This is how your connection will be established with EC2 from PC:

Using IPv4:

PC (Your Public IPv4) <--> AWS Internet Gateway (Public IPv4) <--> EC2 (Private IPv4)

Using IPv6:

PC (Your IPv6) <--> AWS Internet Gateway (IPv6 of EC2) <--> EC2 (IPv6)

For IPv4, your EC2 Private IP has a one-to-one relation with IGw Public IPv4, whereas in IPv6 you always have a Public IPv6 in AWS.

Some running IP packet capture can always trace you back (man in the middle).

profile picture
respondido hace un año
0

first thanks for answer, and as i understand from you that VM dont solve this issue from tracking the pc that i create from aws (ec2) i am right ?

respondido hace un año
0

i dont see there is iPV6 in my EC2 screenshot

respondido hace un año
0

If you only need to access the internet from your vm, you can set up NAT only, no need set up internet gateway which is serving the traffic initialized from internet . Your traffic will use NAT IP to surf the internet.

respondido hace un año
0

how i can do that, can you share anything about that? and this way will be totally separate from my pc? thanks

i got flag from a provider (website) and i do not want to have any fingerprints. thanks

respondido hace un año

No has iniciado sesión. Iniciar sesión para publicar una respuesta.

Una buena respuesta responde claramente a la pregunta, proporciona comentarios constructivos y fomenta el crecimiento profesional en la persona que hace la pregunta.

Pautas para responder preguntas