Navigacija
Lista poslednjih: 16, 32, 64, 128 poruka.

Linux CLI interface configuration

[es] :: Linux mreže :: Linux CLI interface configuration

[ Pregleda: 2418 | Odgovora: 6 ] > FB > Twit

Postavi temu Odgovori

Autor

Pretraga teme: Traži
Markiranje Štampanje RSS

cisco89

Član broj: 160062
Poruke: 89
*.tpgi.com.au.



+9 Profil

icon Linux CLI interface configuration10.10.2011. u 15:42 - pre 152 meseci
Pozdrav ljudi,

Sledece mogu da uradim uz pomoc GUI-a na UBUNTU distribuciji:

Citat:
Right click on the network manager icon in the tray and click Edit Connections. Select the connection to your local network and click Edit. Go to the IPv6 Settings tab and set the Method to Manual. Click Add. For the address put the first address in your Routed 64. (In this example it would be 2001:470:b:d29f::1 .) For the prefix put in 64 . For the gateway, put in the address from the "Client IPv6 address" of the tunnel details page (in this example it would be 2001:470:a:d29f::2).


E sad, kako da ovo uradim pomocu CLI-a, tj hocu da pod IPv6 tabom interfejs stavim u MANUAL mode, i dodam ipv6 adresu, gateway, prefix i DNS server interfejsu


Pozz

[Ovu poruku je menjao cisco89 dana 10.10.2011. u 17:05 GMT+1]
 
Odgovor na temu

mulaz
Ljubljana

Član broj: 47602
Poruke: 2239
212.235.185.*

Jabber: mulaz@elitesecurity.org
Sajt: www.mulaz.org


+184 Profil

icon Re: Linux CLI interface configuration10.10.2011. u 16:52 - pre 152 meseci
/etc/init.d/networkmanager stop #(nisam siguran, ali ovo bi trebalo da ugasi automatsko dodavanje ip adresa putem NM)
echo 1 > /proc/sys/net/ipv6/conf/all/accept_ra # iskljuci dodeljivanje adresa putem router advertismenta
ip -6 addr add 2001:470:b:d29f::1/64 dev eth0
ip -6 route add default via <tvoj gateway> dev eth0

onda sa nekim editorom (nano, emacs, vi,...) otvoris /etc/resolv.conf u ukucas:
nameserver <ip tog nameservera>


Bolje ispasti glup nego iz aviona
http://www.mulaz.org/
 
Odgovor na temu

cisco89

Član broj: 160062
Poruke: 89
*.tpgi.com.au.



+9 Profil

icon Re: Linux CLI interface configuration10.10.2011. u 17:15 - pre 152 meseci
mala prepravka, ide network-manager stop

na zalost, jos uvek ga ne menja, proverio sam u GUI i jos stoji ona dropdown kutija na IGNORE


:(


nisam nasao na resenje na netu, svi nesto menjaju /etc/network/interfaces fajl, ni to mi nije pomoglo
 
Odgovor na temu

nkrgovic
Nikola Krgović
Beograd

Član broj: 3534
Poruke: 2807

ICQ: 49345867
Sajt: https://www.twinstarsyste..


+655 Profil

icon Re: Linux CLI interface configuration10.10.2011. u 19:37 - pre 152 meseci
Ajde predlog: Za pocetak upucaj GUI, ugasi sve te aplete koji ti se vrte i slicno... Pa onda lepo radi kroz /etc/network/interfaces. A network-manager lepo purge-uj apt-om.
Please do not feed the Trolls!

Blasphemy? How can I blaspheme? I'm a god!'
 
Odgovor na temu

mulaz
Ljubljana

Član broj: 47602
Poruke: 2239
*.dial-up.dsl.siol.net.

Jabber: mulaz@elitesecurity.org
Sajt: www.mulaz.org


+184 Profil

icon Re: Linux CLI interface configuration11.10.2011. u 00:58 - pre 152 meseci
naravno da gui ne kaze nista, kad mu service pozadi ne radi :)


Bolje ispasti glup nego iz aviona
http://www.mulaz.org/
 
Odgovor na temu

Miroslav Strugarevic

Član broj: 5038
Poruke: 2689



+68 Profil

icon Re: Linux CLI interface configuration11.10.2011. u 01:04 - pre 152 meseci
Kolega nkrgovic je u pravu. Ako ti NM ne treba skloni ga.

sudo apt-get purge network-manager network-manager-gnome
 
Odgovor na temu

cisco89

Član broj: 160062
Poruke: 89
*.murdoch.edu.au.



+9 Profil

icon Re: Linux CLI interface configuration11.10.2011. u 02:52 - pre 152 meseci
network manager sam upalio nazad, pa proverio :)

ajde pokusacu ovo cim dodjem kuci
 
Odgovor na temu

[es] :: Linux mreže :: Linux CLI interface configuration

[ Pregleda: 2418 | Odgovora: 6 ] > FB > Twit

Postavi temu Odgovori

Navigacija
Lista poslednjih: 16, 32, 64, 128 poruka.