Displaying 2 results from an estimated 2 matches for "personal1".
Did you mean:
personal
2011 Oct 04
1
USB Drive Permissions?
Here comes a newbie question...
I just installed Samba on my Karmic box and I am trying to share a USB drive
that has been mounted to /media/Personal1.
It's not working now even though I see it as a listed share. So I went
through the 'Samba Checklist'. The tmp share worked immediately, which
leads me to think that this has something to do with the ownership and
permissions on the USB drive.
1) It is owned by noleks (me)
2) Its pe...
2004 Aug 04
10
htb and fw problems
...fw classid 1:40
tc filter add dev eth1 protocol ip parent 1:0 handle 80 fw flowid 1:80
Here''s my iptables rules*mangle
:PREROUTING ACCEPT [1061:863210]
:INPUT ACCEPT [1022:857788]
:FORWARD ACCEPT [0:0]
:OUTPUT ACCEPT [947:201743]
:POSTROUTING ACCEPT [947:201743]
-N personal
-N others
-N personal1
#-A OUTPUT -p tcp -m tcp --sport 3128 -j MARK --set-mark 0x2
-A OUTPUT -p tcp -m tcp --sport 3128 --destination 192.168.1.145 -j personal
#-A OUTPUT -p tcp -m tcp --dport 80 -j MARK --set-mark 20
-A OUTPUT -p tcp -m tcp --dport 80 -j others
-A personal -j MARK --set-mark 40
-A others -j MARK --set-...