IP address of PC

how can I find out the IP address of my PC ??

On Linux machine, use ‘ifconfig’ on the terminal. On Windows try ‘ipconfig /all’ in cmd.

FOR WINDOWS:-

  1. Go to command prompt
  2. TYPE ‘ipconfig’
  3. YOU WILL BE ABLE TO SEE YOUR IP ADDRESS UNDER IPv4 address. IT MIGHT LOOK LIKE 192.168.1.4
    FOR LINUX:-
    1.Go to terminal
    2.Type ‘ifconfig’
1 Like

On ubuntu follow the below steps to see the ip address of machine:

  1. open the terminal
  2. write ‘ifconfig’ command and enter
  3. you will see inet which is your ip address

Another way you can open terminal and type hostname -I which will give your ip address

1 Like

You can also find this in Control panel > Network > Adapter > properties.