Author Topic: Firestarter & Pdaxii13v2  (Read 4673 times)

climber

  • Full Member
  • ***
  • Posts: 189
    • View Profile
Firestarter & Pdaxii13v2
« on: August 21, 2008, 06:54:39 am »
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: [Select]
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

Capn_Fish

  • Hero Member
  • *****
  • Posts: 2342
    • View Profile
    • http://
Firestarter & Pdaxii13v2
« Reply #1 on: August 21, 2008, 01:43:30 pm »
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...
SL-C750- pdaXrom beta 1 (mostly unused)
Current distro: Gentoo

climber

  • Full Member
  • ***
  • Posts: 189
    • View Profile
Firestarter & Pdaxii13v2
« Reply #2 on: August 22, 2008, 03:37:25 am »
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

Capn_Fish

  • Hero Member
  • *****
  • Posts: 2342
    • View Profile
    • http://
Firestarter & Pdaxii13v2
« Reply #3 on: August 22, 2008, 06:22:34 pm »
Code: [Select]
#-----------( 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.
SL-C750- pdaXrom beta 1 (mostly unused)
Current distro: Gentoo