Linux Tutorials on the topic “networking”
-
Cisco 350 Series And Kismet
Author: un1x • Tags: linux, networking • Comments: 0Cisco 350 Series And Kismet This tutorial is describing how to configure a Cisco Aironet wireless card and how to set up kismet in order to run with it.
-
How do I find out which gateway a Linux system is currently using?
Author: admin • Tags: networking • Comments: 6
Run route -nee The output will look like this: Kernel IP routing table Destination Gateway Genmask Flags Metric Ref Use Iface MSS Window irtt 192.168.0.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0 0 0 0 0.0.0.0 192.168.0.1 0.0.0.0 UG 0 0 0 eth0 0 0 0 0.0.0.0 192.168.0.1 0.0.0.0 UG 0 0 0 eth0 0 0 0 This means that the system with the IP address 192.168.0.100 is using 192.168.0.1 as gateway.
-
How to Setup Port-Forwarding on OPNSense
Author: Muhammad Arul • Tags: networking, security • Comments: 0
This guide will show you how to set up NAT Port Forwarding on the OPNSense Firewall Router. We will allow public internet to access the server inside the private LAN. Allow SSH and HTTP connections from the public internet to the server on the private LAN.
-