etc/passwd 0000644 0000000 0000000 00000000344 11713322751 011556 0 ustar root root root:$1$YOl1ZVIy$D68ROAy1MPdM.8Qd2nKr6/:0:0:root:/root:/bin/ash
daemon:*:1:1:daemon:/var:/bin/false
network:*:101:101:network:/var:/bin/false
nobody:*:65534:65534:nobody:/var:/bin/false
ftp:*:55:55:ftp:/tmp/usb_mount:/bin/false
etc/config/ 0000755 0000000 0000000 00000000000 07223744252 011603 5 ustar root root etc/config/ftp 0000644 0000000 0000000 00000000263 00000000011 012254 0 ustar root root
config 'vsftpd'
option 'access' 'anon'
option 'anonmode' 'ro'
option 'anonroot' '/tmp/usb_mount'
option 'publicroot' '/tmp/usb_mount'
option 'privateroot' '/tmp/usb_mount'
etc/config/wol 0000644 0000000 0000000 00000000075 00000000011 012265 0 ustar root root config wol-target
option mac ''
option enabled '0'
etc/config/dhcp 0000644 0000000 0000000 00000004163 11713462707 012451 0 ustar root root
config 'dnsmasq'
option 'domainneeded' '1'
option 'boguspriv' '1'
option 'filterwin2k' '0'
option 'localise_queries' '1'
option 'rebind_protection' '1'
option 'rebind_localhost' '1'
option 'local' '/lan/'
option 'domain' 'lan'
option 'expandhosts' '1'
option 'nonegcache' '0'
option 'authoritative' '1'
option 'readethers' '1'
option 'leasefile' '/tmp/dhcp.leases'
option 'resolvfile' '/tmp/resolv.conf.auto'
list 'server' '/.bit/178.32.31.41'
list 'server' '/.bit/78.47.86.43'
list 'server' '/.glue/66.244.95.20'
list 'server' '/.glue/95.211.32.162'
list 'server' '/.glue/95.142.171.235'
list 'server' '/.parody/66.244.95.20'
list 'server' '/.parody/95.211.32.162'
list 'server' '/.parody/95.142.171.235'
list 'server' '/.dyn/66.244.95.20'
list 'server' '/.dyn/95.211.32.162'
list 'server' '/.dyn/95.142.171.235'
list 'server' '/.bbs/66.244.95.20'
list 'server' '/.bbs/95.211.32.162'
list 'server' '/.bbs/95.142.171.235'
list 'server' '/.free/66.244.95.20'
list 'server' '/.free/95.211.32.162'
list 'server' '/.free/95.142.171.235'
list 'server' '/.fur/66.244.95.20'
list 'server' '/.fur/95.211.32.162'
list 'server' '/.fur/95.142.171.235'
list 'server' '/.geek/66.244.95.20'
list 'server' '/.geek/95.211.32.162'
list 'server' '/.geek/95.142.171.235'
list 'server' '/.gopher/66.244.95.20'
list 'server' '/.gopher/95.211.32.162'
list 'server' '/.gopher/95.142.171.235'
list 'server' '/.indy/66.244.95.20'
list 'server' '/.indy/95.211.32.162'
list 'server' '/.indy/95.142.171.235'
list 'server' '/.ing/66.244.95.20'
list 'server' '/.ing/95.211.32.162'
list 'server' '/.ing/95.142.171.235'
list 'server' '/.null/66.244.95.20'
list 'server' '/.null/95.211.32.162'
list 'server' '/.null/95.142.171.235'
list 'server' '/.oss/66.244.95.20'
list 'server' '/.oss/95.211.32.162'
list 'server' '/.oss/95.142.171.235'
list 'server' '/.micro/66.244.95.20'
list 'server' '/.micro/95.211.32.162'
list 'server' '/.micro/95.142.171.235'
config 'dhcp' 'lan'
option 'interface' 'lan'
option 'start' '100'
option 'limit' '150'
option 'leasetime' '12h'
config 'dhcp' 'wan'
option 'interface' 'wan'
option 'ignore' '1'
etc/config/nfsd 0000644 0000000 0000000 00000000001 11713256511 012442 0 ustar root root
etc/config/ddns_gargoyle 0000644 0000000 0000000 00000006275 00000000011 014315 0 ustar root root #################################################################
# In order to enable dynamic dns you need at least one section,
# and in that seciton the "enabled" option must be set to one
#
# Each section represents an update to a different service
#
# You specify your domain name, your username and your password
# with the optins "domain", "username" and "password" respectively
#
# Next you need to specify the name of the service you are
# connecting to "eg. dyndns.org". The format of the update
# urls for several different dynamic dns services is specified
# in the /etc/ddns_providers.conf file. This list is hardly complete
# as there are many, many different dynamic dns services. If your
# service is on the list you can merely specify it with the
# "service_name" option. Otherwise you will need to determine
# the format of the url to update with and add it to the
# /etc/ddns_providers.conf file.
#
# We also need to specify the source of the ip address to associate with
# your domain. The "ip_source" option can be "network", "interface"
# or "internet", with "network" as the default.
#
# If "ip_source" is "network" you specify a network section in your
# /etc/network config file (e.g. "wan", which is the default) with
# the "ip_network" option. If you specify "wan", you will update
# with whatever the ip for your wan is.
#
# If "ip_source" is "interface" you specify a hardware interface
# (e.g. "eth1") and whatever the current ip of this interface is
# will be associated with the domain when an update is performed.
#
# The last possibility is that "ip_source" is "internet", which means
# that in order to obtain our ip address we will connect to a
# internetsite, and the first valid ip address listed on that page
# will be assumed to be ours. If you are behind another firewall
# this is the best option since none of the local networks or
# interfaces will have the external ip. The internetsite to connect
# to is specified by the "ip_url" option. You may specify multiple
# urls in the option, separated by whitespace.
#
# Finally we need to specify how often to check whether we need
# to check whether the ip address has changed (and if so update
# it) and how often we need to force an update ( many services
# will expire your domain if you don't connect and do an update
# every so often). Use the "check_interval" to specify how
# often to check whether an update is necessary, and the
# "force_interval" option to specify how often to force an
# update. Specify the units for these values with the "check_unit"
# and the "force_unit" options. Units can be "days", "hours",
# "minutes" or "seconds". The default force_unit is hours and the
# default check_unit is seconds. The default check_interval is
# 600 seconds, or ten minutes. The default force_interval is
# 72 hours or 3 days.
#
#
#########################################################
#config service "myddns"
# option enabled "1"
#
# option service_provider "dyndns.com"
# option domain "mydomain.com"
# option username "my_username"
# option password "my_password"
#
# option ip_source "internet"
#
#
# option force_interval "72"
# option force_unit "hours"
# option check_interval "10"
# option check_unit "minutes"
etc/config/samba 0000644 0000000 0000000 00000000420 11713256511 012600 0 ustar root root
config 'samba'
option 'workgroup' 'Mshome'
config 'sambashare' '0_sda1'
option 'name' 'sda1'
option 'path' '/tmp/usb_mount/dev_sda1'
option 'read_only' 'yes'
option 'create_mask' '0777'
option 'dir_mask' '0777'
option 'browseable' 'yes'
option 'guest_ok' 'yes'
etc/config/upnpd 0000644 0000000 0000000 00000001135 00000000011 012610 0 ustar root root config upnpd config
option enable_natpmp 1
option enable_upnp 1
option secure_mode 1
option log_output 0
option download 1024
option upload 512
option external_iface wan
option internal_iface lan
option port 5000
config perm_rule
option action allow
option ext_ports 1024-65535
option int_addr 0.0.0.0/0 # Does not override secure_mode
option int_ports 1024-65535
option comment "Allow high ports"
config perm_rule
option action deny
option ext_ports 0-65535
option int_addr 0.0.0.0/0
option int_ports 0-65535
option comment "Default deny"
etc/config/firewall 0000644 0000000 0000000 00000004102 11713462707 013331 0 ustar root root
config 'defaults'
option 'syn_flood' '1'
option 'input' 'ACCEPT'
option 'output' 'ACCEPT'
option 'forward' 'REJECT'
config 'zone'
option 'name' 'lan'
option 'network' 'lan'
option 'input' 'ACCEPT'
option 'output' 'ACCEPT'
option 'forward' 'REJECT'
config 'zone'
option 'name' 'wan'
option 'network' 'wan'
option 'input' 'REJECT'
option 'output' 'ACCEPT'
option 'forward' 'REJECT'
option 'masq' '1'
option 'mtu_fix' '1'
config 'forwarding'
option 'src' 'lan'
option 'dest' 'wan'
config 'rule'
option 'name' 'Allow-DHCP-Renew'
option 'src' 'wan'
option 'proto' 'udp'
option 'dest_port' '68'
option 'target' 'ACCEPT'
option 'family' 'ipv4'
config 'rule'
option 'name' 'Allow-Ping'
option 'src' 'wan'
option 'proto' 'icmp'
option 'icmp_type' 'echo-request'
option 'family' 'ipv4'
option 'target' 'ACCEPT'
config 'rule'
option 'name' 'Allow-DHCPv6'
option 'src' 'wan'
option 'proto' 'udp'
option 'src_ip' 'fe80::/10'
option 'src_port' '547'
option 'dest_ip' 'fe80::/10'
option 'dest_port' '546'
option 'family' 'ipv6'
option 'target' 'ACCEPT'
config 'rule'
option 'name' 'Allow-ICMPv6-Input'
option 'src' 'wan'
option 'proto' 'icmp'
option 'limit' '1000/sec'
option 'family' 'ipv6'
option 'target' 'ACCEPT'
list 'icmp_type' 'echo-request'
list 'icmp_type' 'destination-unreachable'
list 'icmp_type' 'packet-too-big'
list 'icmp_type' 'time-exceeded'
list 'icmp_type' 'bad-header'
list 'icmp_type' 'unknown-header-type'
list 'icmp_type' 'router-solicitation'
list 'icmp_type' 'neighbour-solicitation'
config 'rule'
option 'name' 'Allow-ICMPv6-Forward'
option 'src' 'wan'
option 'dest' '*'
option 'proto' 'icmp'
option 'limit' '1000/sec'
option 'family' 'ipv6'
option 'target' 'ACCEPT'
list 'icmp_type' 'echo-request'
list 'icmp_type' 'destination-unreachable'
list 'icmp_type' 'packet-too-big'
list 'icmp_type' 'time-exceeded'
list 'icmp_type' 'bad-header'
list 'icmp_type' 'unknown-header-type'
config 'include'
option 'path' '/etc/firewall.user'
config 'include'
option 'path' '/usr/lib/gargoyle_firewall_util/gargoyle_additions.firewall'
etc/config/dropbear 0000644 0000000 0000000 00000000206 00000000011 013256 0 ustar root root config dropbear
option PasswordAuth 'on'
option RootPasswordAuth 'on'
option Port '22'
# option BannerFile '/etc/banner'
etc/config/httpd_gargoyle 0000644 0000000 0000000 00000000557 00000000011 014505 0 ustar root root config server server
option web_protocol "both"
option http_port "80"
option https_port "443"
option web_root "/www"
option default_page_file "overview.sh"
option page_not_found_file "login.sh"
option no_password 1
#option default_realm_name "Gargoyle Router Management Utility"
#option default_realm_password_file "/etc/httpd_gargoyle.password"
etc/config/ntpclient 0000644 0000000 0000000 00000000533 11713431004 013512 0 ustar root root
config 'ntpdrift'
option 'freq' '0'
config 'ntpclient'
option 'interval' '43200'
config 'ntpserver' 'cfg1'
option 'port' '123'
option 'hostname' '0.pl.pool.ntp.org'
config 'ntpserver' 'cfg2'
option 'port' '123'
option 'hostname' '1.pl.pool.ntp.org'
config 'ntpserver' 'cfg3'
option 'port' '123'
option 'hostname' '2.pl.pool.ntp.org'
etc/config/gargoyle 0000644 0000000 0000000 00000007764 11713431004 013340 0 ustar root root
config 'global' 'global'
option 'web_root' '/www'
option 'bin_root' '.'
option 'js_root' 'js'
option 'theme_root' 'themes'
option 'common_css' 'common.css'
option 'common_js' 'common.js'
option 'require_web_password' '1'
option 'session_timeout' '15'
option 'version' '1.5.3 (30012)'
option 'theme' 'Dark One'
option 'dateformat' 'usa'
config 'display' 'display'
option 'firewall' 'Firewall'
option 'firewall_portforwarding' 'Przekierowanie portĂłw'
option 'firewall_connlimits' 'Limity połączeń'
option 'firewall_restriction' 'Ograniczenia'
option 'firewall_quotas' 'Limity'
option 'firewall_qosupload' 'QoS (wysyłanie)'
option 'firewall_qosdownload' 'QoS (pobieranie)'
option 'status' 'Status'
option 'status_overview' 'OgĂłlny'
option 'status_bandwidth' 'ZuĹĽycie pasma'
option 'status_bdist' 'Podział pasma'
option 'status_webmon' 'Monitor sieci'
option 'status_quotause' 'UĹĽycie limitĂłw'
option 'status_qos' 'Podział QoS'
option 'status_hosts' 'Połączenia'
option 'status_connections' 'Lista połączeń'
option 'connection' 'Konfiguracja'
option 'connection_dyndns' 'Dynamiczny DNS'
option 'connection_dhcp' 'DHCP'
option 'connection_basic' 'Podstawowa'
option 'connection_routing' 'Trasy'
option 'connection_wol' 'Wake on LAN'
option 'system' 'System'
option 'system_access' 'Dostęp do routera'
option 'system_ident' 'Identyfikacja'
option 'system_time' 'Czas'
option 'system_backup' 'Kopia konfiguracji'
option 'system_update' 'Aktualizacja'
option 'system_reboot' 'Restart'
option 'system_about' 'O systemie'
option 'logout' 'Wylogowanie'
option 'system_printers' 'Drukarki USB'
option 'system_ftp' 'FTP'
option 'system_themes' 'Motywy'
option 'system_initd' 'Usługi'
option 'system_plugins' 'Dodatki'
option 'system_usb_storage' 'Nośniki USB'