python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
How to capture martian packets without letting the linux kernel to drop them and then catching them using raw sockets
I'm trying to setup a network to simulate an Edge computing scenario with LTE. But the question here is more pertaining to IP tables and raw sockets on the server.
I have the following setup:
PC-A is ...
spandan
Votes: 0
Answers: 1
curl request to cluster node port hangs on initializing NSS with certpath
I am attempting to make a local request to the kubernetes cluster that is hosted on my server, the cluster's NodePort is listening at the following address 172.20.120.1:30280. External client in produ...
tiger_groove
Votes: 0
Answers: 0
Yocto: Data file clashes build error while enabling libvirt
While enabling libvirt in yocto, I am seeing below data file clash issue while building yocto image,
Below are the packages I am trying to append install to my yocto image
IMAGE_INSTALL_append = "...
Deekshith Reddy
Votes: 0
Answers: 1
What's the right way to allow systemd-timesyncd through iptables firewall?
First, I set up my firewall like this to allow everything:
sudo iptables -P INPUT ACCEPT
sudo iptables -P OUTPUT ACCEPT
sudo iptables -P FORWARD ACCEPT
sudo iptables --flush
Then, I check if NTP is w...
nullromo
Votes: 0
Answers: 1