On one of my machines 13.2-RELEASE-p1 GENERIC amd64 for the last 24 hours I keep seeing in the log files that tcpwrappers are rejecting a tcp connection every 1 minute ( inetd[86115]: twist 206.168.34.170 to /bin/echo "You are not welcome to use tftpd from 206.168.34.170)
I have tftpd for my local network and I have ipfw to protect it also, but this is the only host that is not blocked.
My interface list:
# ifconfig -l
re0 re1 lo0 lo1 vboxnet0 tun0 wg0 tun1
I have tried
1) tcpdump -n -i re0 host 206.168.34.170
no packet . I tried every other interface re1 and also VPN interfaces, nothing happened, even though every 1 minite I see the "You are not welcome..."
2) tcpdump -n -i re0 port tftp
no packet . I tried every other interface re1 and also VPN interfaces, nothing happened, even though every 1 minute I see the "You are not welcome..."
3) ipfw add 1 deny log logamount 100 all from 206.168.34.170 to an
nothing logged on this rule, even though every 1 minute I see the "You are not welcome..."
4) I even added this rule after the divert (nat) rule. Nothing.....
5) I run tcpdump -i re0 port tftp
and can see the tftp traffic from other local lan hosts.
08:34:14.836001 IP XXXX.12369 > XXXX.tftp: 35 RRQ "/pxelinux" octet tsize 0 rollover 0
6) netstat -an | grep 206.168 is empty
(its a udp staleless so its normal).
This happens on a heavily used machine with a lof of traffic.
I was considering perhaps somehow this packes arrives from wireguard or openvpn interface encrypted and cannot be captured..
I cannot find out from what interface this packets arrive.
No other machine in the same lan reports such packet.
Any suggestions?
I am puzzled.
I have tftpd for my local network and I have ipfw to protect it also, but this is the only host that is not blocked.
My interface list:
# ifconfig -l
re0 re1 lo0 lo1 vboxnet0 tun0 wg0 tun1
I have tried
1) tcpdump -n -i re0 host 206.168.34.170
no packet . I tried every other interface re1 and also VPN interfaces, nothing happened, even though every 1 minite I see the "You are not welcome..."
2) tcpdump -n -i re0 port tftp
no packet . I tried every other interface re1 and also VPN interfaces, nothing happened, even though every 1 minute I see the "You are not welcome..."
3) ipfw add 1 deny log logamount 100 all from 206.168.34.170 to an
nothing logged on this rule, even though every 1 minute I see the "You are not welcome..."
4) I even added this rule after the divert (nat) rule. Nothing.....
5) I run tcpdump -i re0 port tftp
and can see the tftp traffic from other local lan hosts.
08:34:14.836001 IP XXXX.12369 > XXXX.tftp: 35 RRQ "/pxelinux" octet tsize 0 rollover 0
6) netstat -an | grep 206.168 is empty
(its a udp staleless so its normal).
This happens on a heavily used machine with a lof of traffic.
I was considering perhaps somehow this packes arrives from wireguard or openvpn interface encrypted and cannot be captured..
I cannot find out from what interface this packets arrive.
No other machine in the same lan reports such packet.
Any suggestions?
I am puzzled.