LINUX:~ # iroute -npconfig -a -bash: iroute: command not found LINUX:~ # cat /etc/resolv.conf nameserver 192.168.0.1 domain SNL LINUX:~ # ifconfig -a eth0 Link encap:Ethernet HWaddr 00:50:8B:9D:D8:F4 inet6 addr: fe80::250:8bff:fe9d:d8f4/64 Scope:Link UP BROADCAST NOTRAILERS MULTICAST MTU:1500 Metric:1 RX packets:0 errors:0 dropped:0 overruns:0 frame:0 TX packets:620 errors:620 dropped:0 overruns:0 carrier:620 collisions:0 txqueuelen:1000 RX bytes:0 (0.0 b) TX bytes:365800 (357.2 Kb) eth1 Link encap:Ethernet HWaddr 00:09:5B:C3:C8:26 inet addr:192.168.0.6 Bcast:192.168.0.255 Mask:255.255.255.0 inet6 addr: fe80::209:5bff:fec3:c826/64 Scope:Link UP BROADCAST NOTRAILERS RUNNING MULTICAST MTU:1500 Metric:1 RX packets:2099 errors:0 dropped:0 overruns:0 frame:0 TX packets:505 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:538338 (525.7 Kb) TX bytes:68001 (66.4 Kb) Interrupt:11 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:258 errors:0 dropped:0 overruns:0 frame:0 TX packets:258 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:18656 (18.2 Kb) TX bytes:18656 (18.2 Kb) sit0 Link encap:IPv6-in-IPv4 NOARP MTU:1480 Metric:1 RX packets:0 errors:0 dropped:0 overruns:0 frame:0 TX packets:0 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:0 (0.0 b) TX bytes:0 (0.0 b) LINUX:~ # ps -ef | grep dhcp root 17428 1 0 11:48 ? 00:00:00 /sbin/dhcpcd -H -D -N -t 999999 -h LINUX eth0 root 19213 19163 0 12:28 pts/1 00:00:00 grep dhcp LESSKEY=/etc/lesskey.bin NNTPSERVER=news INFODIR=/usr/local/info:/usr/share/info:/usr/info MANPATH=/usr/share/man:/usr/local/man:/usr/X11R6/man:/opt/gnome/share/man HOSTNAME=LINUX GNOME2_PATH=/usr/local:/opt/gnome:/usr XKEYSYMDB=/usr/X11R6/lib/X11/XKeysymDB HOST=LINUX TERM=xterm SHELL=/bin/bash PROFILEREAD=true HISTSIZE=1000 SSH_CLIENT=::ffff:192.168.0.4 6909 22 QTDIR=/usr/lib/qt3 SSH_TTY=/dev/pts/1 JRE_HOME=/usr/lib/java/jre USER=root LS_COLORS=no=00:fi=00:di=01;34:ln=00;36:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31:ex=00;32:*.cmd=00;32:*.exe=01;32:*.com=01;32:*.bat=01;32:*.btm=01;32:*.dll=01;32:*.tar=00;31:*.tbz=00;31:*.tgz=00;31:*.rpm=00;31:*.deb=00;31:*.arj=00;31:*.taz=00;31:*.lzh=00;31:*.zip=00;31:*.zoo=00;31:*.z=00;31:*.Z=00;31:*.gz=00;31:*.bz2=00;31:*.tb2=00;31:*.tz2=00;31:*.tbz2=00;31:*.avi=01;35:*.bmp=01;35:*.fli=01;35:*.gif=01;35:*.jpg=01;35:*.jpeg=01;35:*.mng=01;35:*.mov=01;35:*.mpg=01;35:*.pcx=01;35:*.pbm=01;35:*.pgm=01;35:*.png=01;35:*.ppm=01;35:*.tga=01;35:*.tif=01;35:*.xbm=01;35:*.xpm=01;35:*.dl=01;35:*.gl=01;35:*.aiff=00;32:*.au=00;32:*.mid=00;32:*.mp3=00;32:*.ogg=00;32:*.voc=00;32:*.wav=00;32: XNLSPATH=/usr/X11R6/lib/X11/nls HOSTTYPE=i386 PAGER=less MINICOM=-c on MAIL=/var/mail/root PATH=/sbin:/usr/sbin:/usr/local/sbin:/root/bin:/usr/local/bin:/usr/bin:/usr/X11R6/bin:/bin:/usr/games:/opt/gnome/bin:/opt/kde3/bin:/usr/lib/java/jre/bin CPU=i686 JAVA_BINDIR=/usr/lib/java/jre/bin INPUTRC=/etc/inputrc PWD=/root JAVA_HOME=/usr/lib/java/jre TEXINPUTS=:/root/.TeX:/usr/share/doc/.TeX:/usr/doc/.TeX SHLVL=1 HOME=/root LESS_ADVANCED_PREPROCESSOR=no OSTYPE=linux LS_OPTIONS=-a -N --color=tty -T 0 no_proxy=localhost XCURSOR_THEME=crystalwhite WINDOWMANAGER=/usr/X11R6/bin/kde GTK_PATH=/usr/local/lib/gtk-2.0:/opt/gnome/lib/gtk-2.0:/usr/lib/gtk-2.0 LESS=-M -I MACHTYPE=i686-suse-linux LOGNAME=root LC_CTYPE=en_US.UTF-8 SSH_CONNECTION=::ffff:192.168.0.4 6909 ::ffff:192.168.0.6 22 PKG_CONFIG_PATH=/opt/gnome/lib/pkgconfig LESSOPEN=lessopen.sh %s ACLOCAL_PATH=/opt/gnome/share/aclocal INFOPATH=/usr/local/info:/usr/share/info:/usr/info:/opt/gnome/share/info LESSCLOSE=lessclose.sh %s %s G_BROKEN_FILENAMES=1 JAVA_ROOT=/usr/lib/java COLORTERM=1 _=/usr/bin/grep /usr/bin/grep LINUX:~ # Kevin Brown wrote: > The fact that you are getting "no route to host" suggests that the > issue is a problem with the laptop itself. It might help if you post > your routing table to the list to help in diagnosing the issue. > > route -n > cat /etc/resolv.conf > ipconfig -a > ps -ef | grep dhcp > > and any other command that you think might help in regards to networking. > --------------------------------------------------- > PLUG-discuss mailing list - PLUG-discuss@lists.plug.phoenix.az.us > To subscribe, unsubscribe, or to change you mail settings: > http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss > -- --------------------------------------------------- PLUG-discuss mailing list - PLUG-discuss@lists.plug.phoenix.az.us To subscribe, unsubscribe, or to change you mail settings: http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss