Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by urgl

  1. urgl

    Need Help with Windows 2000 Professional AND Routing

    Are these PC's connected to 2 networks? I.E. all NIC A and all NIC B to 2 networks? If so you cant ping between them because they all have IP's belonging to different subnets. 1. NIC A:172.16.1.254 Mask:255.255.255.0 2. NIC A:172.16.2.254 Mask:255.255.255.0 3. NIC A:172.16.15.254...
  2. urgl

    How can I set up a DNS server with Linux?

    look at: http://www.tldp.org/HOWTO/DNS-HOWTO.html
  3. urgl

    collisions rate

    Tx Packets --> 100% Collisions --> x% Close enough ?? Perfect performance means no collisions at all - a full duplex switched net should have no collisions. A repeated net with hubs or coax repeaters will have collisions - how many of them are acceptable depends on the current load of your...
  4. urgl

    Samba 2.2.1a on SuSE Linux and Win XP woes...

    Try to post the smb.conf (just leave out the comments ;-) ) that will make it easier to determine the source of the probem. If you can change the debug level to 3 and post the relevant part of the logs too. Can you see the Linux box in the network neighborhood ? What's the error message? Can you...
  5. urgl

    Too many broadcasts

    You are right - lots of broadcasts reduce network performance. I assume you are using switches to speed up your net but broadcasts are always transmitted to every port on a switch and that really affects the performance. I would use a protocol decoder to determine what that broadcasts are. Some...
  6. urgl

    To buy a file server?

    IMHO a plain file/print server does not need dual Xeons, I'd rather invest in more RAM and a RAID 5. My experience is that the CPU load is not a big problem for a file server, RAM gives it more memory to cache the FS and a good RAID controller (or external RAID subsys) prevents a loss of data...
  7. urgl

    Acessing samba server from win98 client

    I can think of 2 possiblities: .) no file / print sharing on the Win98 box .) hosts allow - try to remove the host allow lines Try too look at: http://www.gouldfamily.org/oreilly/samba/ch11.htm Hans (aka Urgl)
  8. urgl

    Acessing samba server from win98 client

    If it's a name service problem try nmblookup -A ip-of-host to see if you can resolve the name. Please post your smb.conf and the output of smbclient -L localhost
  9. urgl

    Acessing samba server from win98 client

    Win98 uses encrypted passwords - use the regkey supplied with samba to set Win98 to cleartext passwords. Set wins support = yes in your smb.conf to resolve the name service problems.
  10. urgl

    Before I Leap off Cliff -SAMBA-vs-NOVELL

    You are basically right - samba will do the trick. For Win98 WS set in your smb.conf the following values: encrypt passwords = yes wins support = yes Use the IP of your redhat server as WINS server in your TCP settings. Another option would be to use marsnew (IIRC) to emulate a novell server...
  11. urgl

    Simple LAN where Win2K wont see Linux server

    Sorry George for not replying earlier but I had a lot of work during the last days. I will try to duplicate your setup with a new Suse 7.1 and samba 2.0.7. One thing you could try in the meantime is to set the password level in the smb.conf to a value larger than your password length - that...
  12. urgl

    Samba not resolving WINS

    AFAIK ping uses DNS name resolution and not nmb so a simple ping will not work. You could try to use smbclient -L to check if a service is running and if samba resolves the name to the correct IP. Hans
  13. urgl

    network cable unplugged XP Pro

    If you want to directly connect 2 PC's you have to use a crossover cable. Tale a look at the pinouts of the 2 cables - I think one of them is a crossover cable and the other one is straight through. For a Ethernet cable the important pins are: 1-1 2-2 3-3 6-6 for a straight through cable and 1-3...
  14. urgl

    Samba not resolving WINS

    How did you test the resolving? Did you try to use smbclient? Hans
  15. urgl

    HELP: Redhat network service problem, Samba 2.2.1a

    I think the first thing to do is to have a WINS server. Just uncomment the line wins support = yes in your smb.conf and restart samba. On your workstations add the IP of red10 as WINS server (restart as usual ;-) ) Are the other services (Apache / FTP) accessible? Just try http://192.168.0.104...

Part and Inventory Search

Back
Top