On 15 Dec 2017, at 11:26, Pardeep Sharma <pardeep.sharma868@gmail.com> wrote:
Hi Moyaze/BIRD EXPERTS,
Thanks a lot Moyaze.. providing support.. Appreciate your help Moyaze..
when I am running "birdc" in linux its gives error as attached. Please see the attachment.. I had gone some docs but didn;t resolution. Please guide me for next..
Are you sure BIRD is running on your system ? try doing sudo bird -c “<path>/<config_name>” then do sudo birdc. Mo
Hi Mo, You are right, I have doubt whether bird is running or not because I run in linux "yum install bird" command and "bird.conf" file generated in /etc in root user. In my knowledge its may the installation of BIRD but in real it doesn't seem because I following links shared by you but there installation is based on 'Unix' OS not Linux. If you have info, how to install BIRD in linux, please share with me because I searched a lot in google BIRD installation in Linux but didn't get. After running bird -c its shows "no such file or directory" Thanks a lot On 15 December 2017 at 17:05, Moyaze Shivji <moyaze@linx.net> wrote:
On 15 Dec 2017, at 11:26, Pardeep Sharma <pardeep.sharma868@gmail.com> wrote:
Hi Moyaze/BIRD EXPERTS,
Thanks a lot Moyaze.. providing support.. Appreciate your help Moyaze..
when I am running "birdc" in linux its gives error as attached. Please see the attachment.. I had gone some docs but didn;t resolution. Please guide me for next..
Are you sure BIRD is running on your system ?
try doing
sudo bird -c “<path>/<config_name>”
then do
sudo birdc.
Mo
-- Thanks & Regards Pardeep
Can anybody guide me, the use of below link.. ftp://bird.network.cz/pub/bird/redhat/ Basically I am installing BIRD In linux. I use "yum install bird" and then in /etc directory bird files creats but when I run birdc it shows me "such file or directory not available. Please guide me how to install BIRD In LINUX.. Thanks a lot for your help.. On 15 December 2017 at 18:46, Pardeep Sharma <pardeep.sharma868@gmail.com> wrote:
Hi Mo,
You are right, I have doubt whether bird is running or not because I run in linux "yum install bird" command and "bird.conf" file generated in /etc in root user. In my knowledge its may the installation of BIRD but in real it doesn't seem because I following links shared by you but there installation is based on 'Unix' OS not Linux.
If you have info, how to install BIRD in linux, please share with me because I searched a lot in google BIRD installation in Linux but didn't get. After running bird -c its shows "no such file or directory"
Thanks a lot
On 15 December 2017 at 17:05, Moyaze Shivji <moyaze@linx.net> wrote:
On 15 Dec 2017, at 11:26, Pardeep Sharma <pardeep.sharma868@gmail.com> wrote:
Hi Moyaze/BIRD EXPERTS,
Thanks a lot Moyaze.. providing support.. Appreciate your help Moyaze..
when I am running "birdc" in linux its gives error as attached. Please see the attachment.. I had gone some docs but didn;t resolution. Please guide me for next..
Are you sure BIRD is running on your system ?
try doing
sudo bird -c “<path>/<config_name>”
then do
sudo birdc.
Mo
-- Thanks & Regards Pardeep
-- Thanks & Regards Pardeep
HI Pardeep, maybe it is usefull to learn some fundamentals on operating a linux system before you use a routing daemon on top of it. On Fri, Dec 15, 2017 at 08:38:47PM +0530, Pardeep Sharma wrote:
Can anybody guide me, the use of below link..
ftp://bird.network.cz/pub/bird/redhat/
Basically I am installing BIRD In linux. I use "yum install bird" and then in /etc directory bird files creats but when I run birdc it shows me "such file or directory not available.
Well, you installed bird, but have you edited bird.conf and started/restarted the bird / bird6 daemon? What is the output of: ps auxf | grep bird if your system uses systemd, "systemctl status bird" should give you an information if it is running. If the daemon runs, birdc will and can connect to it for reconfigure, get informations, routing table informations and more. But you need to configure bird with the bird.conf/bird6.conf file in /etc (or /etc/bird/).
Please guide me how to install BIRD In LINUX..
You had installed it with yum already, now you need to learn how to run and configure it. And please don't spread your questions over several threads, that is not very helpfull. HTH, tim -- Tim Weippert http://weiti.org - weiti@weiti.org GPG Fingerprint - E704 7303 6FF0 8393 ADB1 398E 67F2 94AE 5995 7DD8
HI Tim, Thanks a lot, it started working. On 16 December 2017 at 15:11, Tim Weippert <weiti@weiti.org> wrote:
HI Pardeep,
maybe it is usefull to learn some fundamentals on operating a linux system before you use a routing daemon on top of it.
On Fri, Dec 15, 2017 at 08:38:47PM +0530, Pardeep Sharma wrote:
Can anybody guide me, the use of below link..
ftp://bird.network.cz/pub/bird/redhat/
Basically I am installing BIRD In linux. I use "yum install bird" and then in /etc directory bird files creats but when I run birdc it shows me "such file or directory not available.
Well, you installed bird, but have you edited bird.conf and started/restarted the bird / bird6 daemon?
What is the output of:
ps auxf | grep bird
if your system uses systemd, "systemctl status bird" should give you an information if it is running.
If the daemon runs, birdc will and can connect to it for reconfigure, get informations, routing table informations and more. But you need to configure bird with the bird.conf/bird6.conf file in /etc (or /etc/bird/).
Please guide me how to install BIRD In LINUX..
You had installed it with yum already, now you need to learn how to run and configure it.
And please don't spread your questions over several threads, that is not very helpfull.
HTH, tim
-- Tim Weippert http://weiti.org - weiti@weiti.org GPG Fingerprint - E704 7303 6FF0 8393 ADB1 398E 67F2 94AE 5995 7DD8
-- Thanks & Regards Pardeep
participants (3)
-
Moyaze Shivji -
Pardeep Sharma -
Tim Weippert