Reconnecting to samba / glusterfs

-> stop samba

/etc/init.d/samba stop

-> load fuse module

datahost ~ # modprobe fuse

-> start glusterfs

datahost ~ # /usr/local/sbin/glusterfsd -f /etc/gluster/client.vol -l /var/log/glusterfs.log /userdata/squirtle

datahost ~ # ls /userdata/squirtle

anon backthisup bleh.txt dumps e f g h i j k nohup.out p raoul test

-> start samba

datahost ~ # /etc/init.d/samba start

* samba -> start: smbd ...

* samba -> start: nmbd ...

-> check firewall is running

datahost ~ # iptables -t nat -vnL

datahost ~ # /etc/init.d/iptables reload

* Flushing firewall ...

* Loading iptables state and starting firewall ...

datahost ~ # iptables -t nat -vnL

Chain PREROUTING (policy ACCEPT 6339 packets, 470K bytes)

pkts bytes target prot opt in out source destination

Chain POSTROUTING (policy ACCEPT 3027 packets, 200K bytes)

pkts bytes target prot opt in out source destination

Chain OUTPUT (policy ACCEPT 3025 packets, 200K bytes)

pkts bytes target prot opt in out source destination

2 120 DNAT tcp -- * * 0.0.0.0/0 164.88.0.0/16 tcp dpt:25 to:196.34.191.132:25