View Full Version : 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.
Nessuno che sappia darmi una mano?
Silvio
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.
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.
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.
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.
Il firewall è attivo se tu lo hai impostato affinchè parta all'avvio...
cmq se non ci dici che regole sono impostate nel firewall non si capirà mai che succede: come root (in ubuntu con sudo)
iptables -L
e posta qui il risultato prima e dopo l'avvio di Firestarter
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.
vBulletin® v3.6.4, Copyright ©2000-2025, Jelsoft Enterprises Ltd.