Sponsored Content
Full Discussion: IP address
Top Forums UNIX for Advanced & Expert Users IP address Post 17281 by tarek_gh on Wednesday 13th of March 2002 03:47:23 AM
Old 03-13-2002
The easiest thing is:
uname -a and you will see the name of your machine
then ping namemachine
or grep namemachine /etc/hosts
That's it!
 

9 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

network address and broadcast address?

say I have a IP address which is 10.0.0.12, and subnet mask is 255.255.255.240, what is the network address and what is the broadcast address which host lives on? And could you explain how to get the answer? thanx in advance! (7 Replies)
Discussion started by: pnxi
7 Replies

2. IP Networking

How to Achive IP address through MAC(Ethernet) address

Hi sir, i want to make such programe which takes MAC(Ethernet) address of any host & give me its IP address....... but i'm nt getting that how i can pass the MAC address to Frame........ Please give me an idea for making such program... Thanks & regards Krishna (3 Replies)
Discussion started by: krishnacins
3 Replies

3. Shell Programming and Scripting

ksh - how to list all ip address between 2 ip address

Trying to do a ksh script that needs to list all ip address between ip address a and b .. ie. Ip address A=192.168.1.200 Ip address B=192.168.2.15 So the subnet changes from 1 to 2 but I want to list all possible ip addresses between the 2.. Which would be: 192.168.1.200... (4 Replies)
Discussion started by: frustrated1
4 Replies

4. UNIX for Dummies Questions & Answers

Panic kernal-mode address fault on user address 0x14

:) Firstly Hi all!!, im NEW!! and on here hoping that someone might be able to offer me some help... i have a server that keeps crashing every few days with the error message: PANIC KERNAL-MODE ADDRESS FAULT ON USER ADDRESS 0X14 KERNAL PAGE FAULT FROM (CS:EIP)=(100:EF71B5BD) EAX=EF822000... (10 Replies)
Discussion started by: Twix
10 Replies

5. Solaris

Get ip address from mac address

I have following message in my messages file on solaris 10 WARNING: e1000g3712000:3 has duplicate address 010.022.196.011 (in use by 00:50:56:85:25:ef); disabled Now is there any way i can find which server has 00:50:56:85:25:ef mac address either IP or Hostname ? (6 Replies)
Discussion started by: fugitive
6 Replies

6. UNIX for Dummies Questions & Answers

What would the physical address be for virtual address?

Hi guys, I got one problem which I definetily no idea. What would the physical address be for virtual address? 1) 2ABC 2) 3F4B Here is the page table:see attached Thank you sos sososososso much!! (0 Replies)
Discussion started by: lemon_06
0 Replies

7. IP Networking

Tracing a MAC address to IP address: Solaris

Hi there I lost connectivity to one of our remote systems and when I checked the messages log I found the following: Aug 10 23:42:34 host xntpd: time reset (step) 1.681729 s Aug 16 13:20:51 host ip: WARNING: node "mac address" is using our IP address x.x.x.x on aggr1 Aug 16 13:20:51 host... (9 Replies)
Discussion started by: notreallyhere
9 Replies

8. UNIX for Advanced & Expert Users

C program to detect duplicate ip address if any after assigning ip address to ethernet interface

Hi , Could someone let me know how to detect duplicate ip address after assigning ip address to ethernet interface using c program (3 Replies)
Discussion started by: Gopi Krishna P
3 Replies

9. IP Networking

MAC Address - Four Interfaces with the same MAC Address

four interfaces with ifconfig all interfaces have the same mac. If is not set for unique. but it still works. what difference does it make to have all macs the same or different? (4 Replies)
Discussion started by: rrodgers
4 Replies
ipa-replica-conncheck(1)					 IPA Manual Pages					  ipa-replica-conncheck(1)

NAME
ipa-replica-conncheck - Check a replica-master network connection before installation SYNOPSIS
ipa-replica-conncheck [OPTION]... DESCRIPTION
When an IPA replica is being installed a network connection between a replica machine and a replicated IPA master machine has to be pre- pared for master-replica communication. In case of a flawed connection the installation may fail with inconvenient error messages. A common connection problem is a misconfigured firewall with closed required port on a replica or master machine. The connection is checked by running a set of tests from both master and replica machines. The program is incorporated to ipa-replica-install(1) but can be also run separately. OPTIONS
REPLICA MACHINE OPTIONS This set of options is used when the connection check is run on a prepared IPA replica machine. -m MASTER, --master=MASTER Remote master machine address -a, --auto-master-check Automatically log in to master machine and execute the master machine part of the connection check. The following options for replica part are only evaluated when this option is set -r REALM, --realm=REALM The Kerberos realm name for the IPA server -k KDC, --kdc=KDC KDC server address. Defaults t MASTER -p PRINCIPAL, --principal=PRINCIPAL Authorized Kerberos principal to use to log in to master machine. Defaults to admin -w PASSWORD, --password=PASSWORD Password for given principal. The password will be prompted interactively when this option is missing MASTER MACHINE OPTIONS This set of options is used when the connection check is run on a master machine against a running ipa-replica-conncheck(1) on a replica machine. -R REPLICA, --replica=REPLICA Remote replica machine address COMMON OPTIONS -c, --check-ca Include in a check also a set of dogtag connection requirements. Only needed when the master was installed with Dogtag 9 or lower. -h HOSTNAME, --hostname=HOSTNAME The hostname of this server (FQDN). By default a nodename from uname(2) is used -d, --debug Print debugging information -q, --quiet Output only errors EXAMPLES
ipa-replica-conncheck -m master.example.com Run a replica machine connection check against a remote master master.example.com. If the connection to the remote master machine is successful the program will switch to listening mode and prompt for running the master machine part. The second part check the con- nection from master to replica. ipa-replica-conncheck -R replica.example.com Run a master machine connection check part. This is either run automatically by replica part of the connection check program (when -a option is set) or manually by the user. A running ipa-replica-conncheck(1) in a listening mode must be already running on a replica machine. ipa-replica-conncheck -m master.example.com -a -r EXAMPLE.COM -w password Run a replica-master connection check. In case of a success switch to listening mode, automatically log to master.example.com in a realm EXAMPLE.COM with a password password and run the second part of the connection check. EXIT STATUS
0 if the connection check was successful 1 if an error occurred SEE ALSO
ipa-replica-install(1) IPA
Jun 2 2011 ipa-replica-conncheck(1)
All times are GMT -4. The time now is 03:31 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy