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

質問済み 1年前213ビュー
6回答
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

回答済み 1年前
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
回答済み 1年前
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 ?

回答済み 1年前
0

i dont see there is iPV6 in my EC2 screenshot

回答済み 1年前
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.

回答済み 1年前
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

回答済み 1年前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