From: Abhrajit D. <Abh...@mi...> - 2008-02-26 08:56:44
|
I have set slirp now as instructed. But still the "something wicked happened" errors are showing when I type apt-get update. abhri -----Original Message----- From: Henry Nestler [mailto:Hen...@Ar...] Sent: Tuesday, February 26, 2008 1:35 PM To: Abhrajit Datta Cc: col...@li... Subject: Re: [coLinux-users] Problem with TAP win 32 adapter Abhrajit Datta wrote: > Hi, > > I was trying to connect to internet via colinux.I installed the TAP win > 32 adapter.During booting it shows that TAP is enabled and I can see the > connection icon in connected state.But when I try to run the command > apt-get update it gives the error "something wicked happened while > resolving ...http://debian.org etc... > > It gives a series of these errors and so I am unable to install any > packages.I am a new colinux user so if someone knows the issue please help. SLiRP is better for your first use. Let TAP installed, you can use it later as eth1 and fast host only access. Please use "eth0=slirp" in coLinux config. Setup network eth0 inside running linux as described in wiki: http://colinux.wikia.com/wiki/Network#Reconfigure_Network_Interface_On_the_Fl y ifconfig eth0 10.0.2.15 netmask 255.255.255.0 broadcast 10.0.2.255 route add default gw 10.0.2.2 echo "nameserver 10.0.2.3" > /etc/resolv.conf For permanently store, setup SLiRP in Debians config file, see http://colinux.wikia.com/wiki/Network#Debian # file: /etc/network/interfaces auto eth0 iface eth0 inet static address 10.0.2.15 network 10.0.2.0 broadcast 10.0.2.255 netmask 255.255.255.0 gateway 10.0.2.2 -- Henry N. DISCLAIMER: This message (including attachment if any) is confidential and may be privileged. If you have received this message by mistake please notify the sender by return e-mail and delete this message from your system. Any unauthorized use or dissemination of this message in whole or in part is strictly prohibited. E-mail may contain viruses. Before opening attachments please check them for viruses and defects. While MindTree Consulting Limited (MindTree) has put in place checks to minimize the risks, MindTree will not be responsible for any viruses or defects or any forwarded attachments emanating either from within MindTree or outside. Please note that e-mails are susceptible to change and MindTree shall not be liable for any improper, untimely or incomplete transmission. MindTree reserves the right to monitor and review the content of all messages sent to or from MindTree e-mail address. Messages sent to or from this e-mail address may be stored on the MindTree e-mail system or else where. |