Jump to content

PuffyDumpty

Members
  • Posts

    9
  • Joined

  • Last visited

Posts posted by PuffyDumpty

  1. Disabled NetBIOS and removed the client and server signing requirements. Changed the min protocol to SMB3_11 vs just SMB3 after looking at the man page. Seems it should be the same, but at least it's been working for a while now. I suspect the signing requirements are what were killing it. I'll reintroduce those once I see this is stable for a few days. 

  2. Recently upgraded to 6.8.2 after being on 6.8.0-rc6 for a while after facing issues with the 6.8.0 release and 6.8.1 release. On the non-RC releases, my shares all seem to disappear after some time. I can't seem to find anything in /var/log/syslog, dmesg, or messages that help me understand what is going on. My only potential thought is a specific SMB configuration that I enabled to force SMB3, but it has been that way since 6.5 with no issues. 

     

    I attached my diagnostic file, so hopefully someone can help.

     

    Thanks.

    unraid-diagnostics-20200128-1215.zip

  3. 38 minutes ago, dmacias said:


    Yes that's the problem. I use the ip address to create an exception for nmap and an awk script to get unRAID's interface e.g. eth0. I too have an dhcp reservation but I do have an ip address in the network.cfg. But that may have been set by me, using a static address. I'll have to get the ip a different way. Can you check under the Tools menu and go to Vars. Then search for ipaddr or your ip address?

    Is this what you're after? 

     

    [eth0] => Array
            (
                [BONDING] => yes
                [BONDNAME] => bond0
                [BONDNICS] => eth0,eth1
                [BONDING_MODE] => 1
                [BONDING_MIIMON] => 100
                [DHCP_KEEPRESOLV] => no
                [DNS_SERVER1] => 192.168.1.254
                [BRIDGING] => yes
                [BRNAME] => br0
                [BRNICS] => bond0
                [BRSTP] => no
                [BRFD] => 0
                [DESCRIPTION:0] => 
                [USE_DHCP:0] => yes
                [IPADDR:0] => 192.168.1.250
                [NETMASK:0] => 255.255.255.0
                [GATEWAY] => 192.168.1.254
                [MTU] => 
                [TYPE] => access
            )

  4. 4 hours ago, dmacias said:


    What variable is your server ip address under in /boot/config/network.cfg?

    I have a reservation set in my DHCP server for my unRAID box, so it isn't static from what unRAID knows. Would that cause it? 

     

    # Generated settings:
    IFNAME[0]="br0"
    BONDNAME[0]="bond0"
    BONDING_MIIMON[0]="100"
    BRNAME[0]="br0"
    BRSTP[0]="no"
    BRFD[0]="0"
    BONDING_MODE[0]="1"
    BONDNICS[0]="eth0 eth1"
    BRNICS[0]="bond0"
    DESCRIPTION[0]=""
    USE_DHCP[0]="yes"
    DHCP_KEEPRESOLV="no"
    MTU[0]=""
    SYSNICS="1"

  5. I am also having issues with network scanning not working. Nmap works fine from shell, so it's not my firewall knocking it down. It just flashes using the webGUI. 

     

    Tried Chrome 57.x and Firefox 47.x, same results. Running unRAID 6.3.3. Network config is active-backup, 2 gig ethernet. 

     

    Let me know if there are more details I can provide. Thanks!

×
×
  • Create New...