Recent content by MUCK

  1. M

    smb.postconf not doing anything

    Thanks for all your help, thelonelycoder; it worked! :)
  2. M

    smb.postconf not doing anything

    I didn't even know I had Optware installed :eek: I think something must be fundamentally wrong here because the file isn't being modified at all, even with your commands (regardless of whether they produce a correct file, they should at least be modifying it).
  3. M

    smb.postconf not doing anything

    Are you sure? cat /etc/smb.conf produces the following: [global] workgroup = WORKGROUP netbios name = BananaStorage server string = BananaStorage unix charset = UTF8 display charset = UTF8 load printers = no printing = bsd printcap name = /dev/null log file = /var/log.samba log level = 0 max...
  4. M

    smb.postconf not doing anything

    I'm trying to insert some veto rules into my smb.conf file via the following smb.postconf, located at /jffs/scripts/smb.postconf: #!/bin/sh CONFIG=$1 sed -i '' 's:veto files = :veto files = /._*/.DS_Store/.Trashes/.TemporaryItems:g' $CONFIG Unfortunately it doesn't appear to have any effect...
  5. M

    [help] WOL Script Wake Up Your Webserver

    Still no dice on any of this. Static ARP entry didn't seem to change anything. I suppose I can either try that bogus WAN IP idea or try to ensure that when I access Plex I do it through Plex's web servers so that it has to go through WAN. Not super keen on requiring internet access just to wake...
  6. M

    [help] WOL Script Wake Up Your Webserver

    Thanks Colin. I kinda figured the router would be setting a static ARP entry anyway, because I've assigned an IP to the MAC address manually in the UI which I assumed would have the same outcome. My introductory networking classes from uni are failing me. EDIT: Re-read your post about the...
  7. M

    [help] WOL Script Wake Up Your Webserver

    Well, the receiving machine will be asleep (hence trying to intercept any traffic heading to it and send a magic packet). The sending machine is a not so smart smart TV running WebOS so not much I can do on that end either. All I'm trying to do is exact same thing as OP but for LAN-LAN traffic...
  8. M

    [help] WOL Script Wake Up Your Webserver

    Thanks john! Would you happen to know how one would log LAN traffic to a specific IP on a specific port?
  9. M

    [help] WOL Script Wake Up Your Webserver

    Wondering if someone can help me. I'm trying to get this working (using the second technique: http://www.thiemo.ch/plex-wake-on-lan.html) but for the life of me I can't even get it to log anything. I'm a newb at this but I'm trying to learn. I'm trying to do some basic debugging to work out...
Back
Top