Avatar of tosh2000
tosh2000
Flag for United Kingdom of Great Britain and Northern Ireland

asked on 

How do i setup linux to allow accessing a share across subnets?

Redhat server  IP 192.168.3.3 255.255.255.0

Share works fine on this subnet

Trying to access on subnet 192.168.2.x 255.255.255.0
ping works fine
router is a firewall - rules open
Windows shares work across same subnets

smb.conf =

[global]
        client schannel = no
        client use spnego = no
        server signing = auto
        hosts allow = 192.168.3. 192.168.2.
        security = SHARE
        dns proxy = no

[TEST]
        comment = TEST DIR
        path = /TEST
        writeable = yes
        guest ok = yes
Linux NetworkingLinux OS DevNetworking

Avatar of undefined
Last Comment
tosh2000

8/22/2022 - Mon