Need help (of course) setting up network

Shelagh Manton oneida at tpg.com.au
Fri May 7 18:04:13 UTC 2004


On Fri, 07 May 2004 08:47:23 -0600, Rodolfo J. Paiz <rpaiz at simpaticus.com> 
wrote:

> At 13:03 5/6/2004, you wrote:
>> Do you want me to start again? Maybe even re-install.(I'm getting quite 
>> good at that). Just to have a clean start with no stupid mistakes 
>> messing up the picture.
>
> As you wish. As long as you're clear about what you're doing, the point 
> is to both fix the problem and show you how to fix such a thing yourself 
> in the future. So we can work on the system you have now, or you can 
> reinstall. Just tell us what's going on so we have a good picture of the 
> situation.

> Cheers,
>
Ok, a gracious freshstart. I will reinstall, for tow reasons, I installed 
Firestarter in the hope that it would help me to work out what was 
happening to my network. (Before I worked out that the firewall has no 
effext on our lan). Now I am having problems with my firewall, possibley 
not having a functioning firewall at all. Two, I installed everything, 
including things I don't need or want and I really can't work out how to 
uninstall those things. One day I hope to. So, for now I will send you the 
results of the instructions you gave me. I know they will not apply in the 
new setup, or maybe they will because I'm likely to do the same things and 
falter at the same steps.

results from this:
# rpm -qa | grep samba
samba-client-3.0.0-15
samba-common-3.0.0-15
samba-3.0.0-15
redhat-config-samba-1.1.4-1

result of  /etc/samba/smb.conf | grep -v ^#
 workgroup = MYGROUP
 server string = Samba Server
 ;   hosts allow = 192.168.1. 192.168.2. 127.
 printcap name = /etc/printcap
        load printers = yes
 ;   printing = bsd
 ;  guest account = pcguest
 log file = /var/log/samba/%m.log
 max log size = 50
 ;   password server = <NT-Server-Name>
 ;  password level = 8
;  username level = 8
 ;  encrypt passwords = yes
;  smb passwd file = /etc/samba/smbpasswd
 ;  unix password sync = Yes
;  passwd program = /usr/bin/passwd %u
;  passwd chat = *New*UNIX*password* %n\n *ReType*new*UNIX*password* %n\n 
*passwd:*all*authentication*tokens*updated*successfully*
 ;  username map = /etc/samba/smbusers
 ;   include = /etc/samba/smb.conf.%m
 socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
 ;   interfaces = 192.168.12.2/24 192.168.13.2/24
 ;   remote browse sync = 192.168.3.25 192.168.5.255
;   remote announce = 192.168.1.255 192.168.2.44
 ;   local master = no
 ;   os level = 33
 ;   domain master = yes
 ;   preferred master = yes
 ;   domain logons = yes
 ;   logon script = %m.bat
;   logon script = %U.bat
 ;   logon path = \\%L\Profiles\%U
 ; name resolve order = wins lmhosts bcast
 ;   wins support = yes
 ;   wins server = w.x.y.z
 ;   wins proxy = yes
 dns proxy = no
 ;  preserve case = no
;  short preserve case = no
;  default case = lower
;  case sensitive = no
 [homes]
        comment = Home Directories
        browseable = no
        writeable = yes
 ; [netlogon]
;   comment = Network Logon Service
;   path = /home/netlogon
;   guest ok = yes
;   writable = no
;   share modes = no

 ;[Profiles]
;    path = /home/profiles
;    browseable = no
;    guest ok = yes

 [printers]
        comment = All Printers
        path = /var/spool/samba
        browseable = no
        printable = yes
 ;[tmp]
;   comment = Temporary file space
;   path = /tmp
;   read only = no
;   public = yes
 ;[public]
;   comment = Public Stuff
;   path = /home/samba
;   public = yes
;   read only = yes
;   write list = @staff
 ;[fredsprn]
;   comment = Fred's Printer
;   valid users = fred
;   path = /homes/fred
;   printer = freds_printer
;   public = no
;   writable = no
;   printable = yes
 ;[fredsdir]
