It happens no matter if I have port forwarding / dmz enabled. Seems to be occurring less when they are disabled.
I'm not in Chile, actually in Europe.
It's not always the same IP.
Second NIC is connected to an N66U with it's own ISP. That router exhibits the same problem, which is strange.
I'm using netplan, if that's relevant. Also running Deluge which connects via upnp.
Code:
Nov 18 16:21:50 hal9002 kernel: ll header: 00000000: c0 06 c3 02 95 d6 78 24 af 99 36 60 08 00
Nov 18 16:21:50 hal9002 kernel: IPv4: martian source 192.168.100.51 from 192.168.100.51, on dev eno2
95 D6 is eno2 MAC on the linux box
36 60 is the N66U mac
Here's the netplan config on the linux box:
Code:
# This is the network config written by 'subiquity'
network:
ethernets:
enp0s31f6:
#dhcp4: yes
dhcp4: no
dhcp6: no
addresses: [192.168.1.51/24]
match:
macaddress: 70:8b:cd:4c:7a:1f
set-name: eno1
nameservers:
addresses: [8.8.8.8,8.8.4.4]
routes:
- to: default
via: 192.168.1.1
metric: 1000
enp7s0:
optional: true
dhcp4: no
dhcp6: no
addresses: [192.168.100.51/24]
match:
macaddress: c0:06:c3:02:95:d6
set-name: eno2
nameservers:
addresses: [8.8.8.8,8.8.4.4]
routes:
- to: default
via: 192.168.100.1
metric: 100
version: 2
renderer: networkd