Install openssh error
Try restarting the phone to reinstall
Set the phone language to English
set the phone to flight mode and download it with WiFi (my solution)
After the above steps, IOS 8.4 jailbreak successfully downloaded openssh
Then install network command in Cydia
Run ifconfig – L and the result is as follows
ifconfig -l lo0 pdp_ip0 pdp_ip1 pdp_ip2 pdp_ip3 ap1 en0 en1 awdl0 wodeshouji:~ root# ifconfig lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> mtu 16384 inet 127.0.0.1 netmask 0xff000000 pdp_ip0: flags=8010<POINTOPOINT,MULTICAST> mtu 1500 pdp_ip1: flags=8010<POINTOPOINT,MULTICAST> mtu 1500 pdp_ip2: flags=8010<POINTOPOINT,MULTICAST> mtu 1500 pdp_ip3: flags=8010<POINTOPOINT,MULTICAST> mtu 1500 ap1: flags=8802<BROADCAST,SIMPLEX,MULTICAST> mtu 1500 ether aa:88:08:47:f0:e7 en0: flags=8863<UP,BROADCAST,SMART,RUNNING,SIMPLEX,MULTICAST> mtu 1500 inet 192.100.200.106 netmask 0xffffff00 broadcast 192.100.200.255 ether a8:88:08:47:f0:e7 en1: flags=8822<BROADCAST,SMART,SIMPLEX,MULTICAST> mtu 1500 ether aa:88:08:47:f1:7f awdl0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1452 ether 66:1a:ae:c0:52:0b
En0 is the local network card, packet capture command
tcpdump -X -s0 -i en0 -w /tmp/dump.pcap
Then download dump.pcap and put it into Wireshark for analysis
Similar Posts:
- CentOS7 Failed to start LSB: Bring up/down [How to Solve]
- Bringing up interface eth0: Error: No suitable device found: no device found for connection ‘System eth0’. [FAILED]
- Job for network.service failed because the control process exited with error code [How to Solve]
- [Solved] SCP transmission prompt bash: SCP: command not found
- [Solved] Nginx can’t listen to the problem of virtual VIP: 99: cannot assign requested address
- How to Solve Linux Error: ifconfig command not found
- Ubuntu: How to Solve RTNETLINK answers: File exists (Two Methods)
- Permissions required by Vibrator.vibrate: android.permission.VIBRATE
- The network of vagrant manual – public network
- Ifconfig command not found for Linux Installation Errors [How to Solve]