;   comment = Fred's Service
;   path = /usr/somewhere/private
;   valid users = fred
;   public = no
;   writable = yes
;   printable = no
 ;[pchome]
;  comment = PC Directories
;  path = /usr/pc/%m
;  public = no
;  writable = yes
 ;[public]
;   path = /usr/somewhere/else/public
;   public = yes
;   only guest = yes
;   writable = yes
;   printable = no
 ;[myshare]
;   comment = Mary's and Fred's stuff
;   path = /usr/somewhere/shared
;   valid users = mary fred
;   public = no
;   writable = yes
;   printable = no
;   create mask = 0765

 [home]
        comment = personal directories
        path = /home
        writeable = yes
        guest ok = yes

 results of #ifconfig -a
 eth0      Link encap:Ethernet  HWaddr 00:03:CE:89:69:EA
          inet addr:192.168.32.0  Bcast:192.168.32.255  Mask:255.255.255.0
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:88 errors:0 dropped:0 overruns:0 frame:0
          TX packets:94 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:8024 (7.8 Kb)  TX bytes:15304 (14.9 Kb)
          Interrupt:11 Base address:0x8000
 lo        Link encap:Local Loopback
          inet addr:127.0.0.1  Mask:255.0.0.0
          UP LOOPBACK RUNNING  MTU:16436  Metric:1
          RX packets:2414 errors:0 dropped:0 overruns:0 frame:0
          TX packets:2414 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:1814739 (1.7 Mb)  TX bytes:1814739 (1.7 Mb)


 # chkconfig --list
 results of # chkconfig --list
