
On Wednesday, December 28, 2005 1:23 AM Liviu Damian wrote:
On Wednesday 28 December 2005 09:08, Daryl Creedy wrote: Can you please learn to reply? I really don't want to get a lot of spam because my e-mail address is shown in your reply...
Sorry, better?, do you type above everytime you reply?
lsmod|grep sysKonnect returned nothing (can provide full lsmod) modprobe sysKonnect
module sysKonnect not found, tried all variations of case
ifconfig 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:54 errors:0 dropped:0 overruns:0 frame:0 TX packets:54 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:3794 (3.7 Kb) TX bytes:3794 (3.7 Kb) ifconfig ethX ip.address netmask up
invalid interface eth0 not found, tried eth1 also
linux:/home/dcreedy # ethtool eth0 try again
same result
linux:/home/dcreedy # ip r l 127.0.0.0/8 dev lo scope link ip route add default via your.gateway.ip then try again
with no ethernet default gateway kinda useless
resolv.conf is not applicable as basic TCP/IP is not woking why not? I can put my network interfaces offline and I can still see what's in my /etc/resolv.conf If your resolv.conf is empty fill it with your details echo "nameserver x.x.x.x" > /etc/resolv.conf echo "nameserver y.y.y.y" >> /etc/resolv.conf echo "search yourdomain.com" >> /etc/resolv.conf
cant ping next hop, so there is no need to verify DNS name resolution at this time Thanks for the help Daryl Creedy