Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
8 years ago

How can i find the IP address of DE 10 nano kit fpga board

How can i find the IP address of DE 10 nano kit fpga board?

I am using LINUX OS. please help me out.

Thanks.

2 Replies

  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    Hi Sasi,

    1.You can check the IP address of the board using command ifconfig .

    2.For the host computer to connect to the board, the host computer’s network address must be on the same subnet that is

    Example:If Board is set up to use either of two network addresses via Ethernet: 192.168.0.123 and 192.168.1.123 the host computer’s network address must be of the form

    192.168.0.xxx or 192.168.1.xxx.

    3.Otherwise, you need to change either the IP address of your host computer, or the IP address of the board

    • Changing the IP address of the Board

    • For example, if your host computer’s IP address were 169.254.245.156, then you would use the command ifconfig eth0 169.254.245.xxx, where xxx is a number of your choosing

    Best Regards,

    Anand Raj Shankar

    (This message was posted on behalf of Intel Corporation)

  • GouthamK's avatar
    GouthamK
    Icon for New Contributor rankNew Contributor

    Shall I have to connect the board to the Laptop via Putty and VNC viewer to do this.