Network Access on Different Segment


 
Thread Tools Search this Thread
Special Forums IP Networking Network Access on Different Segment
# 1  
Old 12-05-2006
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?
# 2  
Old 12-06-2006
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  
Old 12-06-2006
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
Network Access on Different Segment-netstatjpg
# 4  
Old 12-07-2006
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 Smilie

cheers...
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Linux

Unable to access CentOS setup Network Configuration after attempting Python update

I attempted to update Python on my CentOS 5.6 VM and have encountered some issues after then. Initially yum wouldn't work, but I have resolved that. However, now I am unable to access the Network Configuration section under setup. When I do select this option I see this at the command line: ... (2 Replies)
Discussion started by: crmpicco
2 Replies

2. IP Networking

Unable to access web application hosted in same network

All, I have various web applications hosted in a client network. These web apps are accessed through a Apache web server. We have deployed a new web application server and it is not serviced through the Apache web server. So i am unable to access this applications. But i am able to access... (3 Replies)
Discussion started by: vel4ever
3 Replies

3. UNIX and Linux Applications

Access to network interface (Mac-network)

Hi, I'm a italian student. For my thesis I develop a gateway with protocol 6lowpan. For that I must access to network interface to develope my personal stack based on standard 802.15.4. Can you help me? I need an explanation for that. (0 Replies)
Discussion started by: berny88
0 Replies

4. Shell Programming and Scripting

Can't access network interfaces anymore [Kinda urgent]

Hello, I've bought an semi-dedicated (cloud computing) server, but yesterday I had to change my IP, so I tried this with PuTTY: Went to /etc/network/interfaces And changed iface eth0 inet static To iface eth0 inet dhcp Hoping to get an dynamic IP Then I restarted my... (5 Replies)
Discussion started by: lukinhasb
5 Replies

5. Linux

nix User Access Restrictions to Network, USB ports, PCMCIA, CDROM

How to create a user account on a Linux desktop machine with restrictions on connecting to the LAN, WAN, PCMCIA ports, Firewire, CDROM and generally any user controllable output options? I have the task to set up a machine for users working with sensitive data that should not be leaving the... (1 Reply)
Discussion started by: netfreighter
1 Replies

6. Programming

Data segment or Text segment

Hi, Whether the following piece of code is placed in the read-only memory of code (text) segment or data segment? char *a = "Hello"; I am getting two different answers while searching in google :( that's why the confusion is (7 Replies)
Discussion started by: royalibrahim
7 Replies

7. Solaris

Network Printer access

Hi , We are trying to add a network printer (HP laser jet ) which is a part of windows server 2003 from solaris 10 server using lpadmin command. Both the Solaris 10 and windows server being in the same domain . The printer details are getting added in the /etc/printers.conf . But we are... (2 Replies)
Discussion started by: BalajiUthira
2 Replies

8. Solaris

Unable to access open solaris across the network.

Hi Everyone, I have installed open solaris 10 on one of the x86 machines available but inspite of configuring the IP i am unable to access the machine through the network. Can anyone please help me wih the settings required to access the machine across the network.Its really Urg..Any help is... (13 Replies)
Discussion started by: sankasu
13 Replies

9. IP Networking

network segment use vlan, linux vconfig and AT-GS950

Dear all, I have a Allied Telesyn AT-GS950 16 port switch. All hosts&router have rtl8139 NICs. OS : Slackware linux 12.1. I use a switch with vlan technique to separate my network to some segment. here my plan: router eth0 ---> switch port 1 switch port 5 <--- eth0 host A switch... (1 Reply)
Discussion started by: penyu
1 Replies
Login or Register to Ask a Question