WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: Quagga Vtysh  (Read 10457 times)

Offline chichita

  • Newbie
  • *
  • Posts: 20
Re: Quagga Vtysh
« Reply #15 on: March 31, 2020, 09:58:10 AM »
how can i fix te DNS please ?

Offline chichita

  • Newbie
  • *
  • Posts: 20
Re: Quagga Vtysh
« Reply #16 on: March 31, 2020, 10:27:28 AM »
how can i fix this please ? how can i fix the DNS ?

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11178
Re: Quagga Vtysh
« Reply #17 on: March 31, 2020, 11:36:08 AM »
Hi chichita
Check your  /etc/resolv.conf  file:
Code: [Select]
tc@E310:~$ cat /etc/resolv.conf
nameserver 192.168.1.1
nameserver 68.237.161.12
tc@E310:~$

The first entry is my routers LAN address.
The second entry is the  name server  run by my  (ISP) Internet Service Provider.

Do not copy theses numbers. The router address may not be correct for your router. The second entry may not be appropriate
for your location.

Offline chichita

  • Newbie
  • *
  • Posts: 20
Re: Quagga Vtysh
« Reply #18 on: March 31, 2020, 11:57:58 AM »
this is what i get
i checked my router wifi address and its 192.168.1.1
what can i do to fix it ?

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11178
Re: Quagga Vtysh
« Reply #19 on: March 31, 2020, 12:18:33 PM »
Hi chichita
Try this:
Code: [Select]
echo "nameserver 192.168.1.1" > /etc/resolv.conf
echo "nameserver 8.8.8.8" >> /etc/resolv.conf

The second entry is one of Googles name servers.

Offline chichita

  • Newbie
  • *
  • Posts: 20
Re: Quagga Vtysh
« Reply #20 on: March 31, 2020, 12:39:37 PM »
i still get the same bad address message ...
is there an alternative to quagga ? since i can't make it work with vtysh as i get ibiblio.so.6 problem
i tried to download FRRouting or bird but this is the message i get

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11178
Re: Quagga Vtysh
« Reply #21 on: March 31, 2020, 12:42:16 PM »
Hi chichita
What is that  192.168.101.254  address?

Offline chichita

  • Newbie
  • *
  • Posts: 20
Re: Quagga Vtysh
« Reply #22 on: March 31, 2020, 12:55:58 PM »
i don't know ; i think it's my eth2 address

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11178
Re: Quagga Vtysh
« Reply #23 on: March 31, 2020, 01:45:27 PM »
Hi chichita
I don't know what to make of that. Maybe someone else can provide some ideas.

It's not a solution, but see if this gets you past the DNS issue for the time being:
Code: [Select]
wget 89.22.99.37/10.x/x86_64/tcz/ncurses.tcz

Offline chichita

  • Newbie
  • *
  • Posts: 20
Re: Quagga Vtysh
« Reply #24 on: March 31, 2020, 02:00:45 PM »
i don't know what to do  :-\ :-\ 
another question : how can i run an ssh session so i can use the copy past option plz ?