LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   Xdmcp (https://www.linuxquestions.org/questions/linux-networking-3/xdmcp-117385/)

Mickys21 11-18-2003 08:17 AM

Xdmcp
 
I have 3 NIC's in my machine.

If I do a nmap -sU (UDP Scan) on all my IP addresses it shows port 177 (XDMCP) open on all 3 IP addresses.
What I'd like to do is for port 177 to be open on just one of my ip addresses and it closed on the other 2 ip addresses is this possible and how is this acheived?

using tightvnc and gnome (gdm)

thanks in advance

vladkrack 11-19-2003 02:05 PM

One option is to create some rules on your server like:
# iptables -A INPUT -j DROP -s <ip that can't connect> -d <your ip> -p udp --dport 117


All times are GMT -5. The time now is 05:23 AM.