![]() |
|
|
|
|
|||||||
| 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 |
| S-262: Cisco IOS Multicast Virtual Private Network (MVPN) Data Leak | iBot | Security Advisories (RSS) | 0 | 04-10-2008 08:10 AM |
| S-243: Cisco IOS Virtual Private Dial-up Network Denial of Service Vulnerability | iBot | Security Advisories (RSS) | 0 | 03-27-2008 12:40 PM |
| Need help setting up a home solaris private network | Kongowea | UNIX for Dummies Questions & Answers | 1 | 02-05-2008 09:19 AM |
| Private network | *Jess* | IP Networking | 10 | 11-23-2006 12:41 AM |
| private network to private network gateway | norsk hedensk | IP Networking | 2 | 12-05-2002 09:25 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
|||
|
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-08-2008 at 09:14 PM. |
| Forum Sponsor | ||
|
|
|
|||
|
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? |