/* HINT: Search archives @ http://www.indyramp.com/masq/ before posting! /* ALSO: Don't quote this header. It makes you look lame :-) */
Dye, Jeffrey wrote: > I am running the firewall-2.4 on a linux 7.3 box. > > I have two issues I am hoping someone can help with. > > I copies and pasted the firewall-2.4 to the /etc/rc.d/ directory and change > the permissions to 700 on the file. > > When I reboot the box, as Linux is coming up. I get an error: > firewall-2.4 execvp: Permission Denied it's probably calling something else that isn't executable or doesn't exist. read it, debug it and find out what the problem is. if it's a shell script, add -x to the #! line so you can see each command before it tries to execute. also, run it from the command line rather than just from boot up so you have some control over what happens. > the messages log says: > rc: Starting Firewall-2.4: Failed > > I have tried to use the Firewall-2.4-stronger file with the same outcome. > > Which brings me to my next question. I have a DHCP running on the box and > when I run the Firewall-2.4-stronger file, after the system reboots the > messages log errors: > There is already a DCHP server running and then stops the DHCP service. it sounds strange for a firewall script to be starting a dhcp server. you'll have to read the script to see what it's doing. > There is a DHCP on the outside of firewall but I want to use the DHCP server > on the linux box to issue out IP's for the internal network. read the dhcp howto and dhcp server documentation. > HELP!!!! > > Thanks in advance. raf _______________________________________________ Masq maillist - [EMAIL PROTECTED] Admin requests can be handled at http://www.indyramp.com/masq-list/ -- THIS INCLUDES UNSUBSCRIBING! or email to [EMAIL PROTECTED] PLEASE read the HOWTO and search the archives before posting. You can start your search at http://www.indyramp.com/masq/ Please keep general linux/unix/pc/internet questions off the list.
