- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- linux server connectivity
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-20-2004 11:34 PM
05-20-2004 11:34 PM
linux server connectivity
it is not accessible to 200.1.117.x (wan) network which is connected to 200.1.1.x network through a router whose ip is 200.1.1.250.
Can someone help. The linux version is 7.2.
how do i find out the rip version on this linux.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2004 12:22 AM
05-21-2004 12:22 AM
Re: linux server connectivity
In order to make this permanent, personally, I'd put it in an rc script but I imagine that this is probably a Red Hat linux and there will be some other funky place to put it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2004 01:23 AM
05-21-2004 01:23 AM
Re: linux server connectivity
A comparision of ifconfig eth0 output should allow you to eliminate the possibility.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2004 05:52 PM
05-21-2004 05:52 PM
Re: linux server connectivity
Also tried route add -net 200.1.117.0 netmask 255.255.255.0 eth0 but still its not through.
the ifconfig file shows 200.1.1.26 as gateway. Tried changing the same to 200.1.1.250 still no success.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-23-2004 07:55 PM
05-23-2004 07:55 PM
Re: linux server connectivity
let:
server26 ->200.1.1.26/24
server117->200.1.117.x/24
router ->200.1.1.250
1) which is the 2nd IP of the router?
2) does it work with other machines?
3) did you try to clear the routing table of the server26 using
route del
then adding the new routing table?
4) if the router won't work try to enable the ip forwarding using
echo 1 > /proc/sys/net/ipv4/ip_forward
Peace, R.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2004 09:04 PM
05-24-2004 09:04 PM
Re: linux server connectivity
the ip of second router is 200.1.117.60.
yes it is accessible through all servers of network 200.1.1.x except this linux server 200.1.1.26
we also tried giving route del but could not help. can anyone suggest how do i find out the rip version that this linux machine supports ?