fricker_greg
Explorer
- Joined
- Jun 4, 2016
- Messages
- 71
Hey all, I have had the following system set up originally on 9.2 -> 9.3 -> 9.10 -> 11.1 where I set up a bridging init script to be run at start up that I use to connect directly to my FreeNAS to access the files over 10Gbe:
X9SRH-7TF (with 2 10GBe NICs)
64 GB ECC Ram
E5-1620 V2
6 x 4TB WD red in raidz2
This was the script I set to do at start up in init:
One ethernet port was plugged into my network switch and one goes back to my main rig. This was set up during the 9.2 days and has been working great for me during 9.3 and 9.10. I was able to both access my storage on FreeNAS at 10GBe speeds and access the internet. However, when upgrading to 11.1, I found that I am only able to access the internet but I am not able to mount any of my shares from the ethernet as I used to be able to. I can also not log into the freenas box while using the ethernet only, but I have no problems accessing the internet or other devices on my network.
I think that the bridge is just tunneling data over to the other port without letting me access the server in the interim. Did something change from FreeBSD 10 to 11 that could explain this change in behavior? I think not as 9.10 was based on FreeBSD 10. Is there something I should change about this script?
I apologize for the limit use case of this post and the fact that this is a gerry-rigged scenario, but it has been rock solid for me for the last year or so. Thank you for your response.
X9SRH-7TF (with 2 10GBe NICs)
64 GB ECC Ram
E5-1620 V2
6 x 4TB WD red in raidz2
This was the script I set to do at start up in init:
Code:
ifconfig ix0 up; ifconfig bridge3 create; ifconfig bridge3 addm ix1 addm ix0 up
One ethernet port was plugged into my network switch and one goes back to my main rig. This was set up during the 9.2 days and has been working great for me during 9.3 and 9.10. I was able to both access my storage on FreeNAS at 10GBe speeds and access the internet. However, when upgrading to 11.1, I found that I am only able to access the internet but I am not able to mount any of my shares from the ethernet as I used to be able to. I can also not log into the freenas box while using the ethernet only, but I have no problems accessing the internet or other devices on my network.
I think that the bridge is just tunneling data over to the other port without letting me access the server in the interim. Did something change from FreeBSD 10 to 11 that could explain this change in behavior? I think not as 9.10 was based on FreeBSD 10. Is there something I should change about this script?
I apologize for the limit use case of this post and the fact that this is a gerry-rigged scenario, but it has been rock solid for me for the last year or so. Thank you for your response.