gpm             0:off   1:off   2:on    3:on    4:on    5:on    6:off
kudzu           0:off   1:off   2:off   3:on    4:on    5:on    6:off
syslog          0:off   1:off   2:on    3:on    4:on    5:on    6:off
rawdevices      0:off   1:off   2:off   3:on    4:on    5:on    6:off
netfs           0:off   1:off   2:off   3:on    4:on    5:on    6:off
network         0:off   1:off   2:on    3:on    4:on    5:on    6:off
random          0:off   1:off   2:on    3:on    4:on    5:on    6:off
saslauthd       0:off   1:off   2:off   3:off   4:off   5:off   6:off
iptables        0:off   1:off   2:off   3:off   4:off   5:off   6:off
anacron         0:off   1:off   2:on    3:on    4:on    5:on    6:off
atd             0:off   1:off   2:off   3:on    4:on    5:on    6:off
irda            0:off   1:off   2:off   3:off   4:off   5:off   6:off
acpid           0:off   1:off   2:off   3:on    4:on    5:on    6:off
apmd            0:off   1:off   2:on    3:on    4:on    5:on    6:off
irqbalance      0:off   1:off   2:off   3:on    4:on    5:on    6:off
pcmcia          0:off   1:off   2:on    3:on    4:on    5:on    6:off
nfslock         0:off   1:off   2:off   3:on    4:on    5:on    6:off
nfs             0:off   1:off   2:off   3:off   4:off   5:off   6:off
microcode_ctl   0:off   1:off   2:on    3:on    4:on    5:on    6:off
smartd          0:off   1:off   2:on    3:on    4:on    5:on    6:off
isdn            0:off   1:off   2:on    3:on    4:on    5:on    6:off
autofs          0:off   1:off   2:off   3:on    4:on    5:on    6:off
sshd            0:off   1:off   2:on    3:on    4:on    5:on    6:off
identd          0:off   1:off   2:off   3:off   4:off   5:off   6:off
portmap         0:off   1:off   2:off   3:on    4:on    5:on    6:off
spamassassin    0:off   1:off   2:on    3:on    4:on    5:on    6:off
sendmail        0:off   1:off   2:on    3:on    4:on    5:on    6:off
rhnsd           0:off   1:off   2:off   3:on    4:on    5:on    6:off
crond           0:off   1:off   2:on    3:on    4:on    5:on    6:off
yum             0:off   1:off   2:off   3:off   4:off   5:on    6:off
tux             0:off   1:off   2:off   3:off   4:off   5:off   6:off
aep1000         0:off   1:off   2:off   3:off   4:off   5:off   6:off
bcm5820         0:off   1:off   2:off   3:off   4:off   5:off   6:off
httpd           0:off   1:off   2:off   3:off   4:off   5:off   6:off
squid           0:off   1:off   2:off   3:off   4:off   5:off   6:off
winbind         0:off   1:off   2:off   3:off   4:off   5:on    6:off
smb             0:off   1:off   2:off   3:off   4:off   5:on    6:off
messagebus      0:off   1:off   2:off   3:on    4:on    5:on    6:off
snmpd           0:off   1:off   2:off   3:off   4:off   5:off   6:off
snmptrapd       0:off   1:off   2:off   3:off   4:off   5:off   6:off
hpoj            0:off   1:off   2:on    3:on    4:on    5:on    6:off
xfs             0:off   1:off   2:on    3:on    4:on    5:on    6:off
xinetd          0:off   1:off   2:off   3:on    4:on    5:on    6:off
cups            0:off   1:off   2:on    3:on    4:on    5:on    6:off
named           0:off   1:off   2:off   3:off   4:off   5:off   6:off
ntpd            0:off   1:off   2:off   3:off   4:off   5:off   6:off
vncserver       0:off   1:off   2:off   3:off   4:off   5:off   6:off
lisa            0:off   1:off   2:off   3:off   4:off   5:on    6:off
vsftpd          0:off   1:off   2:off   3:off   4:off   5:off   6:off
canna           0:off   1:off   2:on    3:on    4:on    5:off   6:off
FreeWnn         0:off   1:off   2:on    3:on    4:on    5:off   6:off
dovecot         0:off   1:off   2:off   3:off   4:off   5:off   6:off
dhcrelay        0:off   1:off   2:off   3:off   4:off   5:off   6:off
rwhod           0:off   1:off   2:off   3:off   4:off   5:off   6:off
kadmin          0:off   1:off   2:off   3:off   4:off   5:off   6:off
kprop           0:off   1:off   2:off   3:off   4:off   5:off   6:off
krb524          0:off   1:off   2:off   3:off   4:off   5:off   6:off
krb5kdc         0:off   1:off   2:off   3:off   4:off   5:off   6:off
dhcpd           0:off   1:off   2:off   3:off   4:off   5:off   6:off
radvd           0:off   1:off   2:off   3:off   4:off   5:off   6:off
amd             0:off   1:off   2:off   3:off   4:off   5:off   6:off
yppasswdd       0:off   1:off   2:off   3:off   4:off   5:off   6:off
ypserv          0:off   1:off   2:off   3:off   4:off   5:off   6:off
ypxfrd          0:off   1:off   2:off   3:off   4:off   5:off   6:off
innd            0:off   1:off   2:off   3:off   4:off   5:off   6:off
mysqld          0:off   1:off   2:off   3:off   4:off   5:off   6:off
postgresql      0:off   1:off   2:off   3:off   4:off   5:off   6:off
wine            0:off   1:off   2:on    3:on    4:on    5:on    6:off
firestarter     0:off   1:off   2:on    3:on    4:on    5:on    6:off
webmin          0:off   1:off   2:on    3:on    4:off   5:on    6:off
xinetd based services:
        krb5-telnet:    off
        rsync:  off
        eklogin:        off
        gssftp: off
        klogin: off
        chargen-udp:    off
        kshell: off
        chargen:        off
        daytime-udp:    off
        daytime:        off
        echo-udp:       off
        echo:   off
        services:       off
        time:   off
        time-udp:       off
        cups-lpd:       off
        sgi_fam:        on
        ktalk:  off
        imap:   off
        imaps:  off
        ipop2:  off
        ipop3:  off
        pop3s:  off
        rexec:  off
        rlogin: off
        rsh:    off
        amandaidx:      off
        amidxtape:      off
        finger: off
        ntalk:  off
        talk:   off
        telnet: off
        amanda: off

 My note; winbind says it is working in level 5 but when I start up the 
messages say that winbind fails. Is this also related to Samba? Is it a 
service I need? Do I need to have DNS? This makes me a DNS server doesn't 
it, and I don't need to be that?
Thanking you in anticipation.
Shelagh







More information about the fedora-list mailing list