SOLVED How to Utilize Multiple NICs

Status
Not open for further replies.

wah00kid

Dabbler
Joined
Nov 24, 2015
Messages
37
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.

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.
 

chris crude

Patron
Joined
Oct 13, 2016
Messages
210
Can you access your server with the new subnet, not the original IP address you made at setup? Access your folders from new subnet address, not the old.
 
Last edited by a moderator:

wah00kid

Dabbler
Joined
Nov 24, 2015
Messages
37
Yes on my htpc when I disable the nic that leads to my wireless repeater I can access the freenas gui on 10.10.10.2 in the exact way I access it from any other device on my 192.168.x.x network.

In that same state (realtek nic disabled) there are no network shares viable to me.
 

chris crude

Patron
Joined
Oct 13, 2016
Messages
210
Yes on my htpc when I disable the nic that leads to my wireless repeater I can access the freenas gui on 10.10.10.2 in the exact way I access it from any other device on my 192.168.x.x network.

In that same state (realtek nic disabled) there are no network shares viable to me.
I do not know what OS your HTPC is running, but you need to remap your share to the new subnet. Where you probably connect at \\192.168.1.x\FreeNAS share name, set it for new \\10.10.10.x\FreeNAS share name
 
Status
Not open for further replies.
Top