Posted: September 29, 2009 at 7:40 pm | Tags: interface, ip address, nameserver, network
After an update, the Network Manager crashed. In this situation, the easyest way to set up a static IP address is to edit the configuration files myself. First, I have to remove the Network Manager.
sudo apt-get remove –purge network-manager
The first file to modify is /etc/network/interfaces:
sudo gedit /etc/network/interfaces
Continue Reading

Loading ...
Posted: July 11, 2009 at 8:04 pm | Tags: Linux, network, samba, smb, tcp/ip, wins
Samba este un soft open source, care permite sistemelor de operare unix-based sa “se vada” in retea cu PC-urile cu Windows. Samba este de fapt implementarea mai multor protocoale intr-un singur soft capabil sa comunice simultan cu aceste protocoale: SMB, TCP/IP, NetBIOS (protocolul implementat in Network Neighborhood din Windows), WINS si Active Directory (pt asta trebuie setat kerberos).
In primul rand, pentru a seta cu succes Samba, trebuie ca masina pe care ruleaza linux sa aibe IP static. In caz contrar, nu se va putea folosi WINS…
Se instaleaza Samba:
#sudo apt-get install samba
Continue Reading

Loading ...