Questions tagged [duplicate-ip]

6 questions
1
vote
2 answers

iPads cause arp-scan duplicate reports, why?

I have a situation like this: Isolated Gigabit Ethernet LAN with a handful of Linux boxes and Macs on it Airport Extreme wireless access point is also connected to the LAN Two iPads talking to the system via the Airport Extreme and Wifi The iPads…
Jeremy Friesner
  • 1,323
  • 1
  • 14
  • 25
0
votes
0 answers

Behavior of ARP when using VPN bridge

I'm experiencing trouble connecting infrastructure using VPN. i don't have lots of rights with the VM i'm using so it's hard to give you précision, so this topic should be theoretical. There is 3 interface : br-xxxxxxxxxxxx : used by Docker as a…
0
votes
2 answers

Dual interface PC with one IP address

I would like to set up a machine with 2 network interfaces in the following setup: LAN1 <---> PC <---> LAN2 The tricky part is that the PC should be accessible from both LAN1 and LAN2 with the same IP address, and LAN1 and LAN2 should not be…
Sander
  • 101
  • 4
0
votes
1 answer

Dual interface/network with duplicate IP (local and extern)

So, i have two virtual network, a machine with two interfaces, each on a different virtual network (but with the same logical network 192.168.0.0/24 both). eth1 : 192.168.0.10 eth2 : 192.168.0.20 I have to do a thing which look like "man in the…
GauWin
  • 1
0
votes
2 answers

switch duplicates packets and forward in two route

there is a network including a router, two hosts and a switch which connects hosts to router. i have a virtual machine on my system. the network adapter is set to act as bridge. so the virtual machine and real OS are my 2 hosts on different LAN.…
sami
  • 1
-1
votes
2 answers

clone ip and mac addr on wlan

what will happen if i clone another pc on a wlan network? consider the following scenario. PC1(victim) mac1 ip1 PC2(attacker) mac2 ip2. I set mac2 = mac1 and ip2 = ip1 i ran the following script on PC2 #!/bin/bash ifconfig wlan0 down macchanger…
george
  • 9
  • 2