rv1126 set static ip

Development board distribution network------------------------------------------------- --------------------------------------------------

Most of the network configurations in the development board you just got are unavailable and cannot be pinged at this time. At this time, you need to modify the relevant configuration files again;

Vi  /etc/profile

Added at the end

ifconfig eth0 10.12.13.66 netmask 255.255.255.0

route add default gw 10.12.13.1

Here you need to modify it according to the actual situation. First check the ip addresses of other devices in the current network segment, such as computer win+R ipconfig.

Modify according to the actual situation , xxx can be defined by yourself;

After completing the above operation, you can check the IP and you can see that the IP address has changed.

Next, ping the PC. The PC needs to turn off the firewall, otherwise it will fail.

ping 192.168.101.85

Create a new telnet and test whether the link is successful.

 

rtsp pull stream

Guess you like

Origin blog.csdn.net/warren103098/article/details/132225087