Hello guys and gals,? please see below.? this is what i am getting out? ?and below that is my config file.? what am I missing.? I did the restart, I rebooted the pi and nothing so far.??
tcp? ? ? ? 0? ? ? 0 localhost:ipp? ? ? ? ? ?0.0.0.0:*? ? ? ? ? ? ? ?LISTEN
tcp? ? ? ? 0? ? ? 0 0.0.0.0:ssh? ? ? ? ? ? ?0.0.0.0:*? ? ? ? ? ? ? ?LISTEN
tcp? ? ? ? 0? ? ? 0 0.0.0.0:1880? ? ? ? ? ? 0.0.0.0:*? ? ? ? ? ? ? ?LISTEN
tcp6? ? ? ?0? ? ? 0 [::]:ssh? ? ? ? ? ? ? ? [::]:*? ? ? ? ? ? ? ? ? LISTEN
tcp6? ? ? ?0? ? ? 0 localhost:ipp? ? ? ? ? ?[::]:*? ? ? ? ? ? ? ? ? LISTEN
tcp6? ? ? ?0? ? ? 0 [::]:5900? ? ? ? ? ? ? ?[::]:*? ? ? ? ? ? ? ? ? LISTEN
udp? ? ? ? 0? ? ? 0 0.0.0.0:41395? ? ? ? ? ?0.0.0.0:*
udp? ? ? ? 0? ? ? 0 0.0.0.0:6666? ? ? ? ? ? 0.0.0.0:*
udp? ? ? ? 0? ? ? 0 0.0.0.0:6666? ? ? ? ? ? 0.0.0.0:*
udp? ? ? ? 0? ? ? 0 0.0.0.0:6666? ? ? ? ? ? 0.0.0.0:*
udp? ? ? ? 0? ? ? 0 0.0.0.0:6667? ? ? ? ? ? 0.0.0.0:*
udp? ? ? ? 0? ? ? 0 0.0.0.0:6667? ? ? ? ? ? 0.0.0.0:*
udp? ? ? ? 0? ? ? 0 0.0.0.0:6667? ? ? ? ? ? 0.0.0.0:*
udp? ? ? ? 0? ? ? 0 0.0.0.0:631? ? ? ? ? ? ?0.0.0.0:*
?This is a ser2net configuration file, tailored to be rather
# simple.
#
# Find detailed documentation in ser2net.yaml(5)
# A fully featured configuration file is in
# /usr/share/doc/ser2net/examples/ser2net.yaml.gz
#
# If you find your configuration more useful than this very simple
# one, please submit it as a bugreport
?
define: &banner \r\nser2net port \p device \d [\B] (Debian GNU/Linux)\r\n\r\n
?
admin:
? ? accepter:tcp,8000
?
connection: &kat
? ? accepter: tcp,8001
? ? enable: on
? ? options:
? ? ? max-connections: 5
? ? connector: serialdev,
? ? ? ? ? ? ?/dev/ttyUSB0,
? ? ? ? ? ? ? 38400n81,local
?
connection: &kpa500
? ? accepter: tcp,localhost,8002
? ? enable: on
? ? options:
? ? ? max-connections: 5
? ? connector: serialdev,
? ? ? ? ? ? ? /dev/ttyUSB1,
? ? ? ? ? ? ? 38400n81,local
?