|
|
|
![]() |
|
Strumenti |
![]() |
#1 |
Senior Member
Iscritto dal: Jan 2006
Messaggi: 1058
|
Aiuto con Router Wireless e Ubuntu 7.04..
Buon giorno a tutti... ho un problema con il router wireless appena installato... è un Sitecom 54g... non potentissimo ma è quello che mi serve. Lo uso collegato al modem di fastweb.
Il problema è che, mentre con windows funziona subito e bene, con Ubuntu una volta connesso alla rete wireless se apro firefox non riesce a navigare. Però se do da terminale il comando sudo firestarter... appena parte l'interfaccia del firewall immediatamente il browser inizia a navigare... Cosa può essere? Non è un grave danno visto che se apro firestarter poi va tutto benissimo... ma vorrei evitare questa trafila ogni volta acceso il pc... anche perchè non credo sia normale... Qualche idea?? Grazie anticipatamente Silvio.
__________________
iMac 20" Core 2 Duo 2.0 Ghz 3 GB Ram + Macbook Core 2 Duo 2.2 Ghz 2 Gb Ram |
![]() |
![]() |
![]() |
#2 |
Senior Member
Iscritto dal: Jan 2006
Messaggi: 1058
|
Nessuno che sappia darmi una mano?
Silvio
__________________
iMac 20" Core 2 Duo 2.0 Ghz 3 GB Ram + Macbook Core 2 Duo 2.2 Ghz 2 Gb Ram |
![]() |
![]() |
![]() |
#3 |
Senior Member
Iscritto dal: Nov 2004
Città: Reggio Emilia e dintorni
Messaggi: 3726
|
Prova a vedere se nel firewall ci sono delle regole sull'interfaccia di rete wireless.
Puoi provare, prima di accendere il firewall, da terminale a pingare il router per vedere cosa succede. Puoi anche digitare ifconfig e vedere se il wrlss viene configurato correttamente. Infine puoi provare a connetterti in modo cablato (se hai una nic) e controllare se il problema si manifesta in modo analogo.
__________________
Open CD ITA - Open DVD ITA - Linux da Zero - RFC1925 - O.S.: Debian & Slackware - Rule #1: It has to work ! AVERE DELLE CONOSCENZE E NON CONDIVIDERLE E' COME NON AVERE NULLA |
![]() |
![]() |
![]() |
#4 | |
Senior Member
Iscritto dal: Jan 2006
Messaggi: 1058
|
Quote:
Ciao, ho provato come mi hai detto. Se pingo il router prima di aver avviato firestarter non va. Appena avviato firestarter inizia a pingare. Non so cosa! Ma sbaglio o Firestarter non è altro che una GUI del firewall di Linux... cioè il firewall dovrebbe essere gia attivo... anche prima di avviare Firestarter... no?? HELP ME... Silvio.
__________________
iMac 20" Core 2 Duo 2.0 Ghz 3 GB Ram + Macbook Core 2 Duo 2.2 Ghz 2 Gb Ram |
|
![]() |
![]() |
![]() |
#5 | |
Senior Member
Iscritto dal: Mar 2001
Città: ROMA
Messaggi: 2645
|
Quote:
cmq se non ci dici che regole sono impostate nel firewall non si capirà mai che succede: come root (in ubuntu con sudo) Codice:
iptables -L |
|
![]() |
![]() |
![]() |
#6 |
Senior Member
Iscritto dal: Jan 2006
Messaggi: 1058
|
OK... ho fatto come detto...
Posto i risultati... Prima di aver avviato Firestarter: silvio@silvio-laptop:~$ sudo iptables -L Password: Chain INPUT (policy DROP) target prot opt source destination ACCEPT 0 -- anywhere anywhere ACCEPT tcp -- anywhere anywhere state RELATED,ESTABLISHED ACCEPT icmp -- anywhere anywhere state RELATED,ESTABLISHED ACCEPT udp -- anywhere anywhere state RELATED,ESTABLISHED Chain FORWARD (policy DROP) target prot opt source destination Chain OUTPUT (policy ACCEPT) target prot opt source destination ACCEPT 0 -- anywhere anywhere silvio@silvio-laptop:~$ Dopo aver avviato Firestarter: silvio@silvio-laptop:~$ sudo iptables -L Chain INPUT (policy DROP) target prot opt source destination ACCEPT tcp -- 192.168.0.1 anywhere tcp flags:!FIN,SYN,RST,ACK/SYN ACCEPT udp -- 192.168.0.1 anywhere ACCEPT 0 -- anywhere anywhere ACCEPT icmp -- anywhere anywhere icmp echo-request limit: avg 1/sec burst 5 ACCEPT icmp -- anywhere anywhere icmp echo-reply limit: avg 1/sec burst 5 ACCEPT udp -- anywhere anywhere udp dpt:33434 ACCEPT icmp -- anywhere anywhere icmp destination-unreachable ACCEPT icmp -- anywhere anywhere icmp host-unreachable ACCEPT icmp -- anywhere anywhere icmp timestamp-request ACCEPT icmp -- anywhere anywhere icmp timestamp-reply ACCEPT icmp -- anywhere anywhere icmp address-mask-request ACCEPT icmp -- anywhere anywhere icmp address-mask-reply ACCEPT icmp -- anywhere anywhere icmp redirect limit: avg 2/sec burst 5 ACCEPT icmp -- anywhere anywhere icmp source-quench limit: avg 2/sec burst 5 LSI icmp -- anywhere anywhere DROP 0 -- anywhere 255.255.255.255 DROP 0 -- anywhere 192.168.0.255 DROP 0 -- BASE-ADDRESS.MCAST.NET/8 anywhere DROP 0 -- anywhere BASE-ADDRESS.MCAST.NET/8 DROP 0 -- 255.255.255.255 anywhere DROP 0 -- anywhere 0.0.0.0 DROP 0 -- anywhere anywhere state INVALID LSI 0 -f anywhere anywhere limit: avg 10/min burst 5 INBOUND 0 -- anywhere anywhere LOG_FILTER 0 -- anywhere anywhere LOG 0 -- anywhere anywhere LOG level info prefix `Unknown Input' Chain FORWARD (policy DROP) target prot opt source destination ACCEPT icmp -- anywhere anywhere icmp echo-request limit: avg 1/sec burst 5 ACCEPT icmp -- anywhere anywhere icmp echo-reply limit: avg 1/sec burst 5 ACCEPT udp -- anywhere anywhere udp dpt:33434 ACCEPT icmp -- anywhere anywhere icmp destination-unreachable ACCEPT icmp -- anywhere anywhere icmp host-unreachable ACCEPT icmp -- anywhere anywhere icmp address-mask-request ACCEPT icmp -- anywhere anywhere icmp address-mask-reply ACCEPT icmp -- anywhere anywhere icmp redirect limit: avg 2/sec burst 5 ACCEPT icmp -- anywhere anywhere icmp source-quench limit: avg 2/sec burst 5 LSI icmp -- anywhere anywhere LOG_FILTER 0 -- anywhere anywhere LOG 0 -- anywhere anywhere LOG level info prefix `Unknown Forward' Chain OUTPUT (policy DROP) target prot opt source destination ACCEPT tcp -- 192.168.0.100 192.168.0.1 tcp dpt:domain ACCEPT udp -- 192.168.0.100 192.168.0.1 udp dpt:domain ACCEPT 0 -- anywhere anywhere DROP 0 -- BASE-ADDRESS.MCAST.NET/8 anywhere DROP 0 -- anywhere BASE-ADDRESS.MCAST.NET/8 DROP 0 -- 255.255.255.255 anywhere DROP 0 -- anywhere 0.0.0.0 DROP 0 -- anywhere anywhere state INVALID OUTBOUND 0 -- anywhere anywhere LOG_FILTER 0 -- anywhere anywhere LOG 0 -- anywhere anywhere LOG level info prefix `Unknown Output' Chain INBOUND (1 references) target prot opt source destination ACCEPT tcp -- anywhere anywhere state RELATED,ESTABLISHED ACCEPT udp -- anywhere anywhere state RELATED,ESTABLISHED LSI 0 -- anywhere anywhere Chain LOG_FILTER (5 references) target prot opt source destination Chain LSI (4 references) target prot opt source destination LOG_FILTER 0 -- anywhere anywhere LOG tcp -- anywhere anywhere tcp flags:FIN,SYN,RST,ACK/SYN limit: avg 1/sec burst 5 LOG level info prefix `Inbound ' DROP tcp -- anywhere anywhere tcp flags:FIN,SYN,RST,ACK/SYN LOG tcp -- anywhere anywhere tcp flags:FIN,SYN,RST,ACK/RST limit: avg 1/sec burst 5 LOG level info prefix `Inbound ' DROP tcp -- anywhere anywhere tcp flags:FIN,SYN,RST,ACK/RST LOG icmp -- anywhere anywhere icmp echo-request limit: avg 1/sec burst 5 LOG level info prefix `Inbound ' DROP icmp -- anywhere anywhere icmp echo-request LOG 0 -- anywhere anywhere limit: avg 5/sec burst 5 LOG level info prefix `Inbound ' DROP 0 -- anywhere anywhere Chain LSO (0 references) target prot opt source destination LOG_FILTER 0 -- anywhere anywhere LOG 0 -- anywhere anywhere limit: avg 5/sec burst 5 LOG level info prefix `Outbound ' REJECT 0 -- anywhere anywhere reject-with icmp-port-unreachable Chain OUTBOUND (1 references) target prot opt source destination ACCEPT icmp -- anywhere anywhere ACCEPT tcp -- anywhere anywhere state RELATED,ESTABLISHED ACCEPT udp -- anywhere anywhere state RELATED,ESTABLISHED ACCEPT 0 -- anywhere anywhere Io sono abbastanza niubbo... non ci capisco un granchè... Grazie a chiunque saprà illuminarmi.. Silvio.
__________________
iMac 20" Core 2 Duo 2.0 Ghz 3 GB Ram + Macbook Core 2 Duo 2.2 Ghz 2 Gb Ram |
![]() |
![]() |
![]() |
#7 |
Senior Member
Iscritto dal: Jan 2006
Messaggi: 1058
|
Up...
__________________
iMac 20" Core 2 Duo 2.0 Ghz 3 GB Ram + Macbook Core 2 Duo 2.2 Ghz 2 Gb Ram |
![]() |
![]() |
![]() |
#8 |
Senior Member
Iscritto dal: Jan 2006
Messaggi: 1058
|
Help...
__________________
iMac 20" Core 2 Duo 2.0 Ghz 3 GB Ram + Macbook Core 2 Duo 2.2 Ghz 2 Gb Ram |
![]() |
![]() |
![]() |
Strumenti | |
|
|
Tutti gli orari sono GMT +1. Ora sono le: 22:57.