The 10ge is a twinax between a windows machine and a linux box. I setup the linux box to do smb share.
On windows I can access the share via \\<$1g_ip_addr
but when I do \\$10g_ip_addr
i get widows cannot access <$10g_ip_addr>
saying network is not reachable. However the 10g interface between the two machine can ping each other no problem.
Edited
All firewall selinux is disabled. (p1p1 is the 10ge)
# netstat -ntlp | grep smb tcp 0 0 0.0.0.0:139 0.0.0.0:* LISTEN 6903/smbd tcp 0 0 0.0.0.0:445 0.0.0.0:* LISTEN 6903/smbd tcp6 0 0 :::139 :::* LISTEN 6903/smbd tcp6 0 0 :::445 :::* LISTEN 6903/smbd # route Kernel IP routing table Destination Gateway Genmask Flags Metric Ref Use Iface default 192.168.38.1 0.0.0.0 UG 100 0 0 em1 192.168.30.0 0.0.0.0 255.255.255.0 U 100 0 0 p1p1 192.168.38.0 0.0.0.0 255.255.255.0 U 100 0 0 em1
RESOLVE: I have to specifically set the interface to p1p1 in smb.conf. I have it un-commented before. It seems smb only works on 1 interface?
[link] [comments]