marek_skwarek pisze:rozumiem, że
działa. A co się dzieje po wydaniu poleceń
Kod: Zaznacz cały
host -t MX mail.domena.pl
host -t NS mail.domena.pl
Może masz coś nie tak z konfiguracją DNS, a nie zapory.
Po sprawdzeniu wpisów w resolv.conf (cat /etc/resolv.conf) okazało się, że mam:
nameserver 127.0.0.1
nameserver
nameserver
Widocznie Firestarter coś zmienił mi w konfiguracji DNS-ów. Z reguły wpisywałem dwa znane numery TP SA (194...), ale na znalazłem jeszcze inne ustawienia, które wyglądają tak:
nameserver 212.85.112.32
nameserver 13.25.47.167
nameserver 53.19.0.50
nameserver 194.204.159.1
nameserver 194.204.152.34
nameserver 212.191.132.126
nameserver 212.51.192.2
nameserver 193.151.48.18
Pochodzą one z
http://www.mandrivalinux.eu/showthread.php?p=180522, ale nie nie jestem pewien, czy to aby na pewno polepszy działanie internetu :/ Wątek jest z 2006 roku.
Polecenie ping zablokowałem, o ile pamiętam. Konfiguracja Firestartera wygląda tak:
#-----------( 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="eth0"
# --(Network Address Translation)--
# Enable NAT
NAT="on"
# Enable DHCP server for NAT clients
DHCP_SERVER="off"
# 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="on"
# Apply ToS to typical client tasks such as SSH and HTTP
TOS_CLIENT="on"
# 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="on"
# 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
--
CT