Tagged: networking

About linux : How-to-add-ARP-functionality-to-snull-devices

Question Detail In the book “Linux Device Drivers, 3rd Edition by Jonathan Corbet, Alessandro Rubini” is mentioned: “As was mentioned previously, snull works only with IP packets. This limitation is a result of the...

About linux : How-to-rotate-IP-per-connection-with-IPv6

Question Detail I have allocated /64 subnet from my provider and trying to change my IP per each connection. I already tried: ip6tables -t nat -A POSTROUTING -j SNAT –to-source 2416:b051:9e2c:3fa9::2-2416:b051:9e2c:3fa9::10 While this command...

About c++ : Ping-a-network-device-driver-from-another-PC

Question Detail I need to connect two PC with Network Device Driver. The snull driver (http://lwn.net/Kernel/LDD3/) work only into one PC. Could you help me? I have studied the cap.17 of the book “Linux...

About linux : Disable-DHCP-for-LXC-guests

Question Detail What do you think, how can I disable LXC DHCP for guests(or a specific one). I want to set static IP for guests but not inside a guests(/etc/network/interfaces), in the old version...

About linux : Raspberry-pi-two-network-adapters-closed

Question Detail Closed. This question is not about programming or software development. It is not currently accepting answers. This question does not appear to be about a specific programming problem, a software algorithm, or...

About linux : UDP-echo-on-specific-interface

Question Detail I have a virtual interface called TAP1. Packets come in on TAP1 from a thing I’m testing. I would like to set something up to take any UDP packet that comes into...