View Single Post
Old 12-13-2018, 06:25 PM   #4
gbm
Wizard
gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.
 
Posts: 2,195
Karma: 8888888
Join Date: Jun 2010
Device: Kobo Clara HD,Hisence Sero 7 Pro RIP, Nook STR, jetbook lite
Quote:
Originally Posted by devtech8 View Post
I did try that and have also tried chrome and firefox to access.
Try using:

Code:
192.168.1.26 port:18080/mobile
If that works then

Code:
192.168.1.26 port: 18080/
The next thing to try will be to change the port, I use 8095 for my server running Mint 19, with Firefox 64.

To verify calibre server is operating on your server open a terminal and use:
Code:
 sudo netstat -lntup
Will give you this:

Spoiler:
Code:
sudo netstat -lntup
[sudo] password for xxxxxxxx: 
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address           Foreign Address         State       PID/Program name    
tcp        0      0 10.2.49.1:53            0.0.0.0:*               LISTEN      2063/dnsmasq        
tcp        0      0 127.0.0.53:53           0.0.0.0:*               LISTEN      762/systemd-resolve 
tcp        0      0 127.0.0.1:631           0.0.0.0:*               LISTEN      794/cupsd           
tcp        0      0 0.0.0.0:445             0.0.0.0:*               LISTEN      1987/smbd           
tcp        0      0 0.0.0.0:9981            0.0.0.0:*               LISTEN      959/tvheadend       
tcp        0      0 0.0.0.0:9982            0.0.0.0:*               LISTEN      959/tvheadend       
tcp        0      0 0.0.0.0:139             0.0.0.0:*               LISTEN      1987/smbd           
tcp6       0      0 fe80::40:4aff:fe03:2:53 :::*                    LISTEN      2063/dnsmasq        
tcp6       0      0 ::1:631                 :::*                    LISTEN      794/cupsd           
tcp6       0      0 :::445                  :::*                    LISTEN      1987/smbd           
tcp6       0      0 :::8095                 :::*                    LISTEN      19875/calibre       
tcp6       0      0 :::139                  :::*                    LISTEN      1987/smbd           
udp        0      0 239.255.255.250:1900    0.0.0.0:*                           959/tvheadend       
udp        0      0 0.0.0.0:55648           0.0.0.0:*                           959/tvheadend       
udp        0      0 10.2.49.1:53            0.0.0.0:*                           2063/dnsmasq        
udp        0      0 127.0.0.53:53           0.0.0.0:*                           762/systemd-resolve 
udp        0      0 0.0.0.0:67              0.0.0.0:*                           2063/dnsmasq        
udp        0      0 0.0.0.0:68              0.0.0.0:*                           2113/dhclient       
udp        0      0 192.168.1.9:123         0.0.0.0:*                           1231/ntpd           
udp        0      0 10.2.49.1:123           0.0.0.0:*                           1231/ntpd           
udp        0      0 127.0.0.1:123           0.0.0.0:*                           1231/ntpd           
udp        0      0 0.0.0.0:123             0.0.0.0:*                           1231/ntpd           
udp        0      0 192.168.1.255:137       0.0.0.0:*                           1217/nmbd           
udp        0      0 192.168.1.9:137         0.0.0.0:*                           1217/nmbd           
udp        0      0 10.2.49.255:137         0.0.0.0:*                           1217/nmbd           
udp        0      0 10.2.49.1:137           0.0.0.0:*                           1217/nmbd           
udp        0      0 0.0.0.0:137             0.0.0.0:*                           1217/nmbd           
udp        0      0 192.168.1.255:138       0.0.0.0:*                           1217/nmbd           
udp        0      0 192.168.1.9:138         0.0.0.0:*                           1217/nmbd           
udp        0      0 10.2.49.255:138         0.0.0.0:*                           1217/nmbd           
udp        0      0 10.2.49.1:138           0.0.0.0:*                           1217/nmbd           
udp        0      0 0.0.0.0:138             0.0.0.0:*                           1217/nmbd           
udp        0      0 0.0.0.0:631             0.0.0.0:*                           888/cups-browsed    
udp        0      0 0.0.0.0:5353            0.0.0.0:*                           19875/calibre       
udp        0      0 0.0.0.0:5353            0.0.0.0:*                           780/avahi-daemon: r 
udp        0      0 0.0.0.0:38524           0.0.0.0:*                           780/avahi-daemon: r 
udp6       0      0 fe80::40:4aff:fe03:2:53 :::*                                2063/dnsmasq        
udp6       0      0 fe80::660d:27e1:b17:123 :::*                                1231/ntpd           
udp6       0      0 2604:2d80:8830:84ec:123 :::*                                1231/ntpd           
udp6       0      0 2604:2d80:8830:84ec:123 :::*                                1231/ntpd           
udp6       0      0 fe80::40:4aff:fe03::123 :::*                                1231/ntpd           
udp6       0      0 ::1:123                 :::*                                1231/ntpd           
udp6       0      0 :::123                  :::*                                1231/ntpd           
udp6       0      0 :::33214                :::*                                780/avahi-daemon: r 
udp6       0      0 :::5353                 :::*                                780/avahi-daemon: r


You can see that my calibre is on port 8095 and is listening.
bernie

Last edited by gbm; 12-13-2018 at 06:50 PM.
gbm is offline   Reply With Quote