Hello,
I`m having problem with printer server - p910nd
So i followed different tutorials, but gain nothing

the ip of my router is 192.168.0.1
my config file (/etc/conifig/p910nd) contains

"
config p910nd
    option enabled '1'
    option device '/dev/usb/lp0'
    option port '1'
    option bind '192.168.0.1'
"

but if I use netstat -an command if found out this

root@OpenWrt:~# netstat -an
Active Internet connections (servers and established)
Proto Recv-Q Send-Q Local Address           Foreign Address         State
tcp        0      0 0.0.0.0:9091            0.0.0.0:*               LISTEN
tcp        0      0 0.0.0.0:139             0.0.0.0:*               LISTEN
tcp        0      0 0.0.0.0:9100            0.0.0.0:*               LISTEN


Please help