Tag: connection

Show Active Network Connections

Show all active network connections and their PID netstat -tup

Sharing an Internet Connection from A Linux System using IPTables

To setup internet connection sharing in Linux system using IPTables Enable IP forwarding Run as root sysctl -w net.ipv4.ip_forward=1 To…