namjaejeon / ksmbd-tools

ksmbd kernel server userspace utilities
GNU General Public License v2.0
52 stars 42 forks source link

add the ability to listen in on certain network addresses #196

Open jeremyp3 opened 1 year ago

jeremyp3 commented 1 year ago

Would it be possible to implement an option to listen only on certain networks of an interface. this is particularly useful for IPV6. i have a ULA network and a GUA network. I'd like ksmbd to listen only on my ULA network fd42:d1d2:cafe:cafe::/64 and not on my GUA ip 2001:db8:cafe:cafe::/64 and be accessible to the whole internet. in the meantime I'm going to use firewaling, but it would be useful if it were natively supported by ksmbd :)

Thanks !

namjaejeon commented 1 year ago

@jeremyp3 Can you implement it in ksmbd ?

jeremyp3 commented 1 year ago

I don't think I can do this. My developpement skills are close to 0.