[résolu]-[Mdk10] Accés internet pas de résolution de nom

Accés internet pas de résolution de nom [résolu]-[Mdk10] - réseaux et sécurité - Linux et OS Alternatifs

Marsh Posté le 06-08-2004 à 09:44:14    

J'y arrive pas tt seul !!!  :cry:
TT est dans le titre ... ma carte est en DHCP dérrière une freebox.
Je récupère bien une IP - les DNS de free, mais je sors pas !!
 
Dans l'ordre :
/etc/hosts.conf :
order hosts,bind
multi on
-----------------------------------------------
/etc/host # normalement j'en ai pas besoin puisqu'on utilise resolv.conf
127.0.0.1  localhost
-----------------------------------------------
/etc/resolv.conf
nameserver 212.27.39.135
nameserver 212.27.39.1
-----------------------------------------------
/etc/sysconfig/network
HOSTNAME=toto
NETWORKING=yes
GATEWAY=82.228.210.254
GATEWAYDEV=eth0
-----------------------------------------------
DEVICE=eth0
BOOTPROTO=dhcp
BROADCAST=82.228.210.255
ONBOOT=yes
MII_NOT_SUPPORTED=no
WIRELESS_ENC_KEY=""
 
un ping sur moi même me repond (carte eth0 OK)
un ping sur google.fr : connais pas  :cry:


Message édité par willowfr le 09-08-2004 à 19:23:08
Reply

Marsh Posté le 06-08-2004 à 09:44:14   

Reply

Marsh Posté le 06-08-2004 à 11:17:40    

et un ping sur 216.239.59.99 ?
 
donne le résultat de route -n


---------------
Celui qui pose une question est idiot 5 minutes. Celui qui n'en pose pas le reste toute sa vie. |  Membre du grand complot pharmaceutico-médico-scientifico-judéo-maçonnique.
Reply

Marsh Posté le 06-08-2004 à 11:24:27    

les DNS sont corrects ?
 
fais ce que Mjules a dit ... on vérifie si tu peux au moins sortir vers internet avec l'IP.


---------------
Mandriva : parce que nous le valons bien ! http://linux-wizard.net/index.php
Reply

Marsh Posté le 06-08-2004 à 14:24:54    

Resultat :
----------

  • ping sur 216.239.59.99 :


From 82.228.210.xx icmp_seq=1 Destination Host Unreachable
ping: sendmsg: Operation not permitted
 

  • résultat de route -n :


Table de routage IP du noyau
Destination     Passerelle      Genmask         Indic Metric Ref    Use Iface
82.228.210.0    0.0.0.0         255.255.255.0   U     0      0        0 eth0
127.0.0.0       0.0.0.0         255.0.0.0       U     0      0        0 lo
0.0.0.0         82.228.210.254  0.0.0.0         UG    0      0        0 eth0


Message édité par willowfr le 06-08-2004 à 14:25:27
Reply

Marsh Posté le 06-08-2004 à 14:37:51    

Firewall inside ?
en root:

Code :
  1. # iptables -L -v


Message édité par freyr le 06-08-2004 à 14:38:50

---------------
Dommage :-) | chess games
Reply

Marsh Posté le 06-08-2004 à 16:06:28    

C'est un peu long mais j'ai tout mis ...
Je comptais mettre des regles avec FWBUILDER mais j'ai pas eu le temps et de tt facon ca marche plus alors !!
 
