Sponsored Content
Special Forums IP Networking Connected to IANA anyway, why? Post 302979869 by 1in10 on Saturday 20th of August 2016 01:06:56 PM
Old 08-20-2016
SOLVED !!! Connected to IANA anyway, why?

May someone can answer this. Anytime I ignite my laptop to go online I see via etherape that I am connected to IANA as shown below. Is my provider redirecting me there, the cable under the sea, what is the reason for this?
This happened with a pretty normal desktop PC, as well with my ancient provider and no changes made to the dhcp or trying to superseede or append something in resolv.conf in Linux or now in BSD by changing the DNS.

Code:
NetRange	224.0.0.0 - 239.255.255.255
CIDR	224.0.0.0/4
NetName	MCAST-NET
NetHandle	NET-224-0-0-0-1
Parent	()
NetType	IANA Special Use
OriginAS	
Organization	Internet Assigned Numbers Authority (IANA)
RegDate	1991-05-22
Updated	2013-08-30
	
Ref	https://whois.arin.net/rest/net/NET-224-0-0-0-1
	
OrgName	Internet Assigned Numbers Authority
OrgId	IANA
Address	12025 Waterfront Drive
Address	Suite 300
City	Los Angeles
StateProv	CA
PostalCode	90292
Country	US
RegDate	
Updated	2012-08-31
Ref	https://whois.arin.net/rest/org/IANA


Last edited by 1in10; 08-21-2016 at 02:04 PM.. Reason: solved
 

9 More Discussions You Might Find Interesting

1. AIX

How can I get Information about who is connected???

Hello, I'm new here and I come from Germany. At our AIX-ORACLE-System someone has deleted one important file and we'd like to find out who did this, next time. Is there any command to find out who is connected? I'm not trying to find out if it's root, etc., I'd like to get the DNS-Name or... (3 Replies)
Discussion started by: Huch
3 Replies

2. Programming

Connected or not connected !

Hello ! I've got a question . I really don't het this point. Let's supose that I have a client connected to a server. I want the server IMEDIATLY know if the client is diconnected . How can I realize this ? :mad: Amd I'm just curios about one thing. I have a server and multiple clients... (3 Replies)
Discussion started by: !_30
3 Replies

3. IP Networking

how can i check whether i am connected to thenetwork

On a Unix system terminal without GUI (graphical user interface) how can i check whether i am connected to a network. (1 Reply)
Discussion started by: ud4u
1 Replies

4. UNIX for Advanced & Expert Users

linux connected to as400

we have a as400 5rev4 and want to use a rhel server to use as a file server. We exported a drive on the rhel box and then mounted it on the as400. We can see the top directory in our mounted as400 directory but when we attempt access subdirectories we get a no matching object error. When we open... (2 Replies)
Discussion started by: javagair
2 Replies

5. AIX

How do I know to which storage I am connected

Hello everyone. We have a environment where we have DS8K storage and ES800 storage, the way to check to which storage the box is connected is using the LUN ID I get frm " pcmpath query device " command. for ex: 75CXX - DS8K storage 26860 - ES 800 Storage I was told to check... (4 Replies)
Discussion started by: nivaspIND
4 Replies

6. IP Networking

Am I Connected?

Be Gentle folks, I am a baby OpenSuSe 11.2 user :-) In windows Vista, there is a world in the systray when you are Internet connected and not just local. I have searched all over for a .RPM for the Network Manager or another packeg in Suse that can show me the same thing or something close. ... (0 Replies)
Discussion started by: donmaxwelliii
0 Replies

7. UNIX for Dummies Questions & Answers

Ftp showing connected only

hi, good morning. Anyone can help me out. A trying to ftp from server A to server B. from server A to B its working fine but from server B to A, its only showing connected only: finap7 #ftp 10.10.10.210 Connected to 10.10.10.210. I refresh the inetd but nothing is happening. Please... (1 Reply)
Discussion started by: kamaldev
1 Replies

8. UNIX for Advanced & Expert Users

Connected time on UNIX

Hello, A question please. Could anyone tell me how to know the connected time for a user on unix ? I'd need to know this information for several days. Is there a command to get it ? Thanks in advance (9 Replies)
Discussion started by: nurinolo
9 Replies

9. OS X (Apple)

How to see connected macs through terminal?

Been a while since I've been here; I have my iMac and MBpro connected via firewire, and they can see each other when I open the finder windows. But I'd like to be able to 'see' each computer on the other via the terminal application; and I can't see them right now. I can transfer files via the... (0 Replies)
Discussion started by: Straitsfan
0 Replies
G_PROVIDER_BY_NAME(9)					   BSD Kernel Developer's Manual				     G_PROVIDER_BY_NAME(9)

NAME
g_provider_by_name -- find GEOM provider with given name SYNOPSIS
#include <geom/geom.h> struct g_provider * g_provider_by_name(const char *name); DESCRIPTION
The g_provider_by_name() function searches for a provider called name and returns the structure g_provider bound to it. Argument name should be a name, not a full path (i.e., ``da0'', instead of ``/dev/da0''). RESTRICTIONS
/CONDITIONS The topology lock has to be held. RETURN VALUES
The g_provider_by_name() function returns a pointer to the provider called name or NULL if there is no such provider. SEE ALSO
geom(4), DECLARE_GEOM_CLASS(9), g_access(9), g_attach(9), g_bio(9), g_consumer(9), g_data(9), g_event(9), g_geom(9), g_provider(9), g_wither_geom(9) AUTHORS
This manual page was written by Pawel Jakub Dawidek <pjd@FreeBSD.org>. BSD
January 16, 2004 BSD
All times are GMT -4. The time now is 07:58 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy