Able to ping server's private network


 
Thread Tools Search this Thread
Special Forums IP Networking Able to ping server's private network
# 1  
Old 01-09-2008
Able to ping server's private network

Hi guys,

I'm in the progress of setting up a private network in our Sun solaris platform.

Existing ip: 172.16.102.101
New private ip: 192.168.2.3
Netmask is the same for both private & public 255.255.255.0

After setting up the ip, I'm able to ping this private ip address from our workstation, with the ip 172.16.101.120. Why is this so? Supposingly we are unable to ping from outside.

Appreciate any helps here...I'm quite new in network field.

Thanks in bunch!

Last edited by *Jess*; 01-09-2008 at 01:14 AM..
# 2  
Old 01-10-2008
conf files in /etc/inet

Make sure you changes into atleast 3 files
ipnodes
netmask
hostname.xyz
# 3  
Old 01-10-2008
Thanks for a reply!

I just found out the reason y we are able to ping the private network from our local workstation.

I did a tracert on the command prompt:

[ISS] C:\>tracert 192.168.2.1

Tracing route to 192.168.2.1 over a maximum of 30 hops

1 <1 ms <1 ms <1 ms 172.16.101.254 <- PC gateway
2 <1 ms <1 ms <1 ms 172.16.102.200
3 <1 ms <1 ms <1 ms 192.168.2.1 <- private ip

After disable the private network on 172.16.102.200,

[ISS] C:\>tracert 192.168.2.1

Tracing route to 192.168.2.1 over a maximum of 30 hops

1 <1 ms <1 ms 1 ms 172.16.101.254
2 172.16.102.200 reports: Destination host unreachable.


Not sure why the tracert pass through 172.16.102.200. Any ideas?
# 4  
Old 01-10-2008
routing

What is the address of the PC you R tracerouting from?
What verison of Solaris?
Does the sun box have 2 interfaces ?
Is the sun box routing?
What is the /etc/defaultrouter file contain?
Are you using ipfilter ?
Login or Register to Ask a Question

Previous Thread | Next Thread

7 More Discussions You Might Find Interesting

1. AIX

Able to ping the server but not able to login through putty it says network timeout

Able to ping the server but not able to login through putty it says network timeout Please assist (3 Replies)
Discussion started by: Vishal_dba
3 Replies

2. Windows & DOS: Issues & Discussions

Private Network

Hello, I have a desktop which has two network cards installed on it and I connected these two card through a hub. On the desktop in have installed a Windows Vista Home Edition SO and a Windowx XP SO in a virtual way. I also had intalled a Virtual BOX software and Windows XP run through it. By... (1 Reply)
Discussion started by: zendcool
1 Replies

3. IP Networking

How does a router directs the internet traffic to a specific host in the private network?

how does a router directs the internet traffic to a specific host in the private network? Example: My PC has ip 192.168.134.100 Router has ip 192.168.134.200 My company's ip 202.52.150.33 When i try to access internet, say google, it traverses from... (1 Reply)
Discussion started by: Arun_Linux
1 Replies

4. IP Networking

ping to different network in linux

Hi all, please help solving my small issue below is the configuration I have 3 systems sytem1 -------- system 2 ----------system 3 system 1 : 10.255.1.4 & default gw 10.255.1.55 system2 : ip 1 : 10.255.1.55 , ip 2: 10.255.2.1 system 3 : ip : 10.255.2.3 on system 2 : ... (4 Replies)
Discussion started by: Gopi Krishna P
4 Replies

5. UNIX for Dummies Questions & Answers

Need help setting up a home solaris private network

Hi all, I just purchased 2 Ultra 10 servers and I want to practice with home networking. I want to create a private network where I can connect both boxes to the internet via broadband using my four port adsl modem/router. My ISP assigns me 192.168 addresses via DHCP and I use the ISP's DNS but... (1 Reply)
Discussion started by: Kongowea
1 Replies

6. IP Networking

Private network

Hi all, Currently we are in the progress of setting up a private network on all of our Sun Solaris servers. Purpose is to move all backup tasks to the private, hence reduce load on public network. Some of our servers only consists of 1 network card but with several ports. Shall we purchase... (10 Replies)
Discussion started by: *Jess*
10 Replies

7. IP Networking

private network to private network gateway

i have one private network with one ip address, and i have a seperate network on a seperate ip address. now, each network is behind a firewall/router. now what i want to do is be able to access one server on the second network from a computer on the first., but with the private ip address, (this... (2 Replies)
Discussion started by: norsk hedensk
2 Replies
Login or Register to Ask a Question