Quick Premier on migration to Curl for a socket programmer
libcurl is quite powerful and allows many widely used protocols. In this post I discuss how a simple socket programmer could find his way using libcurl.
libcurl is quite powerful and allows many widely used protocols. In this post I discuss how a simple socket programmer could find his way using libcurl.
smilint, mib2c with mib2c.scalar.conf were used to create simple agentx agent to work with net-snmp.
By using a TCP Socket one can allow a non-root AgentX application/agent to connect to Net-SNMP masteragent. But this should be used for development purpose only...
If both end-points of a socket are on local system, network traffic will be seen on loopback interface even if applications are using non-loopback interface (e....
Split tunnel allows user to access local network resources and divert Internet traffic away from tunnel while still remain connected to company vpn. Specific ne...
/etc/udev/rules.d/70-persistent-net.rules defines the name for network interfaces.
Using snmpwalk on interface table (1.3.6.1.2.1.4.20.1.1 and 1.3.6.1.2.1.4.20.1.3) one can retrieve network information of a system centrally.
Using pear Net_IPv4 one can find if a given IP address is in provided Network range or on the subnet.
Using NetAddr::IP one can find if a given IP address is in provided Network range or on the subnet.