Real-Time Measurement and Control

cancel
Showing results for 
Search instead for 
Did you mean: 

Inconsistent IP

Hi,

 

I have cRIO-9014 and it works fine on my computer. However, on my other computer, I faced with inconsistent IP problem. How can fix the problem ?

 

0 Kudos
Message 1 of 6
(3,564 Views)

You likely have a subnet issue.  Are you using fixed IP addresses or DHCP?


GCentral
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
Message 2 of 6
(3,559 Views)

Thank you for your interest.

I am using DHPC.

 

I am confused about difference between DHPC and static IP adress. Which one should I use ?

 

If static, How can I configure IP4 adress, subnet mask and DNS server?

0 Kudos
Message 3 of 6
(3,533 Views)

DHCP depends on a router to assign an IP address.  This avoids address conflicts.  But if you don't have a router, it won't work.  I think there is a default IP address​ in this situation.

 

But every system I have put together was put on a system network only (not connected to anything outside of the test/control setup) and I used a simple network switch.  Switches tend to not have DHCP capability.  So every system I have done use static IP settings.  You can set the IP through MAX.


GCentral
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
0 Kudos
Message 4 of 6
(3,526 Views)

Thanks again.

 

What values should I set for IP configuration ?

 

IPv4 Adress

Subnet mask 

gateway

DNS server

0 Kudos
Message 5 of 6
(3,523 Views)

@BURAK_AYDIN wrote:

What values should I set for IP configuration ?


That completely depends on you.  All that really matters is that you are consistent.  A common approach is

Address: 192.168.0.XXX

Subnet: 255.255.255.0

 

You can leave the gateway and DNS server blank.


GCentral
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
0 Kudos
Message 6 of 6
(3,521 Views)