Ddns


 
Thread Tools Search this Thread
Operating Systems Linux Ddns
# 1  
Old 12-10-2004
Ddns

Help!

I've got RH7 running DDNS. It works between my machines NS1(DDNS server) and NS2(my back up DDNS server in windows) but when i add a client to the mix i can't type the clients name such as

ping linux137

Instead i've gotta type the fully qualified domain name.(or ip)

Ping linux137.mydomain.com

However if i want to ping to ns1 from linux137 then all i have to do it type

ping ns1

I dont' get it and i'm really new to ddns and dns period.

Anybody got any ideas? Cause i can't think of anything new and no books or man pages seem to do it.
Login or Register to Ask a Question

Previous Thread | Next Thread

2 More Discussions You Might Find Interesting

1. IP Networking

Ddns

Hi all, I was wondering ( yes it is a noob question :) ), i buy a domain (from domain.com) but i have dynamic public ip address and i was wondering if there is a way to automatically update my dynamic public ip address to my domain with BIND. For example now i have some ip 22.22.22.22... (4 Replies)
Discussion started by: IvanAK
4 Replies

2. IP Networking

ddns-rev-domainname being created wrong.

Greetings all, I have been battling with this problem for some time now, and I am not sure if I am just not seeing the obvious anymore or have made a stupid mistake, but I just can seem to get the reverse address in my network to run the right way. Short description of my network: I have a... (3 Replies)
Discussion started by: Adesso
3 Replies
Login or Register to Ask a Question
RPING(1)							     librdmacm								  RPING(1)

NAME
rping - RDMA CM connection and RDMA ping-pong test. SYNOPSIS
rping -s [-v] [-V] [-d] [-P] [-a address] [-p port] [-C message_count] [-S message_size] rping -c [-v] [-V] [-d] -a address [-p port] [-C message_count] [-S message_size] DESCRIPTION
Establishes a reliable RDMA connection between two nodes using the librdmacm, optionally performs RDMA transfers between the nodes, then disconnects. OPTIONS
-s Run as the server. -c Run as the client. -a address On the server, specifies the network address to bind the connection to. On the client, specifies the server address to connect to. -p Port number for listening server. -v Display ping data. -V Validate ping data. -d Display debug information. -C message_count The number of messages to transfer over each connection. (default infinite) -S message_size The size of each message transferred, in bytes. (default 100) -P Run the server in persistent mode. This allows multiple rping clients to connect to a single server instance. The server will run until killed. NOTES
Because this test maps RDMA resources to userspace, users must ensure that they have available system resources and permissions. See the libibverbs README file for additional details. SEE ALSO
rdma_cm(7), ucmatose(1), udaddy(1), mckey(1) librdmacm 2007-05-15 RPING(1)