Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
port open
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Networking & Security
View previous topic :: View next topic  
Author Message
li1_getoo
l33t
l33t


Joined: 20 Oct 2002
Posts: 661
Location: Queens , NY

PostPosted: Sat Jan 11, 2003 10:37 pm    Post subject: port open Reply with quote

Code:
root # nmap -sU localhost

Starting nmap V. 3.10ALPHA6 ( www.insecure.org/nmap/ )
Interesting ports on localhost (127.0.0.1):
(The 1467 ports scanned but not shown below are in state: closed)
Port       State       Service
68/udp     open        dhcpclient             

Nmap run completed -- 1 IP address (1 host up) scanned in 3.460 seconds


i do have iptables installed but i am a little scared of getting in to it. The same goes for the security page in Docs , but i dont wanna stop blocking stuff and have no clue what i'm doing

how do i stop it from listening to that port
thank u :P
Back to top
View user's profile Send private message
garo
Bodhisattva
Bodhisattva


Joined: 15 Jul 2002
Posts: 860
Location: Edegem,BELGIUM

PostPosted: Sat Jan 11, 2003 10:46 pm    Post subject: Reply with quote

kill your dhcpclient:
Code:
killall dhcpcd


but i wouldn't do it if i where you,if you change anything on your networkcard,dhcp is necessary to get a ip-adress
_________________
My favorite links this month:
- Surf Random
- Web-based SSH
- Stop Spam


Last edited by garo on Sat Jan 11, 2003 11:12 pm; edited 1 time in total
Back to top
View user's profile Send private message
li1_getoo
l33t
l33t


Joined: 20 Oct 2002
Posts: 661
Location: Queens , NY

PostPosted: Sat Jan 11, 2003 10:55 pm    Post subject: Reply with quote

i know that , so what is my best bet on masking this
Back to top
View user's profile Send private message
garo
Bodhisattva
Bodhisattva


Joined: 15 Jul 2002
Posts: 860
Location: Edegem,BELGIUM

PostPosted: Sat Jan 11, 2003 11:13 pm    Post subject: Reply with quote

configure your firewall so that it only allows traffic from the dhcp-server to your udp-port 68.
_________________
My favorite links this month:
- Surf Random
- Web-based SSH
- Stop Spam
Back to top
View user's profile Send private message
li1_getoo
l33t
l33t


Joined: 20 Oct 2002
Posts: 661
Location: Queens , NY

PostPosted: Sun Jan 12, 2003 12:56 am    Post subject: Reply with quote

thank u sir
Back to top
View user's profile Send private message
Sven Vermeulen
Retired Dev
Retired Dev


Joined: 29 Aug 2002
Posts: 1345
Location: Mechelen, Belgium

PostPosted: Mon Jan 13, 2003 5:35 pm    Post subject: Reply with quote

Do note that, if your internet provider (I assume the DHCP-server is of your internet provider) switches the IP of the DHCP-server to another IP (which can happen) your PC won't be able to go on the internet anymore. Also, if your provider's network is huge, it could be that it is using primary and secundary DHCP-servers in failover (meaning that, if one fails, another will take over). If the first one goes down, so will your internet connection.

Try getting to know what ip-range your internet provider uses for its own servers, and check if that one differs from the ip-range it gives its users. Then accept traffic from that range (providers', not users'), instead of just one ip.
Back to top
View user's profile Send private message
li1_getoo
l33t
l33t


Joined: 20 Oct 2002
Posts: 661
Location: Queens , NY

PostPosted: Tue Jan 14, 2003 3:51 am    Post subject: Reply with quote

thanx the iprange makes sense
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Networking & Security All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum