Hallo,
auf meinem Rootserver erhalte ich unter "netstat --tcp -a -n" folgenden Eintrag (Auszug):
0.0.0.0:port
0.0.0.0:port2
Auf diese 2 Ports kann ich also von überall connecten. Ich möchte jedoch, dass die Ports nur auf localhost lauschen, also da soll stehen:
127.0.0.1:port
127.0.0.1:port2
Wie kann ich das machen?
Gruß
michseel
Ports auf Localhost beschränken
Re: Ports auf Localhost beschränken
Das Programm dass an dem Port lauscht nur an die entsprechende IP binden.
Re: Ports auf Localhost beschränken
Wenn ich wüsste wie ich das beim VMware Server hinbekomme wär ich schlau... Im Internet hab ich nichts gefunden leider :(