Marty Landman wrote:
No. Not sure why though. :( My nic works and I can ping out, ssh in from
my workstation and out to other network boxes.
UNCLELEO:~# ifconfig -a
eth0 Link encap:Ethernet HWaddr 00:A0:CC:32:CC:42
inet addr:192.168.0.222 Bcast:192.168.0.255 Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:33311 errors:0 dropped:0 overruns:0 frame:0
TX packets:3784 errors:0 dropped:0 overruns:0 carrier:0
collisions:71 txqueuelen:100
RX bytes:5382739 (5.1 MiB) TX bytes:357660 (349.2 KiB)
Interrupt:12 Base address:0x1200
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:8 errors:0 dropped:0 overruns:0 frame:0
TX packets:8 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:560 (560.0 b) TX bytes:560 (560.0 b)
UNCLELEO:~# ping -c 1 google.com
ping: unknown host google.com
UNCLELEO:~# route add default 192.168.0.1
SIOCADDRT: No such device
UNCLELEO:~#
Probably your networking is not set up correctly. You have a private
network adress set up. If you want to connect to google and the debian
mirrors, you either have to have nat installed and configured correctly
on your router or use a official IP (provided by your internet provider).
Just do:
# aptitude install samba
and it will get and install all packages automagicaly.
UNCLELEO:~# aptitude install samba
bash: aptitude: command not found
UNCLELEO:~#
Does apt-get work?
After your network problems are sorted out you could
apt-get install aptitude
and install aptitude and
apt-get install samba
for samba.
Johannes
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]