"iptables -L" reports ACCEPT on all, webmin can be accessed, ssh can be used, XDMCP has no issues, httpd is running fine. SMB cannot be accessed by any client OS...
Samba works perfectly using DHCP, but fails miserably using static IP. Only the server can see it's own shares using smb4k or otherwise using a static address. The problem is that the other server services are address based. Also, the system will not even attempt browser election while static.
Here is the .conf:
[global]
printcap cache time = 60
log file = /var/log/samba/%m.log
dns proxy = no
load printers = no
smb passwd file = /etc/samba/smbpasswd
netbios name = tigerserver
server string = %h
printing = cups
socket options = TCP_NODELAY
workgroup = WORKGROUP
map to guest = bad user
printcap name = cups
encrypt passwords = yes
security = share
max log size = 50
[www]
force create mode = 755
force user = apache
writeable = yes
path = /var/www
force directory mode = 755
force group = apache
[160P]
path = /mnt/160P
comment = 160GB
browseable = yes
public = no
writable = yes
force create mode = 755
[1T]
path = /mnt/1T
comment = 1TB
browseable = yes
public = yes
writable = yes
force create mode = 755
EDIT: MARKED SOLVED