Sponsored Content
Operating Systems Linux Red Hat problems with internet connectivity Post 302237509 by raadeekaa on Wednesday 17th of September 2008 07:31:57 PM
Old 09-17-2008
Quote:
Originally Posted by bustaf
Hi
See if you not having default gateway in you lan
default gateway must be empty for that remote address can be used
command is ifconfig
to observe with trace the exactly problem make command
tail -f /var/log/messages (ctrl C to out)
Best regards
Thanks..Your reply helped me. :-)
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

RedHat Internet Connectivity

I recently installed RedHat9 on my laptop as a guest OS. My host OS is Windows2000 and I am using VMWare to toggle between two OSs. Any time I try to connect to internet from RedHat environment using Mozilla, internet acces does not work. At the office, after connecting my laptop to our... (7 Replies)
Discussion started by: eysheikah
7 Replies

2. UNIX for Dummies Questions & Answers

Internet connectivity via Win-ICS

Hi all, Have two DEC Alpha 3000 systems (I think they're considered legacy servers) that I acquired from my former employer prior to the Voluntary Administrator seizing the assets. They both have the basic SCO V4.0f OS installed and too be honest, I've had little time to even turn them on. ... (2 Replies)
Discussion started by: Cameron
2 Replies

3. IP Networking

Lost Connectivity to the Internet

I'm running FreeBSD 6.2 and suddenly lost connectivity to the net. After unplugging the router and checking all the connections I could find nothing wrong. All the driver software seems to be intact. I thought I would remove the driver software and restore it. However, when I go to root and type ... (5 Replies)
Discussion started by: Aaron Van
5 Replies

4. UNIX for Dummies Questions & Answers

Having wireless Internet problems

I feel like the true definition of a newb but I guess you gotta start somewhere. I installed Gentoo on my laptop yesterday, it's a gnome based environment and I cannot get any wireless internet. The iwconfig and net-setup commands are not being recognized. I'm not sure what the problem is, I've... (1 Reply)
Discussion started by: jessparkscars
1 Replies

5. UNIX for Dummies Questions & Answers

Problems connecting to the Internet

I am trying to connect a Solaris 10 PC to the internet via a Linksys router and a cable modem. I have tried following suggestions in one of the posts here for manual setup but so far no luck. Does the Solaris 10 install for x86 automatically pick up the internet connection? Dave :>) (4 Replies)
Discussion started by: dohling
4 Replies

6. Solaris

Intermittent internet connectivity

Hello, I am a relative UNIX newbie and we are unable to get out to the internet past the router. I can ping everything within the network but can't get out on a consistent basis. The UNIX DBA was let go recently and I have had to step in and assume his duties. Unfortunately, I am not quite... (1 Reply)
Discussion started by: judo42
1 Replies

7. IP Networking

Problems with Internet setup

Hi, I am using VMWARE and when I have the network connection set to NAT and the VM set to DHCP I get internet connection. But when I set the connection to BRIDGED and assign a static IP address I loose internet connection. I have used netconfig to manually assign the IP Address, GATEWAY, and... (5 Replies)
Discussion started by: mojoman
5 Replies

8. SCO

problems with ftp without internet

Dear Friends, I have the following problem, when there is no internet does not work the ftp to the server, with the local network use a router for dhcp SCO OpenServer 6.0 terminals with windows 7 ftp client ftplite and also use ftp from ms-dos to do? regards (1 Reply)
Discussion started by: Edgar Guevara
1 Replies

9. UNIX and Linux Applications

SQUID proxy : How do I limit internet connectivity to X hrs/day

Hi Everyone! A friend of mine is looking for a way to limit time his kids spent on the internet. I told him he should try out Squid proxy server. He now tries to find a way to limit total time spend on the internet to "X" hours a day, at any time during the day. I remember there are built-in... (3 Replies)
Discussion started by: togr
3 Replies

10. UNIX for Dummies Questions & Answers

Internet connectivity problem

Hello fellow users and enthusists. I am in need of assistance. I have installed Solaris 10 on a Gateway AMD Athlon 64 system. It is set up to dual boot with Windows 7. I am attempting to get internet access through another Windows 7 box, which is sharing its wireless internet connection with... (0 Replies)
Discussion started by: jl2215
0 Replies
observe(n)																observe(n)

__________________________________________________________________________________________________________________________________________________

NAME
observe - Runtime debugging output in TkCon SYNOPSIS
observe command cmdname ?maxlevel? observe cdelete cmdname observe cinfo cmdname observe variable varname operation ?args? observe vdelete varname operation observe vinfo varname _________________________________________________________________ DESCRIPTION
This command provides runtime debugging output for variables and commands without the need to edit your code. For variables, the underly- ing mechanism uses trace and dump var. For commands, it renames the observed procedure and uses a special wrapper procedure. WARNING: using this procedure after checkpointing state will result in major problems if you clean state because the renamed (true) commands will be lost. This procedure is experimental. Comments are encouraged. observe command cmdname ?maxlevel? This will create a wrapper command which prints out (using dump) the call stack to the console. maxlevel represents the maximum number of levels of the call stack which will be printed (defaults to 4). observe cdelete cmdname Removes the wrapper around an observed command. observe cinfo cmdname Prints out useless info. observe variable varname operation ?args? Currently a wrapper around trace that uses dump to print out the value of the named variable whenever the specified operation on that variable occurs (must be read, write or unset). observe vdelete varname operation Deletes the trace wrapper around the named variable. observe vinfo varname Prints out trace info about the named variable. SEE ALSO
dump(n), idebug(n), tkcon(1), tkcon(n), tkconrc(5) KEYWORDS
Tk, console, debug COPYRIGHT
Copyright (c) Jeffrey Hobbs <jeff at hobbs.org> TkCon 2.5 observe(n)
All times are GMT -4. The time now is 03:50 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy