Hoping someone might be able to give me a heads up on getting an S3 running under linux with the following situation (I managed it on the blackarrow X1 without worries but the S3 is being difficult)
My connection is mobile broadband, so I forward packets from ppp0 to eth1 using the following:
ip link set up dev eth1
ip addr add 192.168.123.100/24 dev eth1
sysctl net.ipv4.ip_forward=1
iptables -t nat -A POSTROUTING -o ppp0 -j MASQUERADE
iptables -A FORWARD -i net0 -o ppp0 -j ACCEPT
iptables -A FORWARD -m conntrack --ctstate RELATED,ESTABLISHED -j ACCEPT
I can connect to the S3 (after setting "ifconfig eth1 192.168.1.x" because the default interface is 10.x.x.x) and it's flashing as though it's hashing by my pool shows nothing, and the miner status just shows "This section contains no values yet".
I've searched far and wide - found the suggestion to fill in all parts of the miner configuration section and tried it but to no avail. Tried searching S3 setup under linux among many others but to no avail.
I've ordered a router that will allow me to plug my usb mobile broadband stick into it and share the connection among wired and wireless devices which should solve the problem but in the mean time any suggestions?
Cheers..