flare-fakenet-ng icon indicating copy to clipboard operation
flare-fakenet-ng copied to clipboard

Configuration for RDP to AWS instance (default setting drops connection)

Open aabashkin opened this issue 6 years ago • 1 comments

Running fakenet on my AWS instance disconnects my RDP session. Looks like the default config only listens for certain ports, so I'm not sure why 3389 would be affected.

TCP: 1337, 80, 443, 25 UDP: 1337, 53

Do I need to explicitly turn blacklist some ports or something similar?

aabashkin avatar Jul 06 '18 23:07 aabashkin

I know this is was asked about 3 years ago but you can set the IP from which you are connecting from under the HostBlackList in the config file:

# Specify hosts to ignore when diverting traffic.
# HostBlackList: 6.6.6.6

Traffic coming from the machine which your are connecting from will be ignored. However, the traffic will be logged in the terminal which is very noisy.

Humoud avatar May 03 '21 18:05 Humoud