When testing the gateway functionality on Windows, a ping to an external host in IRIX results in the following error:
thread 'seeq-nat' (38480) panicked at src\net.rs:575:18: ICMP socket: Os { code: 10043, kind: Uncategorized, message: "The requested protocol has not been configured into the system, or no implementation for it exists." } note: run with RUST_BACKTRACE=1 environment variable to display a backtrace
Attempts to mount a NFS share fail in the environment but do not show any error. I have added a static route to 192.168.0.1 and the 6.2 environment is set up with a fixed IP of 192.168.0.2/24.
When testing the gateway functionality on Windows, a ping to an external host in IRIX results in the following error:
thread 'seeq-nat' (38480) panicked at src\net.rs:575:18: ICMP socket: Os { code: 10043, kind: Uncategorized, message: "The requested protocol has not been configured into the system, or no implementation for it exists." } note: run withRUST_BACKTRACE=1environment variable to display a backtraceAttempts to mount a NFS share fail in the environment but do not show any error. I have added a static route to 192.168.0.1 and the 6.2 environment is set up with a fixed IP of 192.168.0.2/24.