<div dir="ltr"><div>Barry,</div><div><br></div><div>Yes sure, output is here:
<a href="http://p.ip.fi/glqD">http://p.ip.fi/glqD</a></div><div><br></div><div>BR,</div><div>Vlad.</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">пт, 5 апр. 2019 г. в 15:49, Barry O'Donovan <<a href="mailto:barry.odonovan@inex.ie">barry.odonovan@inex.ie</a>>:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Vladislav,<br>
<br>
does your BGP summary API call work?<br>
<br>
I.e. <a href="https://www.inex.ie/rc1-cork-ipv4/api/protocols/bgp" rel="noreferrer" target="_blank">https://www.inex.ie/rc1-cork-ipv4/api/protocols/bgp</a><br>
<br>
If so, can you stick the output in a pastebin or send to me?<br>
<br>
- Barry<br>
<br>
Barry O'Donovan wrote on 05/04/2019 13:33:<br>
> Vladislav,<br>
> <br>
> I imagine that's working fine in IXP Manager now?<br>
> <br>
> Looks like there may be a bug in the sample UI within Birdseye itself <br>
> but the actual API should be good?<br>
> <br>
> I'll have a look at that bug now shortly.<br>
> <br>
> - Barry<br>
> <br>
> Vladislav Leontjev wrote on 05/04/2019 11:31:<br>
>> Hello,<br>
>><br>
>> I've tried to use 1.2.1:<br>
>><br>
>> {"api":{"from_cache":true,"ttl_mins":1,"version":"*1.2.1*","env":".env","cache_disabled":false,"ip_whitelisted":false,"max_routes":1000},"status":{"version":"2.0.4","router_id":"10.81.15.49","message":"Daemon <br>
>> is up and running"}}<br>
>><br>
>> vvle@rs2-1804:/srv/birdseye$ sudo cat /srv/birdseye/.env | egrep -v <br>
>> '(^#)|(^\s*$)' BIRDC="/usr/bin/sudo /srv/birdseye/bin/birdc *-2 *-s <br>
>> /usr/var/run/bird.ctl"<br>
>><br>
>> matching bird -2 as it should be; but still no luck: <a href="http://p.ip.fi/5bDr" rel="noreferrer" target="_blank">http://p.ip.fi/5bDr</a><br>
>> Maybe someone has gone through that?<br>
>><br>
>> BR,<br>
>> Vlad.<br>
>><br>
>> чт, 4 апр. 2019 г. в 16:05, Barry O'Donovan <<a href="mailto:barry.odonovan@inex.ie" target="_blank">barry.odonovan@inex.ie</a> <br>
>> <mailto:<a href="mailto:barry.odonovan@inex.ie" target="_blank">barry.odonovan@inex.ie</a>>>:<br>
>><br>
>> Hi Vladislav, Sonan,<br>
>><br>
>> can you please use this new bundle:<br>
>><br>
>> <br>
>> <a href="https://github.com/inex/birdseye/releases/download/v1.2.1/birdseye-v1.2.1.tar.bz2" rel="noreferrer" target="_blank">https://github.com/inex/birdseye/releases/download/v1.2.1/birdseye-v1.2.1.tar.bz2</a> <br>
>><br>
>><br>
>> Apologies but the v1.2.0 bundle was missing some libraries.<br>
>><br>
>> If you are using the release bundles, there should be no need to run<br>
>> 'composer install'.<br>
>><br>
>> Thanks,<br>
>> - Barry<br>
>><br>
>> Vladislav Leontjev wrote on 04/04/2019 13:25:<br>
>> > Hello,<br>
>> ><br>
>> > Thanks Sonam, you're right missed some pkg; the results of mine<br>
>> are the<br>
>> > same:<br>
>> ><br>
>> > ErrorException in 55c14a5623fdf71d2fc45def767f1e17c831fd6c.php<br>
>> line 22:<br>
>> > Undefined property: stdClass::$state<br>
>> ><br>
>> > ErrorException in 55c14a5623fdf71d2fc45def767f1e17c831fd6c.php<br>
>> line 22:<br>
>> > Undefined property: stdClass::$state (View:<br>
>> > /srv/birdseye/resources/views/lg/protocols/bgp/summary.blade.php)<br>
>> ><br>
>> > API is ok:<br>
>> ><br>
>> <br>
>> {"api":{"from_cache":true,"ttl_mins":1,"version":"1.2.0","env":".env","cache_disabled":false,"ip_whitelisted":false,"max_routes":1000},"status":{"version":"2.0.4","router_id":"10.81.15.49","message":"Daemon <br>
>><br>
>><br>
>> > is up and running"}}<br>
>> ><br>
>> > I would like to mention I've used the same cfg (modification made<br>
>> were<br>
>> > related only master table and channels as it should be) and <br>
>> test RS<br>
>> > clients in bird v.1.6.6 with birdeye 1.4.4 and got internal <br>
>> looking<br>
>> > glass /lg working;<br>
>> ><br>
>> > BR,<br>
>> > Vlad.<br>
>> ><br>
>> > чт, 4 апр. 2019 г. в 12:44, System Admin <<a href="mailto:sysadmin@tashicell.com" target="_blank">sysadmin@tashicell.com</a><br>
>> <mailto:<a href="mailto:sysadmin@tashicell.com" target="_blank">sysadmin@tashicell.com</a>><br>
>> > <mailto:<a href="mailto:sysadmin@tashicell.com" target="_blank">sysadmin@tashicell.com</a> <mailto:<a href="mailto:sysadmin@tashicell.com" target="_blank">sysadmin@tashicell.com</a>>>>:<br>
>> ><br>
>> > Hi Vladislav,<br>
>> ><br>
>> > I think you need to run # *composer install* inside your <br>
>> birdeye<br>
>> > root directory to install all the dependent packages.<br>
>> ><br>
>> > However, I also failed to get whole looking glass configured.<br>
>> > Everything on /*api**/* url works well and it returns some<br>
>> data but<br>
>> > for looking glass */lg/protocols/bgp* route/url, it throws <br>
>> me the<br>
>> > following error:<br>
>> ><br>
>> > Undefined property: stdClass::$state (View:<br>
>> > <br>
>> /srv/birdseye/resources/views/lg/protocols/bgp/summary.blade.php)<br>
>> ><br>
>> > I checked the */api/protocols/bgp* json data and it doesn't <br>
>> have<br>
>> > "*/state/*" variable declared or defined. Am I missing <br>
>> something<br>
>> > here. Would be grateful if anyone here could help me.<br>
>> ><br>
>> > Thank you,<br>
>> ><br>
>> ><br>
>> > Sonam Namgyel.<br>
>> ><br>
>> ><br>
>> ><br>
>> ><br>
>> > On 4/2/19 6:43 PM, Vladislav Leontjev wrote:<br>
>> >> Thank you for prompt replay,<br>
>> >><br>
>> >> Strange, but after changing version, see those<br>
>> >> errors /var/log/lighttpd/error.log<br>
>> >> Have I missed something?<br>
>> >><br>
>> >> 2019-04-02 11:55:29: (mod_fastcgi.c.2543) FastCGI-stderr: PHP<br>
>> >> Fatal error: Uncaught Error: Class 'Monolog\Logger' not<br>
>> found in<br>
>> >> <br>
>> /srv/birdseye/vendor/laravel/lumen-framework/src/Application.php:378<br>
>> >> 2019-04-02 11:55:29: (mod_fastcgi.c.2543) FastCGI-stderr:<br>
>> Stack trace:<br>
>> >> 2019-04-02 11:55:29: (mod_fastcgi.c.2543) FastCGI-stderr: #0<br>
>> >> /srv/birdseye/vendor/illuminate/container/Container.php(731):<br>
>> >> <br>
>> Laravel\Lumen\Application->Laravel\Lumen\{closure}(Object(Laravel\Lumen\Application), <br>
>><br>
>> >> Array)<br>
>> >> 2019-04-02 11:55:29: (mod_fastcgi.c.2543) FastCGI-stderr: #1<br>
>> >> /srv/birdseye/vendor/illuminate/container/Container.php(629):<br>
>> >> Illuminate\Container\Container->build(Object(Closure), Array)<br>
>> >> 2019-04-02 11:55:29: (mod_fastcgi.c.2543) FastCGI-stderr: #2<br>
>> >> <br>
>> /srv/birdseye/vendor/laravel/lumen-framework/src/Application.php(206):<br>
>> >> Illuminate\Container\Container->make('Psr\\Log\\LoggerI...',<br>
>> Array)<br>
>> >> 2019-04-02 11:55:29: (mod_fastcgi.c.2543) FastCGI-stderr: #3<br>
>> >> <br>
>> /srv/birdseye/vendor/laravel/lumen-framework/src/helpers.php(39):<br>
>> >> Laravel\Lumen\Application->make('Psr\\Log\\LoggerI...', <br>
>> Array)<br>
>> >> 2019-04-02 11:55:29: (mod_fastcgi.c.2543) FastCGI-stderr: #4<br>
>> >> <br>
>> /srv/birdseye/vendor/laravel/lumen-framework/src/Exceptions/Handler.php(40): <br>
>><br>
>> >> app('Psr\\Log\\LoggerI...')<br>
>> >> 2019-04-02 11:55:29: (mod_fastcgi.c.2543) FastCGI-stderr: #5<br>
>> >> /srv/birdseye/app/Exceptions/Handler.php(36):<br>
>> >> <br>
>> Laravel\Lumen\Exceptions\Handler->report(Object(Symfony\Component\Debug\Exception\FatalErrorException)) <br>
>><br>
>> >> 2019-04-02 11:55:29: (mod_fastcgi.c.2543) FastCGI-stderr: #6<br>
>> >> <br>
>> /srv/birdseye/vendor/laravel/lumen-framework/src/Concerns/Registers in<br>
>> >> <br>
>> /srv/birdseye/vendor/laravel/lumen-framework/src/Application.php<br>
>> >> on line 378<br>
>> >><br>
>> >> BR,<br>
>> >> Vlad.<br>
>> >><br>
>> >> вт, 2 апр. 2019 г. в 14:21, Barry O'Donovan<br>
>> >> <<a href="mailto:barry.odonovan@inex.ie" target="_blank">barry.odonovan@inex.ie</a> <mailto:<a href="mailto:barry.odonovan@inex.ie" target="_blank">barry.odonovan@inex.ie</a>><br>
>> <mailto:<a href="mailto:barry.odonovan@inex.ie" target="_blank">barry.odonovan@inex.ie</a> <mailto:<a href="mailto:barry.odonovan@inex.ie" target="_blank">barry.odonovan@inex.ie</a>>>>:<br>
>> >><br>
>> >> Hey,<br>
>> >><br>
>> >> sorry, looks like you are using GitHub's source tar/zip<br>
>> there.<br>
>> >><br>
>> >> Can you try this one:<br>
>> >><br>
>> >><br>
>> <br>
>> <a href="https://github.com/inex/birdseye/releases/download/v1.2.0/birdseye-v1.2.0.tar.bz2" rel="noreferrer" target="_blank">https://github.com/inex/birdseye/releases/download/v1.2.0/birdseye-v1.2.0.tar.bz2</a> <br>
>><br>
>> >><br>
>> >> (I just uploaded it).<br>
>> >><br>
>> >> - Barry<br>
>> >><br>
>> >> Vladislav Leontjev wrote on 02/04/2019 11:46:<br>
>> >> > Good day,<br>
>> >> ><br>
>> >> > I've used v 1.2.0 with the results below:<br>
>> >> ><br>
>> >> > vvle@rs2-1804:/srv/birdseye$ sudo php -S *MailScanner<br>
>> >> warning: numerical links are often malicious:*<br>
>> <a href="http://10.81.5.49:8000" rel="noreferrer" target="_blank">10.81.5.49:8000</a> <<a href="http://10.81.5.49:8000" rel="noreferrer" target="_blank">http://10.81.5.49:8000</a>><br>
>> >> <<a href="http://10.81.5.49:8000" rel="noreferrer" target="_blank">http://10.81.5.49:8000</a>><br>
>> >> > <*MailScanner warning: numerical links are often<br>
>> malicious:*<br>
>> >> <a href="http://10.81.5.49:8000" rel="noreferrer" target="_blank">http://10.81.5.49:8000</a> <<a href="http://10.81.5.49:8000" rel="noreferrer" target="_blank">http://10.81.5.49:8000</a>>> -t public<br>
>> >> > PHP 7.2.15-0ubuntu0.18.04.2 Development Server <br>
>> started at<br>
>> >> Tue Apr 2<br>
>> >> > 10:29:30 2019<br>
>> >> > Listening on *MailScanner warning: numerical links are<br>
>> often<br>
>> >> malicious:* <a href="http://10.81.5.49:8000" rel="noreferrer" target="_blank">http://10.81.5.49:8000</a> <br>
>> <<a href="http://10.81.5.49:8000" rel="noreferrer" target="_blank">http://10.81.5.49:8000</a>><br>
>> >> > Document root is /srv/birdseye/public<br>
>> >> > Press Ctrl-C to quit.<br>
>> >> > [Tue Apr 2 10:29:43 2019] PHP Warning:<br>
>> >> ><br>
>> >> <br>
>> require_once(/srv/birdseye/bootstrap/../vendor/autoload.php):<br>
>> >> failed to<br>
>> >> > open stream: No such file or directory in<br>
>> >> > /srv/birdseye/bootstrap/app.php on line 3<br>
>> >> > [Tue Apr 2 10:29:43 2019] PHP Fatal error:<br>
>> require_once():<br>
>> >> Failed<br>
>> >> > opening required<br>
>> >> '/srv/birdseye/bootstrap/../vendor/autoload.php'<br>
>> >> > (include_path='.:/usr/share/php') in<br>
>> >> /srv/birdseye/bootstrap/app.php on<br>
>> >> > line 3<br>
>> >> > [Tue Apr 2 10:29:43 2019] *MailScanner warning: <br>
>> numerical<br>
>> >> links are often malicious:* <a href="http://10.81.15.1:13053" rel="noreferrer" target="_blank">10.81.15.1:13053</a><br>
>> <<a href="http://10.81.15.1:13053" rel="noreferrer" target="_blank">http://10.81.15.1:13053</a>><br>
>> >> <<a href="http://10.81.15.1:13053" rel="noreferrer" target="_blank">http://10.81.15.1:13053</a>> <*MailScanner warning: <br>
>> numerical<br>
>> >> links are often malicious:* <a href="http://10.81.15.1:13053" rel="noreferrer" target="_blank">http://10.81.15.1:13053</a><br>
>> >> <<a href="http://10.81.15.1:13053" rel="noreferrer" target="_blank">http://10.81.15.1:13053</a>>><br>
>> >> > [500]: / - require_once(): Failed opening required<br>
>> >> > '/srv/birdseye/bootstrap/../vendor/autoload.php'<br>
>> >> > (include_path='.:/usr/share/php') in<br>
>> >> /srv/birdseye/bootstrap/app.php on<br>
>> >> > line 3<br>
>> >> ><br>
>> >> > I've looked up in v 1.2 dir., but there's no dir <br>
>> "vendor"<br>
>> >> with it's content.<br>
>> >> > Should i simply copy it from previous version (I don't<br>
>> know<br>
>> >> if there<br>
>> >> > were any changes in content/srcipts related with <br>
>> version<br>
>> >> migration 1.1.4<br>
>> >> > -> 1.2.0)?<br>
>> >> ><br>
>> >> > vvle@rs2-1804:/srv/birdseye-v1.1.4$<br>
>> >> <mailto:<a href="mailto:vvle@rs2-1804" target="_blank">vvle@rs2-1804</a><br>
>> <mailto:<a href="mailto:vvle@rs2-1804" target="_blank">vvle@rs2-1804</a>>:/srv/birdseye-v1.1.4$> ls -la<br>
>> >> > total 236<br>
>> >> > drwxr-xr-x 13 501 staff 4096 Jul 3 2018 .<br>
>> >> > drwxr-xr-x 4 root root 4096 Apr 2 10:33 ..<br>
>> >> > drwxr-xr-x 10 501 staff 4096 Apr 2 10:33 app<br>
>> >> > -rwxr-xr-x 1 501 staff 1094 Apr 26 2017 artisan<br>
>> >> > drwxr-xr-x 2 501 staff 4096 Apr 2 10:33 bin<br>
>> >> > drwxr-xr-x 2 501 staff 4096 Apr 2 10:33 bootstrap<br>
>> >> > -rw-r--r-- 1 501 staff 798 Jul 3 2018 <br>
>> composer.json<br>
>> >> > -rw-r--r-- 1 501 staff 125370 Jul 3 2018 <br>
>> composer.lock<br>
>> >> > drwxr-xr-x 6 501 staff 4096 Apr 2 10:33 data<br>
>> >> > drwxr-xr-x 5 501 staff 4096 Apr 2 10:33 database<br>
>> >> > -rw-r--r-- 1 501 staff 2890 Jun 8 2017 <br>
>> .env.example<br>
>> >> > -rw-r--r-- 1 501 staff 2951 Jun 8 2017 <br>
>> .env.vagrant<br>
>> >> > -rw-r--r-- 1 501 staff 96 May 30 2017 .gitignore<br>
>> >> > drwxr-xr-x 3 501 staff 4096 Jul 3 2018 .idea<br>
>> >> > -rw-r--r-- 1 501 staff 1115 Apr 26 2017 LICENSE.md<br>
>> >> > -rw-r--r-- 1 501 staff 951 Apr 26 2017 <br>
>> phpunit.xml<br>
>> >> > drwxr-xr-x 2 501 staff 4096 Apr 2 10:33 public<br>
>> >> > -rw-r--r-- 1 501 staff 14217 Jul 3 2018 README.md<br>
>> >> > drwxr-xr-x 3 501 staff 4096 Apr 2 10:33 resources<br>
>> >> > -rw-r--r-- 1 501 staff 316 Apr 26 2017<br>
>> >> skipcache_ips.php.dist<br>
>> >> > drwxrwxrwx 5 501 staff 4096 Apr 2 10:33 storage<br>
>> >> > drwxr-xr-x 2 501 staff 4096 Apr 2 10:33 tests<br>
>> >> > -rw-r--r-- 1 501 staff 1053 Jul 3 2018<br>
>> >> Vagrant-bootstrap.sh<br>
>> >> > -rw-r--r-- 1 501 staff 3627 Jun 8 2017 <br>
>> Vagrantfile<br>
>> >> > drwxr-xr-x 14 501 staff 4096 Apr 2 10:33 vendor<br>
>> >> > -rw-r--r-- 1 501 staff 48 Jul 3 2018 <br>
>> version.php<br>
>> >> ><br>
>> >> > vvle@rs2-1804:/srv/birdseye$ ls -la<br>
>> >> > total 236<br>
>> >> > drwxrwxr-x 11 root root 4096 Apr 2 10:27 .<br>
>> >> > drwxr-xr-x 4 root root 4096 Apr 2 10:33 ..<br>
>> >> > drwxrwxr-x 10 root root 4096 Mar 24 12:18 app<br>
>> >> > -rwxrwxr-x 1 root root 1094 Mar 24 12:18 artisan<br>
>> >> > drwxrwxr-x 2 root root 4096 Mar 24 12:18 bin<br>
>> >> > drwxrwxr-x 2 root root 4096 Apr 2 10:22 bootstrap<br>
>> >> > -rw-rw-r-- 1 root root 798 Mar 24 12:18 <br>
>> composer.json<br>
>> >> > -rw-rw-r-- 1 root root 127940 Mar 24 12:18 <br>
>> composer.lock<br>
>> >> > drwxrwxr-x 6 root root 4096 Mar 24 12:18 data<br>
>> >> > drwxrwxr-x 5 root root 4096 Mar 24 12:18 database<br>
>> >> > -rw-r--r-- 1 root root 2887 Apr 2 10:27 .env<br>
>> >> > -rw-rw-r-- 1 root root 2890 Mar 24 12:18 <br>
>> .env.example<br>
>> >> > -rw-rw-r-- 1 root root 2950 Mar 24 12:18 <br>
>> .env.vagrant<br>
>> >> > -rw-rw-r-- 1 root root 96 Mar 24 12:18 .gitignore<br>
>> >> > -rw-rw-r-- 1 root root 1115 Mar 24 12:18 LICENSE.md<br>
>> >> > -rw-rw-r-- 1 root root 951 Mar 24 12:18 phpunit.xml<br>
>> >> > drwxrwxr-x 2 root root 4096 Mar 24 12:18 public<br>
>> >> > -rw-rw-r-- 1 root root 14218 Mar 24 12:18 README.md<br>
>> >> > drwxrwxr-x 3 root root 4096 Mar 24 12:18 resources<br>
>> >> > -rw-rw-r-- 1 root root 316 Mar 24 12:18<br>
>> >> skipcache_ips.php.dist<br>
>> >> > drwxrwxr-x 5 root root 4096 Mar 24 12:18 storage<br>
>> >> > drwxrwxr-x 2 root root 4096 Mar 24 12:18 tests<br>
>> >> > -rw-rw-r-- 1 root root 1242 Mar 24 12:18<br>
>> Vagrant-bootstrap.sh<br>
>> >> > -rw-rw-r-- 1 root root 570 Mar 24 12:18 Vagrantfile<br>
>> >> > -rw-rw-r-- 1 root root 48 Mar 24 12:18 version.php<br>
>> >> ><br>
>> >> > Best regards,<br>
>> >> ><br>
>> >> > V. Leontjev.<br>
>> >> ><br>
>> >> > пн, 1 апр. 2019 г. в 21:46, Barry O'Donovan<br>
>> >> <<a href="mailto:barry.odonovan@inex.ie" target="_blank">barry.odonovan@inex.ie</a> <mailto:<a href="mailto:barry.odonovan@inex.ie" target="_blank">barry.odonovan@inex.ie</a>><br>
>> <mailto:<a href="mailto:barry.odonovan@inex.ie" target="_blank">barry.odonovan@inex.ie</a> <mailto:<a href="mailto:barry.odonovan@inex.ie" target="_blank">barry.odonovan@inex.ie</a>>><br>
>> >> > <mailto:<a href="mailto:barry.odonovan@inex.ie" target="_blank">barry.odonovan@inex.ie</a><br>
>> <mailto:<a href="mailto:barry.odonovan@inex.ie" target="_blank">barry.odonovan@inex.ie</a>><br>
>> >> <mailto:<a href="mailto:barry.odonovan@inex.ie" target="_blank">barry.odonovan@inex.ie</a><br>
>> <mailto:<a href="mailto:barry.odonovan@inex.ie" target="_blank">barry.odonovan@inex.ie</a>>>>>:<br>
>> >> ><br>
>> >> > Hi Vladislav,<br>
>> >> ><br>
>> >> > thanks for making the effort to provide such a<br>
>> detailed<br>
>> >> report - it's<br>
>> >> > very helpful.<br>
>> >> ><br>
>> >> > The issue is most likely that Birdseye 1.1.x <br>
>> will not<br>
>> >> support Bird<br>
>> >> > v2 as<br>
>> >> > some of the output format changed.<br>
>> >> ><br>
>> >> > We have already written Bird v2 support into the<br>
>> Bird's<br>
>> >> Eye master<br>
>> >> > branch for work we are doing on the soon to be<br>
>> released<br>
>> >> IXP Manager v5.<br>
>> >> > I've now tagged this as Bird's Eye v1.2.0 - can<br>
>> you try<br>
>> >> that:<br>
>> >> ><br>
>> >> > <a href="https://github.com/inex/birdseye/releases/tag/v1.2.0" rel="noreferrer" target="_blank">https://github.com/inex/birdseye/releases/tag/v1.2.0</a><br>
>> >> ><br>
>> >> > Thanks,<br>
>> >> > - Barry<br>
>> >> ><br>
>> >> ><br>
>> >> > Vladislav Leontjev wrote on 01/04/2019 19:00:<br>
>> >> > > Hello team,<br>
>> >> > ><br>
>> >> > > Need your assistance in setting up LG; The <br>
>> platform<br>
>> >> is testing, not<br>
>> >> > > production one.<br>
>> >> > > IXP manager Ubuntu 16.04.6 LTS built from<br>
>> scripts; RS<br>
>> >> Ubuntu<br>
>> >> > 18.04.2 LTS<br>
>> >> > > uses bird 2.0.4 | birdeye 1.1.4<br>
>> >> > > All the VMs are freshly installed;<br>
>> >> > ><br>
>> >> > > *********************************<br>
>> >> > ><br>
>> >> > > mysql> SELECT * FROM routers WHERE id = 1\G<br>
>> >> > > *************************** 1. row<br>
>> >> ***************************<br>
>> >> > > id: 1<br>
>> >> > > vlan_id: 1<br>
>> >> > > handle: rs1-lan1-ipv4<br>
>> >> > > protocol: 4<br>
>> >> > > type: 1<br>
>> >> > > name: IXP LAN1 - IPv4<br>
>> >> > > shortname: RS1 - LAN1 - IPv4<br>
>> >> > > router_id: 10.81.15.49<br>
>> >> > > peering_ip: 10.81.15.49<br>
>> >> > > asn: 64540<br>
>> >> > > software: 1<br>
>> >> > > mgmt_host: 10.81.5.49<br>
>> >> > > api:<br>
>> <a href="http://rs1-lan1-ipv4.litix.lt/api/status" rel="noreferrer" target="_blank">http://rs1-lan1-ipv4.litix.lt/api/status</a><br>
>> >> > > api_type: 1<br>
>> >> > > lg_access: 0<br>
>> >> > > quarantine: 0<br>
>> >> > > bgp_lc: 0<br>
>> >> > > template: <br>
>> api/v4/router/server/bird/standard<br>
>> >> > > skip_md5: 1<br>
>> >> > > last_updated: NULL<br>
>> >> > > 1 row in set (0.00 sec)<br>
>> >> > ><br>
>> >> > > *****************************************<br>
>> >> > ><br>
>> >> > > vvle@IXP-Manager-T72:~$ ping<br>
>> <a href="http://rs1-lan1-ipv4.litix.lt" rel="noreferrer" target="_blank">rs1-lan1-ipv4.litix.lt</a> <<a href="http://rs1-lan1-ipv4.litix.lt" rel="noreferrer" target="_blank">http://rs1-lan1-ipv4.litix.lt</a>><br>
>> >> <<a href="http://rs1-lan1-ipv4.litix.lt" rel="noreferrer" target="_blank">http://rs1-lan1-ipv4.litix.lt</a>><br>
>> >> > <<a href="http://rs1-lan1-ipv4.litix.lt" rel="noreferrer" target="_blank">http://rs1-lan1-ipv4.litix.lt</a>><br>
>> >> > > <<a href="http://rs1-lan1-ipv4.litix.lt" rel="noreferrer" target="_blank">http://rs1-lan1-ipv4.litix.lt</a>> -c 1<br>
>> >> > > PING <a href="http://rs1-lan1-ipv4.litix.lt" rel="noreferrer" target="_blank">rs1-lan1-ipv4.litix.lt</a><br>
>> <<a href="http://rs1-lan1-ipv4.litix.lt" rel="noreferrer" target="_blank">http://rs1-lan1-ipv4.litix.lt</a>><br>
>> >> <<a href="http://rs1-lan1-ipv4.litix.lt" rel="noreferrer" target="_blank">http://rs1-lan1-ipv4.litix.lt</a>><br>
>> <<a href="http://rs1-lan1-ipv4.litix.lt" rel="noreferrer" target="_blank">http://rs1-lan1-ipv4.litix.lt</a>><br>
>> >> > <<a href="http://rs1-lan1-ipv4.litix.lt" rel="noreferrer" target="_blank">http://rs1-lan1-ipv4.litix.lt</a>> (10.81.5.49)<br>
>> >> > > 56(84) bytes of data.<br>
>> >> > > 64 bytes from <a href="http://rs1-lan1-ipv4.litix.lt" rel="noreferrer" target="_blank">rs1-lan1-ipv4.litix.lt</a><br>
>> <<a href="http://rs1-lan1-ipv4.litix.lt" rel="noreferrer" target="_blank">http://rs1-lan1-ipv4.litix.lt</a>><br>
>> >> <<a href="http://rs1-lan1-ipv4.litix.lt" rel="noreferrer" target="_blank">http://rs1-lan1-ipv4.litix.lt</a>><br>
>> >> > <<a href="http://rs1-lan1-ipv4.litix.lt" rel="noreferrer" target="_blank">http://rs1-lan1-ipv4.litix.lt</a>><br>
>> >> <<a href="http://rs1-lan1-ipv4.litix.lt" rel="noreferrer" target="_blank">http://rs1-lan1-ipv4.litix.lt</a>><br>
>> >> > > (10.81.5.49): icmp_seq=1 ttl=62 time=1.43 ms<br>
>> >> > ><br>
>> >> > > --- <a href="http://rs1-lan1-ipv4.litix.lt" rel="noreferrer" target="_blank">rs1-lan1-ipv4.litix.lt</a><br>
>> <<a href="http://rs1-lan1-ipv4.litix.lt" rel="noreferrer" target="_blank">http://rs1-lan1-ipv4.litix.lt</a>><br>
>> >> <<a href="http://rs1-lan1-ipv4.litix.lt" rel="noreferrer" target="_blank">http://rs1-lan1-ipv4.litix.lt</a>><br>
>> <<a href="http://rs1-lan1-ipv4.litix.lt" rel="noreferrer" target="_blank">http://rs1-lan1-ipv4.litix.lt</a>><br>
>> >> > <<a href="http://rs1-lan1-ipv4.litix.lt" rel="noreferrer" target="_blank">http://rs1-lan1-ipv4.litix.lt</a>> ping<br>
>> >> > > statistics ---<br>
>> >> > > 1 packets transmitted, 1 received, 0% packet <br>
>> loss,<br>
>> >> time 0ms<br>
>> >> > > rtt min/avg/max/mdev = <br>
>> 1.432/1.432/1.432/0.000 ms<br>
>> >> > ><br>
>> >> > > ******************************************<br>
>> >> > ><br>
>> >> > > vvle@IXP-Manager-T72:~$ dig +short<br>
>> >> <a href="http://rs1-lan1-ipv4.litix.lt" rel="noreferrer" target="_blank">rs1-lan1-ipv4.litix.lt</a> <<a href="http://rs1-lan1-ipv4.litix.lt" rel="noreferrer" target="_blank">http://rs1-lan1-ipv4.litix.lt</a>><br>
>> <<a href="http://rs1-lan1-ipv4.litix.lt" rel="noreferrer" target="_blank">http://rs1-lan1-ipv4.litix.lt</a>><br>
>> >> > <<a href="http://rs1-lan1-ipv4.litix.lt" rel="noreferrer" target="_blank">http://rs1-lan1-ipv4.litix.lt</a>><br>
>> >> > > <<a href="http://rs1-lan1-ipv4.litix.lt" rel="noreferrer" target="_blank">http://rs1-lan1-ipv4.litix.lt</a>><br>
>> >> > > vvle@IXP-Manager-T72:~$<br>
>> >> > ><br>
>> >> > > I've added static entry in /etc/hosts;<br>
>> >> > > 10.81.5.49 <a href="http://rs1-lan1-ipv4.litix.lt" rel="noreferrer" target="_blank">rs1-lan1-ipv4.litix.lt</a><br>
>> <<a href="http://rs1-lan1-ipv4.litix.lt" rel="noreferrer" target="_blank">http://rs1-lan1-ipv4.litix.lt</a>><br>
>> >> <<a href="http://rs1-lan1-ipv4.litix.lt" rel="noreferrer" target="_blank">http://rs1-lan1-ipv4.litix.lt</a>><br>
>> <<a href="http://rs1-lan1-ipv4.litix.lt" rel="noreferrer" target="_blank">http://rs1-lan1-ipv4.litix.lt</a>><br>
>> >> > <<a href="http://rs1-lan1-ipv4.litix.lt" rel="noreferrer" target="_blank">http://rs1-lan1-ipv4.litix.lt</a>><br>
>> >> > ><br>
>> >> > > *******************************************<br>
>> >> > ><br>
>> >> > > vvle@IXP-Manager-T72:~$ curl -v<br>
>> >> > <a href="http://rs1-lan1-ipv4.litix.lt/api/status" rel="noreferrer" target="_blank">http://rs1-lan1-ipv4.litix.lt/api/status</a><br>
>> >> > > * Trying 10.81.5.49...<br>
>> >> > > * Connected to <a href="http://rs1-lan1-ipv4.litix.lt" rel="noreferrer" target="_blank">rs1-lan1-ipv4.litix.lt</a><br>
>> <<a href="http://rs1-lan1-ipv4.litix.lt" rel="noreferrer" target="_blank">http://rs1-lan1-ipv4.litix.lt</a>><br>
>> >> <<a href="http://rs1-lan1-ipv4.litix.lt" rel="noreferrer" target="_blank">http://rs1-lan1-ipv4.litix.lt</a>><br>
>> >> > <<a href="http://rs1-lan1-ipv4.litix.lt" rel="noreferrer" target="_blank">http://rs1-lan1-ipv4.litix.lt</a>><br>
>> >> <<a href="http://rs1-lan1-ipv4.litix.lt" rel="noreferrer" target="_blank">http://rs1-lan1-ipv4.litix.lt</a>><br>
>> >> > > (10.81.5.49) port 80 (#0)<br>
>> >> > > > GET /api/status HTTP/1.1<br>
>> >> > > > Host: <a href="http://rs1-lan1-ipv4.litix.lt" rel="noreferrer" target="_blank">rs1-lan1-ipv4.litix.lt</a><br>
>> <<a href="http://rs1-lan1-ipv4.litix.lt" rel="noreferrer" target="_blank">http://rs1-lan1-ipv4.litix.lt</a>><br>
>> >> <<a href="http://rs1-lan1-ipv4.litix.lt" rel="noreferrer" target="_blank">http://rs1-lan1-ipv4.litix.lt</a>><br>
>> <<a href="http://rs1-lan1-ipv4.litix.lt" rel="noreferrer" target="_blank">http://rs1-lan1-ipv4.litix.lt</a>><br>
>> >> > <<a href="http://rs1-lan1-ipv4.litix.lt" rel="noreferrer" target="_blank">http://rs1-lan1-ipv4.litix.lt</a>><br>
>> >> > > > User-Agent: curl/7.47.0<br>
>> >> > > > Accept: */*<br>
>> >> > > ><br>
>> >> > > < HTTP/1.1 200 OK<br>
>> >> > > < Cache-Control: no-cache<br>
>> >> > > < Content-Type: application/json<br>
>> >> > > < Date: Mon, 01 Apr 2019 15:44:22 GMT<br>
>> >> > > < Content-Length: 168<br>
>> >> > > < Server: lighttpd/1.4.45<br>
>> >> > > <<br>
>> >> > > * Connection #0 to host <a href="http://rs1-lan1-ipv4.litix.lt" rel="noreferrer" target="_blank">rs1-lan1-ipv4.litix.lt</a><br>
>> <<a href="http://rs1-lan1-ipv4.litix.lt" rel="noreferrer" target="_blank">http://rs1-lan1-ipv4.litix.lt</a>><br>
>> >> <<a href="http://rs1-lan1-ipv4.litix.lt" rel="noreferrer" target="_blank">http://rs1-lan1-ipv4.litix.lt</a>><br>
>> >> > <<a href="http://rs1-lan1-ipv4.litix.lt" rel="noreferrer" target="_blank">http://rs1-lan1-ipv4.litix.lt</a>><br>
>> >> > > <<a href="http://rs1-lan1-ipv4.litix.lt" rel="noreferrer" target="_blank">http://rs1-lan1-ipv4.litix.lt</a>> left intact<br>
>> >> > ><br>
>> >> ><br>
>> >> <br>
>> {"api":{"from_cache":true,"ttl_mins":1,"version":"1.1.4","max_routes":1000},"status":{"version":"2.0.4","router_id":"10.81.15.49","message":"Daemon <br>
>><br>
>> >> ><br>
>> >> > > is up and running"}}vvle@IXP-Manager-T72:~$<br>
>> >> > ><br>
>> >> > > *********************************************<br>
>> >> > > /srv/ixpmanager/storage/logs/laravel.log<br>
>> >> > > [2019-04-01 17:11:17] production.ERROR:<br>
>> >> > ><br>
>> >> ><br>
>> >> <br>
>> file_get_contents(<a href="http://rs1-lan1-ipv4.litix.lt/api/status/status?use_cache=0" rel="noreferrer" target="_blank">http://rs1-lan1-ipv4.litix.lt/api/status/status?use_cache=0</a>): <br>
>><br>
>> >> ><br>
>> >> > > failed to open stream: HTTP request failed!<br>
>> HTTP/1.0<br>
>> >> 404 Not Found<br>
>> >> > > {"exception":"[object] <br>
>> (ErrorException(code: 0):<br>
>> >> > ><br>
>> >> ><br>
>> >> <br>
>> file_get_contents(<a href="http://rs1-lan1-ipv4.litix.lt/api/status/status?use_cache=0" rel="noreferrer" target="_blank">http://rs1-lan1-ipv4.litix.lt/api/status/status?use_cache=0</a>): <br>
>><br>
>> >> ><br>
>> >> > > failed to open stream: HTTP request failed!<br>
>> HTTP/1.0<br>
>> >> 404 Not Found<br>
>> >> > > at<br>
>> >> <br>
>> /srv/ixpmanager/app/Services/LookingGlass/BirdsEye.php:104)<br>
>> >> > > [stacktrace]<br>
>> >> > > *********************************************<br>
>> >> > > vvle@rs2-1804:~$ ls -la /usr/var/run<br>
>> >> > > total 8<br>
>> >> > > drwxr-xr-x 2 root root 4096 Apr 1 17:08 .<br>
>> >> > > drwxr-xr-x 3 root root 4096 Mar 29 11:15 ..<br>
>> >> > > srw-rw---- 1 root root 0 Apr 1 17:08 <br>
>> bird.ctl<br>
>> >> > > vvle@rs2-1804:~$<br>
>> >> > > *********************************************<br>
>> >> > > vvle@rs2-1804:~$ ls -la /srv/birdseye/<br>
>> >> > > -rw-r--r-- 1 root root 2884 Apr 1<br>
>> 16:12 .env<br>
>> >> > > *********************************************<br>
>> >> > > vvle@rs2-1804:~$ sudo cat /srv/birdseye/.env |<br>
>> egrep -v<br>
>> >> > '(^#)|(^\s*$)'<br>
>> >> > > BIRDC="/usr/bin/sudo /srv/birdseye/bin/birdc <br>
>> -4 -s<br>
>> >> > /usr/var/run/bird.ctl"<br>
>> >> > > CACHE_DRIVER=file<br>
>> >> > > LOOKING_GLASS_ENABLED=true<br>
>> >> > > *********************************************<br>
>> >> > > vvle@rs2-1804:~$ sudo /usr/sbin/birdc -s<br>
>> >> /usr/var/run/bird.ctl<br>
>> >> > show status<br>
>> >> > > BIRD 2.0.4 ready.<br>
>> >> > > BIRD 2.0.4<br>
>> >> > > Router ID is 10.81.15.49<br>
>> >> > > Current server time is 2019-04-01 17:16:47.706<br>
>> >> > > Last reboot on 2019-04-01 17:08:47.929<br>
>> >> > > Last reconfiguration on 2019-04-01 17:08:47.929<br>
>> >> > > Daemon is up and running<br>
>> >> > > **********************************************<br>
>> >> > > vvle@rs2-1804:~$ sudo cat /etc/sudoers<br>
>> >> /etc/sudoers.d/* | grep<br>
>> >> > birdseye<br>
>> >> > > www-data ALL=(ALL) NOPASSWD:<br>
>> >> /srv/birdseye/bin/birdc<br>
>> >> > > **********************************************<br>
>> >> > > vvle@rs2-1804:~$ sudo /srv/birdseye/bin/birdc <br>
>> -4 -s<br>
>> >> > > /usr/var/run/bird.ctl show status<br>
>> >> > > BIRD 2.0.4 ready.<br>
>> >> > > Access restricted<br>
>> >> > > BIRD 2.0.4<br>
>> >> > > Router ID is 10.81.15.49<br>
>> >> > > Current server time is 2019-04-01 17:18:12.655<br>
>> >> > > Last reboot on 2019-04-01 17:08:47.929<br>
>> >> > > Last reconfiguration on 2019-04-01 17:08:47.929<br>
>> >> > > Daemon is up and running<br>
>> >> > > ************************************************<br>
>> >> > > vvle@rs2-1804:~$ sudo netstat -lpn | grep <br>
>> lighttpd<br>
>> >> > > tcp 0 0 *MailScanner has detected a<br>
>> >> possible fraud attempt from "10.81.5.49" claiming to be*<br>
>> >> <a href="http://10.81.5.49:80" rel="noreferrer" target="_blank">10.81.5.49:80</a> <<a href="http://10.81.5.49:80" rel="noreferrer" target="_blank">http://10.81.5.49:80</a>> <<a href="http://10.81.5.49:80" rel="noreferrer" target="_blank">http://10.81.5.49:80</a>><br>
>> <*MailScanner warning:<br>
>> >> numerical links are often malicious:* <br>
>> <a href="http://10.81.5.49:80" rel="noreferrer" target="_blank">http://10.81.5.49:80</a><br>
>> >> <<a href="http://10.81.5.49:80" rel="noreferrer" target="_blank">http://10.81.5.49:80</a>>><br>
>> >> > <*MailScanner warning: numerical links are often<br>
>> >> malicious:* <a href="http://10.81.5.49:80" rel="noreferrer" target="_blank">http://10.81.5.49:80</a> <<a href="http://10.81.5.49:80" rel="noreferrer" target="_blank">http://10.81.5.49:80</a>>><br>
>> >> > > 0.0.0.0:* LISTEN 1256/lighttpd<br>
>> >> > > unix 2 [ ACC ] STREAM LISTENING <br>
>> 24497<br>
>> >> > 1268/php-cgi<br>
>> >> > > /var/run/lighttpd/php.socket-0<br>
>> >> > > ************************************************<br>
>> >> > > vvle@rs2-1804:~$ sudo netstat -lpn | grep php<br>
>> >> > > unix 2 [ ACC ] STREAM LISTENING <br>
>> 24497<br>
>> >> > 1268/php-cgi<br>
>> >> > > /var/run/lighttpd/php.socket-0<br>
>> >> > > ************************************************<br>
>> >> > > vvle@rs2-1804:~$ sudo cat<br>
>> /etc/lighttpd/lighttpd.conf<br>
>> >> > > # Sample Bird's Eye Lighttpd config - just <br>
>> added a<br>
>> >> small amount to<br>
>> >> > > # the standard Lighttpd configuration.<br>
>> >> > ><br>
>> >> > > server.modules = (<br>
>> >> > > "mod_access",<br>
>> >> > > "mod_alias",<br>
>> >> > > "mod_compress",<br>
>> >> > > "mod_redirect",<br>
>> >> > > "mod_rewrite",<br>
>> >> > > )<br>
>> >> > ><br>
>> >> > > server.document-root =<br>
>> "/srv/birdseye/public"<br>
>> >> > > server.upload-dirs = (<br>
>> >> "/var/cache/lighttpd/uploads" )<br>
>> >> > > server.errorlog =<br>
>> >> "/var/log/lighttpd/error.log"<br>
>> >> > > server.pid-file =<br>
>> "/var/run/lighttpd.pid"<br>
>> >> > > server.username = "www-data"<br>
>> >> > > server.groupname = "www-data"<br>
>> >> > > server.port = 80<br>
>> >> > > server.bind = "10.81.5.49"<br>
>> >> > ><br>
>> >> > ><br>
>> >> > > index-file.names = ( "index.php",<br>
>> >> "index.html",<br>
>> >> > > "index.lighttpd.html" )<br>
>> >> > > url.access-deny = ( "~", ".inc" )<br>
>> >> > > static-file.exclude-extensions = ( ".php", <br>
>> ".pl",<br>
>> >> ".fcgi" )<br>
>> >> > ><br>
>> >> > > compress.cache-dir =<br>
>> >> "/var/cache/lighttpd/compress/"<br>
>> >> > > compress.filetype = (<br>
>> "application/javascript",<br>
>> >> > "text/css",<br>
>> >> > > "text/html", "text/plain" )<br>
>> >> > ><br>
>> >> > > # default listening port for IPv6 falls back <br>
>> to the<br>
>> >> IPv4 port<br>
>> >> > > ## Use ipv6 if available<br>
>> >> > > #include_shell "/usr/share/lighttpd/<a href="http://use-ipv6.pl" rel="noreferrer" target="_blank">use-ipv6.pl</a><br>
>> <<a href="http://use-ipv6.pl" rel="noreferrer" target="_blank">http://use-ipv6.pl</a>><br>
>> >> <<a href="http://use-ipv6.pl" rel="noreferrer" target="_blank">http://use-ipv6.pl</a>><br>
>> >> > <<a href="http://use-ipv6.pl" rel="noreferrer" target="_blank">http://use-ipv6.pl</a>> <<a href="http://use-ipv6.pl" rel="noreferrer" target="_blank">http://use-ipv6.pl</a>> " +<br>
>> >> > > server.port<br>
>> >> > > include_shell<br>
>> >> "/usr/share/lighttpd/<a href="http://create-mime.assign.pl" rel="noreferrer" target="_blank">create-mime.assign.pl</a><br>
>> <<a href="http://create-mime.assign.pl" rel="noreferrer" target="_blank">http://create-mime.assign.pl</a>><br>
>> >> <<a href="http://create-mime.assign.pl" rel="noreferrer" target="_blank">http://create-mime.assign.pl</a>><br>
>> >> > <<a href="http://create-mime.assign.pl" rel="noreferrer" target="_blank">http://create-mime.assign.pl</a>><br>
>> >> > > <<a href="http://create-mime.assign.pl" rel="noreferrer" target="_blank">http://create-mime.assign.pl</a>>"<br>
>> >> > > include_shell<br>
>> >> "/usr/share/lighttpd/<a href="http://include-conf-enabled.pl" rel="noreferrer" target="_blank">include-conf-enabled.pl</a><br>
>> <<a href="http://include-conf-enabled.pl" rel="noreferrer" target="_blank">http://include-conf-enabled.pl</a>><br>
>> >> <<a href="http://include-conf-enabled.pl" rel="noreferrer" target="_blank">http://include-conf-enabled.pl</a>><br>
>> >> > <<a href="http://include-conf-enabled.pl" rel="noreferrer" target="_blank">http://include-conf-enabled.pl</a>><br>
>> >> > > <<a href="http://include-conf-enabled.pl" rel="noreferrer" target="_blank">http://include-conf-enabled.pl</a>>"<br>
>> >> > ><br>
>> >> > > url.redirect = ()<br>
>> >> > > url.rewrite-once = (<br>
>> >> > ><br>
>> >> > ><br>
>> >> ><br>
>> >> <br>
>> "^/(css|img|js|fonts)/.*\.(jpg|jpeg|gif|png|swf|avi|mpg|mpeg|mp3|flv|ico|css|js|woff|ttf)$" <br>
>><br>
>> >> ><br>
>> >> > > => "$0",<br>
>> >> > > "^/(favicon\.ico|robots\.txt|sitemap\.xml)$" =><br>
>> "$0",<br>
>> >> > > "^/[^\?]*(\?.*)?$" => "index.php/$1"<br>
>> >> > > )<br>
>> >> > ><br>
>> ********************************************************<br>
>> >> > > vvle@IXP-Manager-T72:/srv/birdseye$ curl -v<br>
>> >> *MailScanner warning: numerical links are often <br>
>> malicious:*<br>
>> >> <a href="http://10.81.5.49/lg" rel="noreferrer" target="_blank">http://10.81.5.49/lg</a> <<a href="http://10.81.5.49/lg" rel="noreferrer" target="_blank">http://10.81.5.49/lg</a>><br>
>> >> > > * Trying 10.81.5.49...<br>
>> >> > > * Connected to 10.81.5.49 (10.81.5.49) port <br>
>> 80 (#0)<br>
>> >> > > > GET /lg HTTP/1.1<br>
>> >> > > > Host: 10.81.5.49<br>
>> >> > > > User-Agent: curl/7.47.0<br>
>> >> > > > Accept: */*<br>
>> >> > > ><br>
>> >> > > < HTTP/1.1 302 Found<br>
>> >> > > < Cache-Control: no-cache<br>
>> >> > > < Location: *MailScanner warning: numerical<br>
>> links are<br>
>> >> often malicious:* <a href="http://10.81.5.49/lg/protocols/bgp" rel="noreferrer" target="_blank">http://10.81.5.49/lg/protocols/bgp</a><br>
>> >> <<a href="http://10.81.5.49/lg/protocols/bgp" rel="noreferrer" target="_blank">http://10.81.5.49/lg/protocols/bgp</a>><br>
>> >> > > < Date: Mon, 01 Apr 2019 17:47:31 GMT<br>
>> >> > > < Content-type: text/html; charset=UTF-8<br>
>> >> > > < Content-Length: 380<br>
>> >> > > < Server: lighttpd/1.4.45<br>
>> >> > > <<br>
>> >> > > <!DOCTYPE html><br>
>> >> > > <html><br>
>> >> > > <head><br>
>> >> > > <meta charset="UTF-8" /><br>
>> >> > > <meta http-equiv="refresh"<br>
>> >> > > content="1;url=*MailScanner warning: numerical<br>
>> links<br>
>> >> are often malicious:* <a href="http://10.81.5.49/lg/protocols/bgp" rel="noreferrer" target="_blank">http://10.81.5.49/lg/protocols/bgp</a><br>
>> >> <<a href="http://10.81.5.49/lg/protocols/bgp" rel="noreferrer" target="_blank">http://10.81.5.49/lg/protocols/bgp</a>>" /><br>
>> >> > ><br>
>> >> > > <title>Redirecting to<br>
>> >> > *MailScanner warning: numerical links are often<br>
>> malicious:*<br>
>> >> <a href="http://10.81.5.49/lg/protocols/bgp" rel="noreferrer" target="_blank">http://10.81.5.49/lg/protocols/bgp</a><br>
>> >> <<a href="http://10.81.5.49/lg/protocols/bgp" rel="noreferrer" target="_blank">http://10.81.5.49/lg/protocols/bgp</a>></title><br>
>> >> > > </head><br>
>> >> > > <body><br>
>> >> > > Redirecting to <a<br>
>> >> > ><br>
>> >> > href="*MailScanner warning: numerical links are <br>
>> often<br>
>> >> malicious:* <a href="http://10.81.5.49/lg/protocols/bgp" rel="noreferrer" target="_blank">http://10.81.5.49/lg/protocols/bgp</a><br>
>> >> <<a href="http://10.81.5.49/lg/protocols/bgp" rel="noreferrer" target="_blank">http://10.81.5.49/lg/protocols/bgp</a>>">*MailScanner <br>
>> warning:<br>
>> >> numerical links are often malicious:*<br>
>> >> <a href="http://10.81.5.49/lg/protocols/bgp" rel="noreferrer" target="_blank">http://10.81.5.49/lg/protocols/bgp</a><br>
>> >> <<a href="http://10.81.5.49/lg/protocols/bgp" rel="noreferrer" target="_blank">http://10.81.5.49/lg/protocols/bgp</a>></a>.<br>
>> >> > > </body><br>
>> >> > > * Connection #0 to host 10.81.5.49 left intact<br>
>> >> > ><br>
>> >> <br>
>> ************************************************************<br>
>> >> > > vvle@rs2-1804:~$ curl -v *MailScanner warning:<br>
>> >> numerical links are often malicious:*<br>
>> >> <a href="http://10.81.5.49/lg/protocols/bgp" rel="noreferrer" target="_blank">http://10.81.5.49/lg/protocols/bgp</a><br>
>> >> <<a href="http://10.81.5.49/lg/protocols/bgp" rel="noreferrer" target="_blank">http://10.81.5.49/lg/protocols/bgp</a>><br>
>> >> > > * Trying 10.81.5.49...<br>
>> >> > > * TCP_NODELAY set<br>
>> >> > > * Connected to 10.81.5.49 (10.81.5.49) port <br>
>> 80 (#0)<br>
>> >> > > > GET /lg/protocols/bgp HTTP/1.1<br>
>> >> > > > Host: 10.81.5.49<br>
>> >> > > > User-Agent: curl/7.58.0<br>
>> >> > > > Accept: */*<br>
>> >> > > ><br>
>> >> > > < HTTP/1.1 500 Internal Server Error<br>
>> >> > > < Content-type: text/html; Content-Length: 0<br>
>> >> > > < Date: Mon, 01 Apr 2019 17:21:52 GMT<br>
>> >> > > < Server: lighttpd/1.4.45<br>
>> >> > > <<br>
>> >> > > * Connection #0 to host 10.81.5.49 left intact<br>
>> >> > ><br>
>> >> <br>
>> **************************************************************<br>
>> >> > > vvle@rs2-1804:/srv/birdseye$ ls -la<br>
>> >> > > total 240<br>
>> >> > > drwxr-xr-x 13 root root 4096 Apr 1<br>
>> 16:12 .<br>
>> >> > > drwxr-xr-x 3 root root 4096 Mar 29<br>
>> 11:59 ..<br>
>> >> > > drwxr-xr-x 10 501 staff 4096 Mar 29<br>
>> 11:54 app<br>
>> >> > > -rwxr-xr-x 1 501 staff 1094 Apr 26 <br>
>> 2017<br>
>> >> artisan<br>
>> >> > > drwxr-xr-x 2 501 staff 4096 Apr 1<br>
>> 07:32 bin<br>
>> >> > > drwxr-xr-x 2 501 staff 4096 Mar 29 <br>
>> 11:54<br>
>> >> bootstrap<br>
>> >> > > -rw-r--r-- 1 501 staff 798 Jul 3 <br>
>> 2018<br>
>> >> composer.json<br>
>> >> > > -rw-r--r-- 1 501 staff 125370 Jul 3 <br>
>> 2018<br>
>> >> composer.lock<br>
>> >> > > drwxr-xr-x 6 501 staff 4096 Mar 29<br>
>> 11:54 data<br>
>> >> > > drwxr-xr-x 5 501 staff 4096 Mar 29 <br>
>> 11:54<br>
>> >> database<br>
>> >> > > -rw-r--r-- 1 root root 2884 Apr 1<br>
>> 16:12 .env<br>
>> >> > > -rw-r--r-- 1 501 staff 2890 Jun 8 <br>
>> 2017<br>
>> >> .env.example<br>
>> >> > > -rw-r--r-- 1 501 staff 2951 Jun 8 <br>
>> 2017<br>
>> >> .env.vagrant<br>
>> >> > > -rw-r--r-- 1 501 staff 96 May 30 <br>
>> 2017<br>
>> >> .gitignore<br>
>> >> > > drwxr-xr-x 3 501 staff 4096 Jul 3<br>
>> 2018 .idea<br>
>> >> > > -rw-r--r-- 1 501 staff 1115 Apr 26 <br>
>> 2017<br>
>> >> LICENSE.md<br>
>> >> > > -rw-r--r-- 1 501 staff 951 Apr 26 <br>
>> 2017<br>
>> >> phpunit.xml<br>
>> >> > > drwxr-xr-x 2 501 staff 4096 Apr 1 <br>
>> 12:06<br>
>> >> public<br>
>> >> > > -rw-r--r-- 1 501 staff 14217 Jul 3 <br>
>> 2018<br>
>> >> README.md<br>
>> >> > > drwxr-xr-x 3 501 staff 4096 Mar 29 <br>
>> 11:54<br>
>> >> resources<br>
>> >> > > -rw-r--r-- 1 501 staff 316 Apr 26 <br>
>> 2017<br>
>> >> > skipcache_ips.php.dist<br>
>> >> > > drwxrwxrwx 5 www-data www-data 4096 Mar 29 <br>
>> 11:54<br>
>> >> storage<br>
>> >> > ><br>
>> >> <br>
>> *******************************************************************<br>
>> >> > ><br>
>> >> <br>
>> *******************************************************************<br>
>> >> > > vvle@rs2-1804:/srv/birdseye$ php -S *MailScanner<br>
>> >> warning: numerical links are often malicious:*<br>
>> <a href="http://10.81.5.49:8000" rel="noreferrer" target="_blank">10.81.5.49:8000</a> <<a href="http://10.81.5.49:8000" rel="noreferrer" target="_blank">http://10.81.5.49:8000</a>><br>
>> >> <<a href="http://10.81.5.49:8000" rel="noreferrer" target="_blank">http://10.81.5.49:8000</a>><br>
>> >> > <*MailScanner warning: numerical links are often<br>
>> >> malicious:* <a href="http://10.81.5.49:8000" rel="noreferrer" target="_blank">http://10.81.5.49:8000</a> <br>
>> <<a href="http://10.81.5.49:8000" rel="noreferrer" target="_blank">http://10.81.5.49:8000</a>>><br>
>> >> > > <*MailScanner warning: numerical links are often<br>
>> >> malicious:* <a href="http://10.81.5.49:8000" rel="noreferrer" target="_blank">http://10.81.5.49:8000</a> <br>
>> <<a href="http://10.81.5.49:8000" rel="noreferrer" target="_blank">http://10.81.5.49:8000</a>>><br>
>> >> -t public<br>
>> >> > > PHP 7.2.15-0ubuntu0.18.04.2 Development Server<br>
>> >> started at Mon Apr 1<br>
>> >> > > 17:39:59 2019<br>
>> >> > > Listening on *MailScanner warning: numerical <br>
>> links<br>
>> >> are often malicious:* <a href="http://10.81.5.49:8000" rel="noreferrer" target="_blank">http://10.81.5.49:8000</a><br>
>> >> <<a href="http://10.81.5.49:8000" rel="noreferrer" target="_blank">http://10.81.5.49:8000</a>><br>
>> >> > > Document root is /srv/birdseye/public<br>
>> >> > > Press Ctrl-C to quit.<br>
>> >> > > [Mon Apr 1 17:40:11 2019] PHP Fatal error:<br>
>> Uncaught<br>
>> >> Error: Class<br>
>> >> > > 'Monolog\Logger' not found in<br>
>> >> > ><br>
>> >> <br>
>> /srv/birdseye/vendor/laravel/lumen-framework/src/Application.php:378<br>
>> >> > > Stack trace:<br>
>> >> > > #0<br>
>> >> <br>
>> /srv/birdseye/vendor/illuminate/container/Container.php(731):<br>
>> >> > ><br>
>> >> ><br>
>> >> <br>
>> Laravel\Lumen\Application->Laravel\Lumen\{closure}(Object(Laravel\Lumen\Application), <br>
>><br>
>> >> ><br>
>> >> > > Array)<br>
>> >> > > #1<br>
>> >> <br>
>> /srv/birdseye/vendor/illuminate/container/Container.php(629):<br>
>> >> > ><br>
>> >> Illuminate\Container\Container->build(Object(Closure),<br>
>> Array)<br>
>> >> > > #2<br>
>> >> > ><br>
>> >> ><br>
>> >> <br>
>> /srv/birdseye/vendor/laravel/lumen-framework/src/Application.php(206):<br>
>> >> > ><br>
>> >> <br>
>> Illuminate\Container\Container->make('Psr\\Log\\LoggerI...',<br>
>> >> Array)<br>
>> >> > > #3<br>
>> >> <br>
>> /srv/birdseye/vendor/laravel/lumen-framework/src/helpers.php(39):<br>
>> >> > ><br>
>> >> Laravel\Lumen\Application->make('Psr\\Log\\LoggerI...',<br>
>> Array)<br>
>> >> > > #4<br>
>> >> > ><br>
>> >> ><br>
>> >> <br>
>> /srv/birdseye/vendor/laravel/lumen-framework/src/Exceptions/Handler.php(40): <br>
>><br>
>> >> ><br>
>> >> > > app('Psr\\Log\\LoggerI...')<br>
>> >> > > #5 /srv/birdseye/app/Exceptions/Handler.php(36):<br>
>> >> > ><br>
>> >> <br>
>> Laravel\Lumen\Exceptions\Handler->report(Object(ErrorException))<br>
>> >> > > #6<br>
>> >> > ><br>
>> >> ><br>
>> >> <br>
>> /srv/birdseye/vendor/laravel/lumen-framework/src/Concerns/RegistersExceptionHandlers.php(123): <br>
>><br>
>> >> ><br>
>> >> > > App\Excepti in<br>
>> >> > ><br>
>> >> <br>
>> /srv/birdseye/vendor/laravel/lumen-framework/src/Application.php<br>
>> >> > on line 378<br>
>> >> > > [Mon Apr 1 17:40:11 2019] *MailScanner warning:<br>
>> >> numerical links are often malicious:* <a href="http://10.81.15.1:63409" rel="noreferrer" target="_blank">10.81.15.1:63409</a><br>
>> <<a href="http://10.81.15.1:63409" rel="noreferrer" target="_blank">http://10.81.15.1:63409</a>><br>
>> >> <<a href="http://10.81.15.1:63409" rel="noreferrer" target="_blank">http://10.81.15.1:63409</a>><br>
>> >> > <*MailScanner warning: numerical links are often<br>
>> >> malicious:* <a href="http://10.81.15.1:63409" rel="noreferrer" target="_blank">http://10.81.15.1:63409</a><br>
>> <<a href="http://10.81.15.1:63409" rel="noreferrer" target="_blank">http://10.81.15.1:63409</a>>><br>
>> >> <*MailScanner warning: numerical links are often <br>
>> malicious:*<br>
>> >> <a href="http://10.81.15.1:63409" rel="noreferrer" target="_blank">http://10.81.15.1:63409</a> <<a href="http://10.81.15.1:63409" rel="noreferrer" target="_blank">http://10.81.15.1:63409</a>>><br>
>> >> > > [500]: / - Uncaught Error: Class<br>
>> 'Monolog\Logger' not<br>
>> >> found in<br>
>> >> > ><br>
>> >> <br>
>> /srv/birdseye/vendor/laravel/lumen-framework/src/Application.php:378<br>
>> >> > > Stack trace:<br>
>> >> > > #0<br>
>> >> <br>
>> /srv/birdseye/vendor/illuminate/container/Container.php(731):<br>
>> >> > ><br>
>> >> ><br>
>> >> <br>
>> Laravel\Lumen\Application->Laravel\Lumen\{closure}(Object(Laravel\Lumen\Application), <br>
>><br>
>> >> ><br>
>> >> > > Array)<br>
>> >> > > #1<br>
>> >> <br>
>> /srv/birdseye/vendor/illuminate/container/Container.php(629):<br>
>> >> > ><br>
>> >> Illuminate\Container\Container->build(Object(Closure),<br>
>> Array)<br>
>> >> > > #2<br>
>> >> > ><br>
>> >> ><br>
>> >> <br>
>> /srv/birdseye/vendor/laravel/lumen-framework/src/Application.php(206):<br>
>> >> > ><br>
>> >> <br>
>> Illuminate\Container\Container->make('Psr\\Log\\LoggerI...',<br>
>> >> Array)<br>
>> >> > > #3<br>
>> >> <br>
>> /srv/birdseye/vendor/laravel/lumen-framework/src/helpers.php(39):<br>
>> >> > ><br>
>> >> Laravel\Lumen\Application->make('Psr\\Log\\LoggerI...',<br>
>> Array)<br>
>> >> > > #4<br>
>> >> > ><br>
>> >> ><br>
>> >> <br>
>> /srv/birdseye/vendor/laravel/lumen-framework/src/Exceptions/Handler.php(40): <br>
>><br>
>> >> ><br>
>> >> > > app('Psr\\Log\\LoggerI...')<br>
>> >> > > #5 /srv/birdseye/app/Exceptions/Handler.php(36):<br>
>> >> > ><br>
>> >> <br>
>> Laravel\Lumen\Exceptions\Handler->report(Object(ErrorException))<br>
>> >> > > #6<br>
>> >> > ><br>
>> >> ><br>
>> >> <br>
>> /srv/birdseye/vendor/laravel/lumen-framework/src/Concerns/RegistersExceptionHandlers.php(123): <br>
>><br>
>> >> ><br>
>> >> > > App\Excepti in<br>
>> >> > ><br>
>> >> <br>
>> /srv/birdseye/vendor/laravel/lumen-framework/src/Application.php<br>
>> >> > on line 378<br>
>> >> > > [Mon Apr 1 17:40:11 2019] PHP Fatal error:<br>
>> Uncaught<br>
>> >> Error: Class<br>
>> >> > > 'Monolog\Logger' not found in<br>
>> >> > ><br>
>> >> <br>
>> /srv/birdseye/vendor/laravel/lumen-framework/src/Application.php:378<br>
>> >> > > Stack trace:<br>
>> >> > > #0<br>
>> >> <br>
>> /srv/birdseye/vendor/illuminate/container/Container.php(731):<br>
>> >> > ><br>
>> >> ><br>
>> >> <br>
>> Laravel\Lumen\Application->Laravel\Lumen\{closure}(Object(Laravel\Lumen\Application), <br>
>><br>
>> >> ><br>
>> >> > > Array)<br>
>> >> > > #1<br>
>> >> <br>
>> /srv/birdseye/vendor/illuminate/container/Container.php(629):<br>
>> >> > ><br>
>> >> Illuminate\Container\Container->build(Object(Closure),<br>
>> Array)<br>
>> >> > > #2<br>
>> >> > ><br>
>> >> ><br>
>> >> <br>
>> /srv/birdseye/vendor/laravel/lumen-framework/src/Application.php(206):<br>
>> >> > ><br>
>> >> <br>
>> Illuminate\Container\Container->make('Psr\\Log\\LoggerI...',<br>
>> >> Array)<br>
>> >> > > #3<br>
>> >> <br>
>> /srv/birdseye/vendor/laravel/lumen-framework/src/helpers.php(39):<br>
>> >> > ><br>
>> >> Laravel\Lumen\Application->make('Psr\\Log\\LoggerI...',<br>
>> Array)<br>
>> >> > > #4<br>
>> >> > ><br>
>> >> ><br>
>> >> <br>
>> /srv/birdseye/vendor/laravel/lumen-framework/src/Exceptions/Handler.php(40): <br>
>><br>
>> >> ><br>
>> >> > > app('Psr\\Log\\LoggerI...')<br>
>> >> > > #5 /srv/birdseye/app/Exceptions/Handler.php(36):<br>
>> >> > ><br>
>> >> ><br>
>> >> <br>
>> Laravel\Lumen\Exceptions\Handler->report(Object(Symfony\Component\Debug\Exception\FatalErrorException)) <br>
>><br>
>> >> > > #6<br>
>> >> ><br>
>> >> <br>
>> /srv/birdseye/vendor/laravel/lumen-framework/src/Concerns/Registers<br>
>> >> > > in<br>
>> >> ><br>
>> >> <br>
>> /srv/birdseye/vendor/laravel/lumen-framework/src/Application.php<br>
>> >> on<br>
>> >> > > line 378<br>
>> >> > > ^Cvvle@rs2-1804:/srv/birdseye$<br>
>> >> > ><br>
>> >> > > Found in mailing list with similar problem:<br>
>> >> > ><br>
>> >> <br>
>> <a href="https://www.inex.ie/pipermail/ixpmanager/2017-September/001159.html" rel="noreferrer" target="_blank">https://www.inex.ie/pipermail/ixpmanager/2017-September/001159.html</a><br>
>> >> > > but it had been already fixed in later <br>
>> releases of<br>
>> >> birdeye.<br>
>> >> > > Please suggest the way/approach to resolve;<br>
>> >> > ><br>
>> >> > > Thank you,<br>
>> >> > ><br>
>> >> > > V. Leontjev,<br>
>> >> > ><br>
>> >> > ><br>
>> >> > > _______________________________________________<br>
>> >> > > INEX IXP Manager mailing list<br>
>> >> > > <a href="mailto:ixpmanager@inex.ie" target="_blank">ixpmanager@inex.ie</a> <mailto:<a href="mailto:ixpmanager@inex.ie" target="_blank">ixpmanager@inex.ie</a>><br>
>> <mailto:<a href="mailto:ixpmanager@inex.ie" target="_blank">ixpmanager@inex.ie</a> <mailto:<a href="mailto:ixpmanager@inex.ie" target="_blank">ixpmanager@inex.ie</a>>><br>
>> >> <mailto:<a href="mailto:ixpmanager@inex.ie" target="_blank">ixpmanager@inex.ie</a> <mailto:<a href="mailto:ixpmanager@inex.ie" target="_blank">ixpmanager@inex.ie</a>><br>
>> <mailto:<a href="mailto:ixpmanager@inex.ie" target="_blank">ixpmanager@inex.ie</a> <mailto:<a href="mailto:ixpmanager@inex.ie" target="_blank">ixpmanager@inex.ie</a>>>><br>
>> >> > > Unsubscribe or change options here:<br>
>> >> > <a href="https://www.inex.ie/mailman/listinfo/ixpmanager" rel="noreferrer" target="_blank">https://www.inex.ie/mailman/listinfo/ixpmanager</a><br>
>> >> > ><br>
>> >> ><br>
>> >> ><br>
>> >> > --<br>
>> >> ><br>
>> >> > Kind regards,<br>
>> >> > Barry O'Donovan<br>
>> >> > INEX Operations<br>
>> >> ><br>
>> >> > <a href="https://www.inex.ie/support/" rel="noreferrer" target="_blank">https://www.inex.ie/support/</a><br>
>> >> > +353 1 531 3339<br>
>> >> ><br>
>> >><br>
>> >><br>
>> >> --<br>
>> >><br>
>> >> Kind regards,<br>
>> >> Barry O'Donovan<br>
>> >> INEX Operations<br>
>> >><br>
>> >> <a href="https://www.inex.ie/support/" rel="noreferrer" target="_blank">https://www.inex.ie/support/</a><br>
>> >> +353 1 531 3339<br>
>> >><br>
>> >><br>
>> >><br>
>> >> _______________________________________________<br>
>> >> INEX IXP Manager mailing list<br>
>> >> <a href="mailto:ixpmanager@inex.ie" target="_blank">ixpmanager@inex.ie</a> <mailto:<a href="mailto:ixpmanager@inex.ie" target="_blank">ixpmanager@inex.ie</a>><br>
>> <mailto:<a href="mailto:ixpmanager@inex.ie" target="_blank">ixpmanager@inex.ie</a> <mailto:<a href="mailto:ixpmanager@inex.ie" target="_blank">ixpmanager@inex.ie</a>>><br>
>> >> Unsubscribe or change options<br>
>> here:<a href="https://www.inex.ie/mailman/listinfo/ixpmanager" rel="noreferrer" target="_blank">https://www.inex.ie/mailman/listinfo/ixpmanager</a><br>
>> ><br>
>><br>
>><br>
>> --<br>
>> Kind regards,<br>
>> Barry O'Donovan<br>
>> INEX Operations<br>
>><br>
>> <a href="https://www.inex.ie/support/" rel="noreferrer" target="_blank">https://www.inex.ie/support/</a><br>
>> +353 1 531 3339<br>
>><br>
>><br>
> <br>
> <br>
<br>
<br>
-- <br>
<br>
Kind regards,<br>
Barry O'Donovan<br>
INEX Operations<br>
<br>
<a href="https://www.inex.ie/support/" rel="noreferrer" target="_blank">https://www.inex.ie/support/</a><br>
+353 1 531 3339<br>
<br>
<br>
</blockquote></div>