answersLogoWhite

0


Best Answer

Use the 'ifconfig' command on your adaptor, or just 'ifconfig -a'

User Avatar

Wiki User

13y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Find gateway address subnet mask Linux?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How do I find my gateway address and subnet mask on my Mac Book?

Google it.


How is find the gatway in subnetmask?

You can't find the gateway or any other address in a subnet mask; the subnet mask is used to separate the parts of an address - the network id part and the host id part. Look at other settings for the gateway, such as ipconfig or ifconfig


How do you find subnet mask?

Get Subnet Mask, IP Address, Gateway etc.For windows users go to START button in bottom left corner then to RUN then type COMMAND in the box - the mini DOS prompt will open in a separate window. Then type ipconfig/all and all the information you desire will be listed - ip address, default gateway, subnet mask etc.......


How do you find default gateway and subnet mask?

On Windows systems:Click Start > Run. Then type: cmdThe 'DOS' box will open, type: ipconfig /all(Note: there is a SPACE after the word ipconfig) The information displayed will be similar to the below if you have a single address;C:\Documents and Settings\xxxx>ipconfig /allWindows IP ConfigurationHost Name . . . . . . . . . . . . : machinePrimary Dns Suffix . . . . . . . :Node Type . . . . . . . . . . . . : UnknownIP Routing Enabled. . . . . . . . : NoWINS Proxy Enabled. . . . . . . . : NoDNS Suffix Search List. . . . . . : hsd1.ma.comcast.net.Ethernet adapter Local Area Connection:Connection-specific DNS Suffix . : hsd1.ma.comcast.net.Description . . . . . . . . . . . : 3Com EtherLink XL 10/100 PCI TX NIC (3C905B-TX)Physical Address . . . . . . : 00-10-5A-13-53-F7Dhcp Enabled. . . . . . . . . :YesAutoconfiguration Enabled. . . :YesIP Address. . . . . . . . . . . . : 65.12.23.123Subnet Mask. . . . . . . . . . . : 255.255.248.0Default Gateway. . . . . . . . : 66.31.48.1DHCP Server. . . . . . . . . . : 68.87.71.8DNS Servers . . . . . . . . . . . : 68.87.71.22668.87.73.24268.87.64.146Lease Obtained: Friday, April 17, 2009 12:34:21 PMLease Expires: Tuesday, April 21, 2009 12:34:21 PMNote: Type the word: exit > then hit the Enterkey to close the DOS session.On Mac or Linux/Unix systems:Launch the Terminal located in /Applications/Utilities/Type the following command:ifconfigYou will see most of the same info as the Windows example above. Your IP, subnet mask and gateway will all be clearly marked.


What is your gateway address?

The gateway address is your router's inside local address. To find what your gateway and IP are you can open a Command Prompt (CMD) window and type "ipconfig/all" without quotes. Make sure you run the Command Prompt as an administrator when you open it.


What is my subnet mask and my gatway?

To find your subnet mask and gateway you will need to open a command prompt as administrator. In the command prompt type "ipconfig/all" without the quotes. It will then display all of your network information alone with those IPs.


How do you find the subnet mask when i have the IP and the Gateway?

Question is too vague, do you mean, How do you find a subnet on a windows machine? How do you find a subnet on a Linux machine? How do you find a subnet owned by the service provider??


How do you find out an ip address for Xbox live?

simply go onto your computer, open up command prompt and then enter ipconfig once you habe done that you will see a list involving your ip address, subnet mask and gateway id. all the things you need to fill in. happy gaming :D


How do you find the Mac address on a computer?

On Windows you can enter the command inetconfig /all On Linux it's ifconfig -a Or if it's another machine on the same subnet as your computer (that piece is important) then you can ping it and then run arp -a. That will show you resolved MAC addresses in cache.


How do you find out your subnet mask and gateway for a Windows ME computer?

First go to start, programs, accessories, MS-DOS Prompt. In the window type 'ipconfig /all' without parentheses, then press enter.First you determine the class of your networkthen, use the appopriate subnet mask for that network,a. Class A 255.0.0.0 b. Class B 255.255.0.0 c. Class C 255.255.255.0Get IP address of the hostExample: 197.15.22.0.Using the ANDing process, get the subnet mask.


If you used ip address an automatically how can you find your ip address?

Assuming you're using Windows XP, you would go to your Start Menu, and select Run. In the corresponding box, type 'cmd' without the quotation marks, and hit enter. In the new window that opens, type 'ipconfig' again without the quotation marks, and hit enter. There, you will find your IP address, subnet mask, and default gateway addresses.


How do you find Mac address in LINUX?

The command ifconfig will tell you the MAC address of whatever interfaces are active.