hi,
also ich habe ein debian lenny server am laufen frisch aufgesetzt jetzt wollte ich meinen server eine statische ip address geben was auch funktioniert hat :
Code:
# 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
auto eth0
iface eth0 inet static
address 192.168.2.101
netmask 255.255.255.0
network 192.168.2.0
broadcast 192.168.2.255
gateway 192.168.2.1
und ich habe die hosts geändert was wiefolgt aussieht :
Code:
127.0.0.1 localhost
192.168.2.101 mail1.home-network.eu mail1
# The following lines are desirable for IPv6 capable hosts
::1 localhost ip6-localhost ip6-loopback
fe00::0 ip6-localnet
ff00::0 ip6-mcastprefix
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
ff02::3 ip6-allhosts
und das hab ich auch noch verändert /etc/resolv.conf :
Code:
search home-network.eu
nameserver 192.168.2.101
so müste ja eigtl alles funktionier macht es aber nicht^^ via putty kann ich auf mein server zugrifen auch von ausen kann mein router auch anpingen und alles aber ich komm nicht in internet kann keine updates machen z.b. goolge.de kann ich nicht anpingen und ich weiß einfach nicht an was es liegt verzweifel hier^^ also wenn mir jmd weiter helfen kann wäre super danke im vorraus !!!!