Chain INPUT (policy DROP 0 packets, 0 bytes)
 pkts bytes target     prot opt in     out     source               destination          
   77  9951 ACCEPT     all  --  lo     any     anywhere             anywhere            
    0     0 DROP      !icmp --  any    any     anywhere             anywhere            state INVALID  
    0     0 eth1_in    all  --  eth1   any     anywhere             anywhere            
    0     0 eth0_in    all  --  eth0   any     anywhere             anywhere            
    0     0 Reject     all  --  any    any     anywhere             anywhere            
    0     0 LOG        all  --  any    any     anywhere             anywhere            LOG level info prefix `Shorewall:INPUT:REJECT:'  
    0     0 reject     all  --  any    any     anywhere             anywhere            
 
Chain FORWARD (policy DROP 0 packets, 0 bytes)
 pkts bytes target     prot opt in     out     source               destination          
    0     0 DROP      !icmp --  any    any     anywhere             anywhere            state INVALID  
    0     0 eth1_fwd   all  --  eth1   any     anywhere             anywhere            
    0     0 eth0_fwd   all  --  eth0   any     anywhere             anywhere            
    0     0 Reject     all  --  any    any     anywhere             anywhere            
    0     0 LOG        all  --  any    any     anywhere             anywhere            LOG level info prefix `Shorewall:FORWARD:REJECT:'  
    0     0 reject     all  --  any    any     anywhere             anywhere            
 
Chain OUTPUT (policy DROP 0 packets, 0 bytes)
 pkts bytes target     prot opt in     out     source               destination          
   77  9951 ACCEPT     all  --  any    lo      anywhere             anywhere            
    0     0 DROP      !icmp --  any    any     anywhere             anywhere            state INVALID  
    0     0 fw2net     all  --  any    eth1    anywhere             anywhere            
   53  3888 all2all    all  --  any    eth0    anywhere             anywhere            
    0     0 Reject     all  --  any    any     anywhere             anywhere            
    0     0 LOG        all  --  any    any     anywhere             anywhere    
        LOG level info prefix `Shorewall:OUTPUT:REJECT:'  
    0     0 reject     all  --  any    any     anywhere             anywhere            
 
Chain Drop (1 references)
 pkts bytes target     prot opt in     out     source               destination          
    0     0 RejectAuth  all  --  any    any     anywhere             anywhere            
    0     0 dropBcast  all  --  any    any     anywhere             anywhere            
    0     0 DropSMB    all  --  any    any     anywhere             anywhere            
    0     0 DropUPnP   all  --  any    any     anywhere             anywhere            
    0     0 dropNonSyn  all  --  any    any     anywhere             anywhere            
    0     0 DropDNSrep  all  --  any    any     anywhere             anywhere            
 
Chain DropDNSrep (2 references)
 pkts bytes target     prot opt in     out     source               destination          
    0     0 DROP       udp  --  any    any     anywhere             anywhere            udp spt:domain  
 
Chain DropSMB (1 references)
 pkts bytes target     prot opt in     out     source               destination          
    0     0 DROP       udp  --  any    any     anywhere             anywhere            udp dpt:135  
    0     0 DROP       udp  --  any    any     anywhere             anywhere            udp dpts:netbios-ns:netbios-ssn  
    0     0 DROP       udp  --  any    any     anywhere             anywhere            udp dpt:microsoft-ds  
    0     0 DROP       tcp  --  any    any     anywhere             anywhere            tcp dpt:135  
    0     0 DROP       tcp  --  any    any     anywhere             anywhere            tcp dpt:netbios-ssn  
    0     0 DROP       tcp  --  any    any     anywhere             anywhere            tcp dpt:microsoft-ds  
 
Chain DropUPnP (2 references)
 pkts bytes target     prot opt in     out     source               destination          
    0     0 DROP       udp  --  any    any     anywhere             anywhere            udp dpt:1900  
 
Chain Reject (4 references)
 pkts bytes target     prot opt in     out     source               destination          
   53  3888 RejectAuth  all  --  any    any     anywhere             anywhere            
   53  3888 dropBcast  all  --  any    any     anywhere             anywhere            
   53  3888 RejectSMB  all  --  any    any     anywhere             anywhere            
   48  3408 DropUPnP   all  --  any    any     anywhere             anywhere            
   48  3408 dropNonSyn  all  --  any    any     anywhere             anywhere            
   48  3408 DropDNSrep  all  --  any    any     anywhere             anywhere            
 
Chain RejectAuth (2 references)
 pkts bytes target     prot opt in     out     source               destination          
    0     0 reject     tcp  --  any    any     anywhere             anywhere            tcp dpt:auth  
 
Chain RejectSMB (1 references)
 pkts bytes target     prot opt in     out     source               destination          
    0     0 reject     udp  --  any    any     anywhere             anywhere            udp dpt:135  
    5   480 reject     udp  --  any    any     anywhere             anywhere            udp dpts:netbios-ns:netbios-ssn  
    0     0 reject     udp  --  any    any     anywhere             anywhere            udp dpt:microsoft-ds  
    0     0 reject     tcp  --  any    any     anywhere             anywhere            tcp dpt:135  
    0     0 reject     tcp  --  any    any     anywhere             anywhere            tcp dpt:netbios-ssn  
    0     0 reject     tcp  --  any    any     anywhere             anywhere            tcp dpt:microsoft-ds  
 
Chain all2all (2 references)
 pkts bytes target     prot opt in     out     source               destination          
    0     0 ACCEPT     all  --  any    any     anywhere             anywhere            state RELATED,ESTABLISHED  
   53  3888 Reject     all  --  any    any     anywhere             anywhere            
   48  3408 LOG        all  --  any    any     anywhere             anywhere            LOG level info prefix `Shorewall:all2all:REJECT:'  
   48  3408 reject     all  --  any    any     anywhere             anywhere            
 
