I am attempting to use monero wallet on ubuntu 16.04 by attaching to a daemon on windows 7 in the same LAN, both are running version 0.10.0.0 Wolfram Warptangent, but using the command ./monero-wallet-cli --daemon-address 192.168.0.18:18080 gives the following error: Error: Daemon uses a different RPC version that the wallet: 192.168.0.18:18080. Either update one of them, or use --allow-mismatched-daemon-version. I tried using --allow-mismatched-daemon-version but I still get this error: Error: refresh failed: no connection to daemon. Please make sure daemon is running.. Blocks received: 0
On the daemon I check with the status command and I have Height: 1188586/1188586 (100.0%) on mainnet, not mining, net hash 37.33 MH/s, v3, up to date, 50+18 connections so it is certainly running and accepting incoming connections.