SAMBA Setup
An samba server is set up on
micmac.umeoce.maine.edu
so that the PCs
gorry
and
gorry2
may talk to it and deposit the incoming cellphone files where they are expected.
The revelent entries in the
/etc/samba/smb.conf
file are
workgroup = SMS
hosts allow = gorry.umeoce.maine.edu gorry2.umeoce.maine.edu gyre.umeoce.maine.edu 130.111.60.218
[gm_cellphone]
comment = Incoming buoy data from gomoos cellphone go here.
path = /data/gomoos/buoy/incoming/cellphone
writeable = yes
public = no
valid users = gomoos
[gomoos_irridium]
comment = Incoming buoy data from irridium satellite go here.
path = /data/gomoos/buoy/incoming/irridium
writeable = yes
public = no
valid users = gomoos
|