Sponsored Content
Full Discussion: Network problem Unix
Top Forums UNIX for Advanced & Expert Users Network problem Unix Post 11822 by koshaugh2001 on Wednesday 12th of December 2001 02:12:24 PM
Old 12-12-2001
Java Network Problem

More than likely it is the MAC address table on the switch. If you can flush that table (or restart the switch- whichever is easier) it may solve your problem. Flushing the table does not hurt anything - it just rebuilds it again right away. I have had this happen in the past when moving from port to port on a switch.

Hope this helps.
 

10 More Discussions You Might Find Interesting

1. Solaris

Network problem.

Hi All, This is regarding problem with two servers... EX:- server1(HP) is not able to connect with proxy server server2(SUN BOX) But we can able to login.... server1 is not able to pickup any data from the proxy server... checked in the sunbox... # ping bdhp5050 server1 is alive ... (1 Reply)
Discussion started by: jeelans
1 Replies

2. IP Networking

Network problem

Folks; I have 2 SUSE servers (192.168.157.100 & 192.168.157.101) both are similar and has the same gateway 192.168.157.1 I can connect to the second one from my PC just fine (192.168.157.101). The problem is i couldn't connect to the first one using SSH even after i disabled the firewall. when i... (3 Replies)
Discussion started by: Katkota
3 Replies

3. UNIX for Dummies Questions & Answers

Network performance problem

I have a Teradata Machine, using MP-RAS Unix, with a 1000 Intel Ethernet card and a Cisco switch. If I configure the ethernet card and the switch to auto, so they negotiate to 1000, or configure the ethernet card and switch manually to 1000Full or 100Full, the velocity is very very low. Only... (2 Replies)
Discussion started by: cuatrodos
2 Replies

4. IP Networking

network Problem with unix open solaris

Dear Member:- Kindly be I am facing a problem with my open Solaris release b101 1- vi /etc/hostname.reg0 This is my IP address xx.xx.xx.xx 2- vi /etc/netmasks This is my subnet mask 3- vi /etc/defaultrouter This is my gateway 4- vi /etc/resolv.conf This is my DNS written with this way ... (2 Replies)
Discussion started by: dellroxy
2 Replies

5. UNIX for Dummies Questions & Answers

Network connection problem in unix

I have a network connection problem in unix. I am trying to access to LAN in unix but unfortunately it doesn't work. For example, if I ping from Unix to windows it says 'the network is unreacable'. Also, I can't ping in windows to unix. I would be glad if someone could help me. Thanks. ... (5 Replies)
Discussion started by: fatihshen
5 Replies

6. AIX

AIX OS problem? network problem?

Dear ALL. I installed AIX OS on customer sites. but Only one site is too slow when I connected telnet, ftp.. Ping is too fast. but telnet and FTP is not connected.. of course i check the configuration file on aix but it's normal. Do any Idea?? thanks in advance. - Jun - (3 Replies)
Discussion started by: Jeon Jun Seok
3 Replies

7. AIX

Network Problem

Hi everbody; I have 2 p520 machines and created a vio server for each one (vio01 - vio02). I created 3 AIX 5.3 lpars on vio02 and 3 AIX 6.1 lpars on vio01. The problem is when 2 lpars are activated, i can ping gateway from both lpars and vio; but when i activate 3rd lpar, network downs and none of... (2 Replies)
Discussion started by: lordofdarkness
2 Replies

8. UNIX for Dummies Questions & Answers

How does unix system administration, unix programming, unix network programming differ?

How does unix system administration, unix programming, unix network programming differ? Please help. (0 Replies)
Discussion started by: thulasidharan2k
0 Replies

9. Programming

UNIX Network Programming making files problem

I have started reading the book Unix Network Programming, Volume 1: The Sockets Networking API. I downloaded all the source code and the readme says I must make the files. zuro@zuro:~/book/unpv12e$ cd lib zuro@zuro:~/book/unpv12e/lib$ make gcc -g -O2 -D_REENTRANT -Wall -c -o... (5 Replies)
Discussion started by: xuro
5 Replies

10. Programming

UNIX network programming execution problem

I have started reading the book Unix Network Programming, Volume 1: The Sockets Networking API. I downloaded all the source code and performed all the steps present in README file.Now when i compile my first program it give the following error. sainandan@nandan:~/unpv13e/intro$ ./daytimetcpcli... (1 Reply)
Discussion started by: bsainandan
1 Replies
networks(4)						     Kernel Interfaces Manual						       networks(4)

NAME
networks - network name data base DESCRIPTION
The file associates Internet (IP) addresses with official network names and aliases. This allows the user to refer to a network by a sym- bolic name instead of using an Internet address. For each network, a single line should be present with the following information: <official network name> <network number> <aliases> Aliases are other names under which a network is known. For example: where the network named is also called A line cannot start with a blank (tab or space character). Items are separated by any number or combination of blanks. A character indi- cates the beginning of a comment. Characters from the up to the end of the line are not interpreted by routines which search the file. Trailing blanks are allowed at the end of a line. For the Internet, this file is normally created from the official network database main- tained at the Network Information Control Center (NIC), though local changes may be required to bring it up-to-date regarding unofficial aliases and/or unknown networks. Network numbers can be specified in conventional Internet dot notation using the routine from the internet address manipulation library (see inet(3N). Network names can contain any printable character other than a white space, new-line, or comment character. EXAMPLES
See AUTHOR
was developed by the University of California, Berkeley. FILES
SEE ALSO
getnetent(3N). networks(4)
All times are GMT -4. The time now is 09:54 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy