Forum Discussion
2 Replies
- Altera_Forum
Honored 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
- GouthamK
New Contributor
Shall I have to connect the board to the Laptop via Putty and VNC viewer to do this.