Monday 23 January 2017

Router IP Address from the Command

 Router IP Address from the Command (Linux)


 Step 1: Open The terminal (Ctrl+Alt+t)
 Stape2: typenetstat -rn



MACp@ubuntu:~$ netstat -rn
Kernel IP routing table
Destination     Gateway         Genmask         Flags   MSS Window  irtt Iface
0.0.0.0           10.1.52.9       0.0.0.0                UG      0 0          0     eth4
10.1.52.0        0.0.0.0         255.255.255.0     U         0 0          0     eth4
169.254.0.0    0.0.0.0         255.255.0.0         U         0 0          0     eth4

MACp@ubuntu:~$ 


netstat -rn Command  :


 netstat  - Print network connections, routing tables, interface statis‐
       tics, masquerade connections, and multicast memberships

- MAC+tech

1 comment:

  1. It will be in addition a tremendous write-up i usually without a doubt liked inspecting. It's not actually inevitably day-to-day i usually build up the possibility to see all sorts of things. Branded Logo

    ReplyDelete

Thank You!!!

create and activate a Python virtual environment on macOS and Windows

create and activate a Python virtual environment on macOS and Windows: Prerequisites: Python 3: Ensure you have Python 3 installed. You ca...