Ich habe heute mal einen Debina Rechner aufgesetzt !
Momentaner stand:
Debina GNU/Linux 3.0
Kernel 2.2.20
Der Debina Rechner hängt in einem Windows2000 Server Netzwerk mit Domine!
Das Routing geht über einen der Windows Server.
Surfen über Mozilla mit Proxy eintrag geht!
Normalerweise sollte das Surfen auch ohne Proxy eintrag gehen nur über das Gateway, geht aber nicht
und ich kann in der Console keine www adressen pingen und kann auch keine packete mit
Code: Alles auswählen
apt-get install
Sobald ich mit
Code: Alles auswählen
apt-setup
Code: Alles auswählen
Failed to access the Debian archive
When I triede to access the debian archive using the information you provided, apt gave the following error. I will run though the questions again,
try to correct the error.
Failed to fetch
ftp:///ftp.freenet.de/pub/ftp.debian.org/debian/dists/stable/main/binary
-i386/Packages Something wicked happened resolving 'ftp.freenet.de:ftp'
(-3) Failed to fech
ftp:///ftp.freenet.de/pub/ftp.debian.org/debian/dists/stable/main/binary
-i386/Packages Something wicked happened resolving 'ftp.freenet.de:ftp'
(-3) W: Couldn't stat source package list ftp://ftp.freenet.de
stable/main Packages
Code: Alles auswählen
/etc/network/interface
Code: Alles auswählen
# /etc/network/interfaces -- configuration file for ifup(8), ifdown(8)
# The loopback interface
auto lo
iface lo inet loopback
# NIC
installation
auto eth0
iface eth0 inet static
address 192.168.100.6
netmask 255.255.255.0
network 192.168.100.0
broadcast 192.168.100.255
gateway 192.168.100.9
Code: Alles auswählen
ifconfig
Code: Alles auswählen
eth0 Link encap:Ethernet HWaddr 00:0D:61:08:18:1D
inet addr:192.168.100.6 Bcast:192.168.100.255 Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:7827 errors:0 dropped:0 overruns:0 frame:0
TX packets:120 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:100
RX bytes:8397207 (8.0 MiB) TX bytes:51775 (50.5 KiB)
Interrupt:11 Base address:0xe400
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
UP LOOPBACK RUNNING MTU:3924 Metric:1
RX packets:262 errors:0 dropped:0 overruns:0 frame:0
TX packets:262 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:18210 (17.7 KiB) TX bytes:18210 (17.7 KiB)
Habe auch schon nachgeschaut wo die rein gehören aber die datei
Code: Alles auswählen
/etc/resolv.conf
Ich bin für jeden Tip dankbar
so long Shinak