Proxy Server IP

Command to find the IP of an Proxy Server in UNIX

Questions by kc_ravikiran

Showing Answers 1 - 18 of 18 Answers

To find out IP address of Linux/UNIX/BSD/Unixish system you need to use command called ifconfig.
It is used to configure the kernel-resident network interfaces. It is used at boot time to set up interfaces as necessary. After that, it is usually only needed when debugging or when system tuning is needed.

If no arguments are given to ifconfig command it displays the status of the current active interfaces. It displays Ethernet IP address, Mac address, subnet mask and other information. Type /sbin/ipconfig command to display IP address:

$ /sbin/ifconfig

or
$ /sbin/ifconfig -a (under Solaris and other Unixish oses)

  Was this answer useful?  Yes

Ajay

  • Oct 3rd, 2011
 

route -n

  Was this answer useful?  Yes

Srikanth Surendra Pattar

  • Oct 28th, 2011
 

ifconfig

  Was this answer useful?  Yes

Guest

  • Mar 9th, 2012
 

echo $http_proxy

  Was this answer useful?  Yes

Somnath

  • Apr 1st, 2015
 

hostname -i

  Was this answer useful?  Yes

Abhinav

  • Sep 22nd, 2015
 

route -n or ifconfig

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions