As we don’t have a LCD monitor for connecting our pi board , so we decided to setup ssh , RDP.
As there are chances of ip changes so we have assigned a static ip for pi.
Static ip creation Steps :
- Open terminal and type sudo nano etc/network/interface
- change dhcp to static and enter following:
address:inet
netmask:mask
network:destination address
broadcast:bcast address
SSH :
- Use of putty in windows
- use of remmina in Linux
RDP :
- Use of Remote Desktop connection in windows
- Use remmina in Linux
No comments:
Post a Comment