Heya folks,
Anyone gone down this brutal path too? lol
-
Cross compiled on my local machine:
GOOS=linux GOARCH=386 CGO_ENABLED=0 go build -o ipatool .
-
Added compiled ipatool to /usr/bin for ease.
-
Make it executable:
chmod +x /usr/bin/ipatool
-
Try to Auth and login:
ipatool auth login --email "murat@cyberfu.co.uk"
-
After entering password, get this error response:
ERR error="failed to get mac address: failed to get network interfaces: route ip+net: netlinkrib: invalid argument" success=false
I have seen the Python port can define a MAC address (ipatoolpy -g 1C5700000000 auth login -e "murat@cyberfu.co.uk”)
Is there any way to define this? Any other tricks that can be done on iSH shell to facilitate?
Heya folks,
Anyone gone down this brutal path too? lol
Cross compiled on my local machine:
GOOS=linux GOARCH=386 CGO_ENABLED=0 go build -o ipatool .
Added compiled ipatool to /usr/bin for ease.
Make it executable:
chmod +x /usr/bin/ipatool
Try to Auth and login:
ipatool auth login --email "murat@cyberfu.co.uk"
After entering password, get this error response:
ERR error="failed to get mac address: failed to get network interfaces: route ip+net: netlinkrib: invalid argument" success=false
I have seen the Python port can define a MAC address (ipatoolpy -g 1C5700000000 auth login -e "murat@cyberfu.co.uk”)
Is there any way to define this? Any other tricks that can be done on iSH shell to facilitate?