Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
firestarter dhcp and KDE 3.2.0
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
Sparkfish
n00b
n00b


Joined: 07 Mar 2004
Posts: 6

PostPosted: Thu Mar 11, 2004 9:49 pm    Post subject: firestarter dhcp and KDE 3.2.0 Reply with quote

Just installed firestarter-0.9.2-r1 and it wont start keeps giving the error that

"No DHCP Client found" in a popup

at the end of the wizard.
Now i know dhcp is working because i am uaing it now :) also
having looked in /etc/firestarter/firewall.sh
i know it is picking up my local ip from the router by extracting the the code

#!/bin/sh

IFC=/sbin/ifconfig

IF=eth0
IP=`$IFC $IF | grep inet | cut -d : -f 2 | cut -d \ -f 1`
MASK=`$IFC $IF | grep Mas | cut -d : -f 4`
NET=$IP/$MASK

echo $IP
echo $MASK
echo $NET

Can anyone shed any light on this for me. Cheers in advance.
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