Running 11.1 on a Supermicro X9scm-F board with 2 nics
Server:
One nic heads into my router and that is access to internet
Other nic heads directly to my htpc which also has 2 nics
HTPC:
One motherboard Realtek nic heads to wireless repeater
one pci intel nic heads to the Server
I believe I have set up the subnets correctly and I can ping between the machines.
What I would really like to do is to have my network shares accessible on this 10.10.10.* subnet in order to go straight between the two machines without using the wifi which is my bottle neck on transfers.
I suppose I would also like my Plex Jail to run through that as well.
Any help would be greatly appreciated.
Server:
One nic heads into my router and that is access to internet
Other nic heads directly to my htpc which also has 2 nics
HTPC:
One motherboard Realtek nic heads to wireless repeater
one pci intel nic heads to the Server
I believe I have set up the subnets correctly and I can ping between the machines.
Code:
root@freenas:~ # ping 10.10.10.1 PING 10.10.10.1 (10.10.10.1): 56 data bytes 64 bytes from 10.10.10.1: icmp_seq=0 ttl=128 time=0.410 ms 64 bytes from 10.10.10.1: icmp_seq=1 ttl=128 time=0.448 ms 64 bytes from 10.10.10.1: icmp_seq=2 ttl=128 time=0.458 ms 64 bytes from 10.10.10.1: icmp_seq=3 ttl=128 time=0.462 ms ^C --- 10.10.10.1 ping statistics --- 4 packets transmitted, 4 packets received, 0.0% packet loss round-trip min/avg/max/stddev = 0.410/0.445/0.462/0.021 ms
Code:
C:\Users\****>ping 10.10.10.2 Pinging 10.10.10.2 with 32 bytes of data: Reply from 10.10.10.2: bytes=32 time<1ms TTL=64 Reply from 10.10.10.2: bytes=32 time<1ms TTL=64 Reply from 10.10.10.2: bytes=32 time<1ms TTL=64 Reply from 10.10.10.2: bytes=32 time<1ms TTL=64 Ping statistics for 10.10.10.2: Packets: Sent = 4, Received = 4, Lost = 0 (0% loss), Approximate round trip times in milli-seconds: Minimum = 0ms, Maximum = 0ms, Average = 0ms
What I would really like to do is to have my network shares accessible on this 10.10.10.* subnet in order to go straight between the two machines without using the wifi which is my bottle neck on transfers.
I suppose I would also like my Plex Jail to run through that as well.
Any help would be greatly appreciated.