Chain dropBcast (2 references)
 pkts bytes target     prot opt in     out     source               destination          
    0     0 DROP       all  --  any    any     anywhere             anywhere            PKTTYPE = broadcast  
    0     0 DROP       all  --  any    any     anywhere             anywhere            PKTTYPE = multicast  
 
Chain dropNonSyn (2 references)
 pkts bytes target     prot opt in     out     source               destination          
    0     0 DROP       tcp  --  any    any     anywhere             anywhere            tcp flags:!SYN,RST,ACK/SYN  
 
Chain dynamic (4 references)
 pkts bytes target     prot opt in     out     source               destination          
 
Chain eth0_fwd (1 references)
 pkts bytes target     prot opt in     out     source               destination          
    0     0 dynamic    all  --  any    any     anywhere             anywhere    
        state NEW  
    0     0 loc2net    all  --  any    eth1    anywhere             anywhere            
 
Chain eth0_in (1 references)
 pkts bytes target     prot opt in     out     source               destination          
    0     0 dynamic    all  --  any    any     anywhere             anywhere            state NEW  
    0     0 all2all    all  --  any    any     anywhere             anywhere            
 
Chain eth1_fwd (1 references)
 pkts bytes target     prot opt in     out     source               destination          
    0     0 dynamic    all  --  any    any     anywhere             anywhere            state NEW  
    0     0 net2all    all  --  any    eth0    anywhere             anywhere            
 
Chain eth1_in (1 references)
 pkts bytes target     prot opt in     out     source               destination          
    0     0 dynamic    all  --  any    any     anywhere             anywhere            state NEW  
    0     0 net2all    all  --  any    any     anywhere             anywhere            
 
Chain fw2net (1 references)
 pkts bytes target     prot opt in     out     source               destination          
    0     0 ACCEPT     all  --  any    any     anywhere             anywhere            state RELATED,ESTABLISHED  
    0     0 ACCEPT     all  --  any    any     anywhere             anywhere            
 
Chain icmpdef (0 references)
 pkts bytes target     prot opt in     out     source               destination          
 
Chain loc2net (1 references)
 pkts bytes target     prot opt in     out     source               destination          
    0     0 ACCEPT     all  --  any    any     anywhere             anywhere            state RELATED,ESTABLISHED  
    0     0 ACCEPT     all  --  any    any     anywhere             anywhere            
Chain net2all (2 references)
 pkts bytes target     prot opt in     out     source               destination          
    0     0 ACCEPT     all  --  any    any     anywhere             anywhere            state RELATED,ESTABLISHED  
    0     0 Drop       all  --  any    any     anywhere             anywhere            
    0     0 LOG        all  --  any    any     anywhere             anywhere            LOG level info prefix `Shorewall:net2all:DROP:'  
    0     0 DROP       all  --  any    any     anywhere             anywhere            
 
Chain reject (11 references)
 pkts bytes target     prot opt in     out     source               destination          
    0     0 DROP       all  --  any    any     anywhere             anywhere            PKTTYPE = broadcast  
    0     0 DROP       all  --  any    any     anywhere             anywhere            PKTTYPE = multicast  
    0     0 DROP       all  --  any    any     255.255.255.255      anywhere            
    0     0 DROP       all  --  any    any     224.0.0.0/4          anywhere            
    0     0 REJECT     tcp  --  any    any     anywhere             anywhere            reject-with tcp-reset  
   53  3888 REJECT     udp  --  any    any     anywhere             anywhere            reject-with icmp-port-unreachable  
    0     0 REJECT     icmp --  any    any     anywhere             anywhere            reject-with icmp-host-unreachable  
    0     0 REJECT     all  --  any    any     anywhere             anywhere            reject-with icmp-host-prohibited  
 
Chain shorewall (0 references)
 pkts bytes target     prot opt in     out     source               destination          
 
Chain smurfs (0 references)
 pkts bytes target     prot opt in     out     source               destination          
    0     0 LOG        all  --  any    any     255.255.255.255      anywhere            LOG level info prefix `Shorewall:smurfs:DROP:'  
    0     0 DROP       all  --  any    any     255.255.255.255      anywhere            
    0     0 LOG        all  --  any    any     224.0.0.0/4          anywhere            LOG level info prefix `Shorewall:smurfs:DROP:'  
    0     0 DROP       all  --  any    any     224.0.0.0/4          anywhere            

Reply

Marsh Posté le 06-08-2004 à 17:57:33    

pourrais tu désactiver le partage de connexion et le firewall ?


---------------
Mandriva : parce que nous le valons bien ! http://linux-wizard.net/index.php
Reply

Marsh Posté le 06-08-2004 à 18:10:17    

Dark_Schneider a écrit :

pourrais tu désactiver le partage de connexion et le firewall ?


 

  • Le partage de connexion je l'ai activé avec le centre de controle Mandrake.

J'avais une carte wifi eth1 et je redirigais vers le lan avec eth0.
Je ne sais pas donc pas comment l'enlever a la main pke le mandrake machin truc il a pas l'air de faire correctement son boulot.
 
au fait comment tu vois ca ?
 

  • pour le firewall je désinstalle tt simplement le rpm d'iptable c ca ou y'a + simple ?

Reply

Marsh Posté le 06-08-2004 à 18:38:06    

iptables -F
iptables -t nat -F

Reply

Marsh Posté le 06-08-2004 à 19:52:58    

tu relances l'utilitaire du partage de connection et tu dis désactiver.
 
le firewall est dans la partie sécurité et tu coches "Tout ( pas de firewall )"


---------------
Mandriva : parce que nous le valons bien ! http://linux-wizard.net/index.php
Reply

Marsh Posté le 06-08-2004 à 19:52:58   

Reply

Marsh Posté le 06-08-2004 à 19:53:55    

ou alors sans avoir besoin de désinstaller, tu arrêtes le service shorewall ( service shorewall stop )


---------------
Mandriva : parce que nous le valons bien ! http://linux-wizard.net/index.php
Reply

Marsh Posté le 09-08-2004 à 19:22:11    

A y est ...
J'avais mis en dur les DNS dans le resolv.conf et le reste de la config se faisait avec le DHCP. Va savoir pourquoi j'ai vidé le resolv.conf et la résolution de nom est OK  :)  
 
Th 4 all 4 help  :jap:

Reply

Sujets relatifs:

Leave a Replay

Make sure you enter the(*)required information where indicate.HTML code is not allowed