![]() ![]() |
Aug 21 2008, 02:54 AM
Post
#1
|
|
|
Group: Members Posts: 193 Joined: 21-November 05 Member No.: 8,574 |
Hi,
I installed firestarter 1.0.3 from capnfish feed http://www.supakewl.com/capnfish/feed/ on my SL-C3100 with pdaXii13v2. Starting firestarter I get the following error message: CODE A proper configuration for Firestarter was not found. If you are running Firestarter from the directory you built it in, run make install-data-local to install a configuration, or simply make install to install the whole program. Firestarter will now close Any ideas whether this will run on pdaXii13v2 and if yes what should I do? Thanks climber |
|
|
|
Aug 21 2008, 09:43 AM
Post
#2
|
|
![]() Group: Members Posts: 2,350 Joined: 30-July 06 Member No.: 10,575 |
It's a Python program, IIRC, so it SHOULD run fine on pdaXii13.
Does the file /etc/firestarter/configuration exist? Perhaps deleting it would work? There are other files in that directory that could be wiped (but maybe not deleted) as well... |
|
|
|
Aug 21 2008, 11:37 PM
Post
#3
|
|
|
Group: Members Posts: 193 Joined: 21-November 05 Member No.: 8,574 |
Inside /etc/firestarter I found "non-routables" file. I delete it but without success.
Do you have a configuration file which I could paste in? climber |
|
|
|
Aug 22 2008, 02:22 PM
Post
#4
|
|
![]() Group: Members Posts: 2,350 Joined: 30-July 06 Member No.: 10,575 |
CODE #-----------( Firestarter Configuration File )-----------# # --(External Interface)-- # Name of external network interface IF="eth1" # Network interface is a PPP link EXT_PPP="off" # --(Internal Interface--) # Name of internal network interface INIF="eth1" # --(Network Address Translation)-- # Enable NAT NAT="off" # Enable DHCP server for NAT clients DHCP_SERVER="on" # Forward server's DNS settings to clients in DHCP lease DHCP_DYNAMIC_DNS="on" # --(Inbound Traffic)-- # Packet rejection method # DROP: Ignore the packet # REJECT: Send back an error packet in response STOP_TARGET="DROP" # --(Outbound Traffic)-- # Default Outbound Traffic Policy # permissive: everything not denied is allowed # restrictive everything not allowed is denied OUTBOUND_POLICY="permissive" # --(Type of Service)-- # Enable ToS filtering FILTER_TOS="off" # Apply ToS to typical client tasks such as SSH and HTTP TOS_CLIENT="off" # Apply ToS to typical server tasks such as SSH, HTTP, HTTPS and POP3 TOS_SERVER="off" # Apply ToS to Remote X server connections TOS_X="off" # ToS parameters # 4: Maximize Reliability # 8: Maximize-Throughput # 16: Minimize-Delay TOSOPT=8 # --(ICMP Filtering)-- # Enable ICMP filtering FILTER_ICMP="off" # Allow Echo requests ICMP_ECHO_REQUEST="off" # Allow Echo replies ICMP_ECHO_REPLY="off" # Allow Traceroute requests ICMP_TRACEROUTE="off" # Allow MS Traceroute Requests ICMP_MSTRACEROUTE="off" # Allow Unreachable Requests ICMP_UNREACHABLE="off" # Allow Timestamping Requests ICMP_TIMESTAMPING="off" # Allow Address Masking Requests ICMP_MASKING="off" # Allow Redirection Requests ICMP_REDIRECTION="off" # Allow Source Quench Requests ICMP_SOURCE_QUENCHES="off" # --(Broadcast Traffic)-- # Block external broadcast traffic BLOCK_EXTERNAL_BROADCAST="on" # Block internal broadcast traffic BLOCK_INTERNAL_BROADCAST="off" # --(Traffic Validation)-- # Block non-routable traffic on the public interfaces BLOCK_NON_ROUTABLES="off" # --(Logging)-- # System log level LOG_LEVEL=info You may have to make a few changes, but that works on my laptop. |
|
|
|
![]() ![]() |
|
Lo-Fi Version | Time is now: 22nd May 2013 - 08:23 AM |