You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi. I have a vps with ubuntu 22. I installed knockd using apt and can't get it working
I started it with debug and copied filter string. Then I started tcpdump with that string and got knocking packets.
knockd just prints listening on eth0 and nothing happens.
I downloaded sources from git added some debug prints and compiled them. Sniff triggered on incoming packets but exits at line 1639:
Hi. I have a vps with ubuntu 22. I installed knockd using apt and can't get it working
I started it with debug and copied filter string. Then I started tcpdump with that string and got knocking packets.
knockd just prints listening on eth0 and nothing happens.
I downloaded sources from git added some debug prints and compiled them. Sniff triggered on incoming packets but exits at line 1639:
I added debug print and got ntohs(eth->ether_type) == ETHERTYPE_VLAN (0x8100)
There is no any vlan config in linux so I just can't disable it
Is there any way to get it working ?
The text was updated successfully, but these errors were encountered: