![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| IP Networking Questions involving TCP/IP, Routers, Hubs, Network protocols, etc go here. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| set Ulimit data segment to Unlimited | terala_s | UNIX for Advanced & Expert Users | 1 | 12-22-2007 09:10 AM |
| extract segment | mpang_ | Shell Programming and Scripting | 1 | 01-11-2007 10:33 PM |
| Segment and join tar archive | Pox | UNIX for Dummies Questions & Answers | 1 | 06-17-2006 08:24 AM |
| Segment Fault | zhshqzyc | High Level Programming | 9 | 04-07-2006 08:47 AM |
| Extract data segment using awk?? | apalex | Shell Programming and Scripting | 1 | 07-27-2004 03:13 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
Network Access on Different Segment
I do have 2 different segment network which different platform on each segment. E.g. 20 segment, Windows OS can talk to Unix OS and 21 segment practice same rule. Further more, Windows OS from 20 segment can talk to 21 segment other OS but only the UNIX OS in 20 segment fail to talk to 21 segment.
Do anyone know how to troubleshooting this issue? |
| Forum Sponsor | ||
|
|
|
#2
|
||||
|
||||
|
First guess, there is no/an incorrect default route configured for these machines.
Try netstat -rn to see if there is a default route established. |
|
#3
|
|||
|
|||
|
netstat -rn result
Hi,
I do issue command netstat -rn, and I get the result but I notice that is unclear part (see attachment). The second destination 170.95.25.240 show the gateway is 127.0.0.1 but our gateway is other value 170.95.25.250. May I know what is the meaning? And how do I change it? Thank |
|
#4
|
|||
|
|||
|
hello,
you dont have to specify a default route - but do create route to your LAN 20 route add -net <lan20/mask> gw <gateway> dev <dev> <metric> or : route --help will do cheers... |
|||
| Google The UNIX and Linux Forums |