Debian internet probléma

Fórumok

A probléma a következő:
Van egy debianom, telepítéskor egy másik vezetékes (fix ip-s) hálózatban volt a laptop, mint most. Itthon egy router osztja meg a netet, dhcp-vel. Ip-t kap a gépem, a routert pingelni tudom, de netezni mégsem tudok.
Mi lehet a gond?
A válaszokat előre is köszönöm.

Hozzászólások

Másold ide a /etc/network/interfaces fájl tartalmát, egy ifconfig, egy ifconfig -a és egy route -n kimentet.
üdv: pomm

/etc/network/interfaces:

# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).

# The loopback network interface
auto lo
iface lo inet loopback

# The primary network interface
allow-hotplug eth1
iface eth1 inet dhcp

auto eth1

iface eth0 inet dhcp

ifconfig:

eth1 Link encap:Ethernet HWaddr 00:03:0D:47:D0:7A
inet addr:192.168.0.147 Bcast:192.168.0.255 Mask:255.255.255.0
inet6 addr: fe80::203:dff:fe47:d07a/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:109 errors:0 dropped:0 overruns:0 frame:0
TX packets:108 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:15099 (14.7 KiB) TX bytes:12708 (12.4 KiB)
Interrupt:177 Base address:0x2000

lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:72 errors:0 dropped:0 overruns:0 frame:0
TX packets:72 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:20112 (19.6 KiB) TX bytes:20112 (19.6 KiB)

ifconfig -a:

eth0 Link encap:UNSPEC HWaddr 00-03-0D-49-50-00-1D-82-00-00-00-00-00-00-00-00
BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)

eth1 Link encap:Ethernet HWaddr 00:03:0D:47:D0:7A
inet addr:192.168.0.147 Bcast:192.168.0.255 Mask:255.255.255.0
inet6 addr: fe80::203:dff:fe47:d07a/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:110 errors:0 dropped:0 overruns:0 frame:0
TX packets:108 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:15346 (14.9 KiB) TX bytes:12708 (12.4 KiB)
Interrupt:177 Base address:0x2000

lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:78 errors:0 dropped:0 overruns:0 frame:0
TX packets:78 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:23532 (22.9 KiB) TX bytes:23532 (22.9 KiB)

sit0 Link encap:IPv6-in-IPv4
NOARP MTU:1480 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)

route -n:

Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
192.168.0.0 0.0.0.0 255.255.255.0 U 0 0 0 eth1
169.254.0.0 0.0.0.0 255.255.0.0 U 1000 0 0 eth1
0.0.0.0 192.168.0.1 0.0.0.0 UG 0 0 0 eth1

a hállózati beállításoknál nézd meg h tényleg dhcpre van e kapcsolva mert ha fixen van attól még kapsz ip csak nem használható.
ugye véletlenül sincs iptables alias firewall beállítva?

--
forever linux
Egyre több informatikusnak van nemi élete. Hígul a szakma...

Ellenőrizd le azt is, hogy nem dns probléma-e (már ha a netezést web böngészésre, és email olvasgatásra, illetve hasonlóra értetted, mert netezés IP cím alapján kapcsolódni a hálózatodon belül esetlegesen létező mondjuk samba szerverre is).

pl: http://195.228.252.138

Ha látod Bush-t, akkor a DNS-sel van bajod.

Köszönöm, a firewall volt a gond.

üdv:csicso

Köszönöm, a firewall volt a gond.

üdv:csicso