Zum Inhalt springen
View in the app

A better way to browse. Learn more.

Fachinformatiker.de

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Port freigeben?

Empfohlene Antworten

Hi,

wenn ich nen nmap localhost mache, sehe ich einige Ports mehr als bei nem nmap ipadresse. Wie kann ich die Ports für die IP Adresse öffnen? In /etc/services sind die schon eingetragen. Wie sieht ein Eintrag in der xinetd.conf z.B. für cups aus?

Gruß

Martin

Hi,

das liegt daran, das sich einige Programme nur an bestimmte Netzwerkinterfaces binden.

Die Konfiguration ist von Programm zu Programm unterschiedlich :

z.B.


[Samba]

interfaces = 192.168.1.100, 127.0.0.1

bind interfaces only = yes

oder für BIND

[BIND]

listen-on { 192.168.1.100;

                  127.0.0.1;

}

Um Dienste, die über xinetd gestartet werden an bestimmte Interfaces zu binden gibt es den Parameter "bind". z.B.

bind = 192.168.1.100

Aha, dann müsste es ja eigenltich funzen. In der cups.conf hab ich die Interfaces eingegeben die ich binden will. Leider funktionierts aber net. :-(

code:

---------

........

AuthType Basic

AuthClass System

## Restrict access to local domain

Order Deny,Allow

Deny From All

Allow From 127.0.0.1 172.16.2.3 172.16.255.3

#Encryption Required

</Location>

#

# End of "$Id: cupsd.conf,v 1.12 2002/01/02 20:25:00 mike Exp $".

#

"/etc/cups/cupsd.conf" 699L, 17842C

.......

---------

Gruß

Martin

Archiv

Dieses Thema wurde archiviert und kann nicht mehr beantwortet werden.

Konto

Navigation

Suchen

Suchen

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.