FHEM Forum

FHEM => fhem-users => Thema gestartet von: Guest am 07 Januar 2010, 00:40:53

Titel: [FHZ] non-localhost connections
Beitrag von: Guest am 07 Januar 2010, 00:40:53
Originally posted by: <email address deleted>

Hi,
laut commandref.html kann man mit dem global device und port
definieren, dass man non-localhost connections haben kann.
Wie würde so ne Definition aussehen?
port
Listen on the TCP/IP port for incoming connections. To offer
at least a little bit of security, the server will only listen for
connections from the localhost per default. If there is a second value
"global" then the server will listen for non-localhost connections
too.
Habe
attr global port 7072 global
aber es geht nicht:
telnet 192.168.0.67 7072
telnet: cannot connect to remote host (192.168.0.67): Connection
refused

Gruss JOachim

--
You received this message because you are subscribed to the Google Groups "FHEM users" group.
To post to this group, send email to fhem-users@googlegroups.com.
To unsubscribe from this group, send email to fhem-users+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/fhem-users?hl=en.
Titel: [FHZ] Re: non-localhost connections
Beitrag von: Guest am 07 Januar 2010, 05:44:11
Originally posted by: <email address deleted>

On 7 Jan., 00:40, Joachim wrote:
> attr global port 7072 global
> aber es geht nicht:
> telnet 192.168.0.67 7072
> telnet: cannot connect to remote host (192.168.0.67): Connection

Wenn fhem nach dem Eintrag neu gestartet wurde und ein lokales
telnet localhost 7072
geht, dann tippe ich auf eine Standard-Firewall (trotz upper port)
Martin

--
You received this message because you are subscribed to the Google Groups "FHEM users" group.
To post to this group, send email to fhem-users@googlegroups.com.
To unsubscribe from this group, send email to fhem-users+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/fhem-users?hl=en.
Titel: [FHZ] Re: non-localhost connections
Beitrag von: Guest am 10 Januar 2010, 09:07:40
Originally posted by: <email address deleted>

Hi:
Lösung:
attr global port 7072 global
Standard-Firewall war's nicht.

Gruss JOachim

--
You received this message because you are subscribed to the Google Groups "FHEM users" group.
To post to this group, send email to fhem-users@googlegroups.com.
To unsubscribe from this group, send email to fhem-users+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/fhem-users?hl=en.