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
12-03-2007 12:33 PM
12-03-2007 12:33 PM
Route
------------
I need to know how I connect host that has ip address(130.230.10.100) to another host that has different range of ip address(129.9.0.200)
or network(129.9.0.0) generally ?
(connect via hub or switch without router)
Thank you ,,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-03-2007 04:44 PM
12-03-2007 04:44 PM
Re: Route
# netstat -rnv
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-03-2007 07:47 PM
12-03-2007 07:47 PM
Re: Route
How do you expect to get from one network to
another without a router? That's what a
router does.
> (connect via hub or switch [...]
If the two systems are on the same physical
network, then you should be able to create an
interface on one of them which shares a
network with the other. This could be a
separate physical interface or a logical
interface. "man ifconfig"
On my 11.11 system, "sam" offers things like:
Networking and Communications
Network Interface Cards
Actions
Add IP Logical Interface...
A system with multiple IP addresses (on
different networks) normally acts as an IP
router.
Of course, if the systems share a physical
network, what's the point to giving them IP
addresses on different networks?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-03-2007 08:26 PM
12-03-2007 08:26 PM
Re: Route
"route add" may help you.
BR,
Kapil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-03-2007 08:42 PM
12-03-2007 08:42 PM
Re: Route
"route add" works better if there's a router
somewhere to be the destination of the added
route. Adding a route to an unreachable
network probably won't help much.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-03-2007 08:50 PM
12-03-2007 08:50 PM
Re: Route
There must be some router or as you said may in same netowrk (That is why I said question from Stevan are very imp).
BR,
Kapil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-04-2007 11:15 PM
12-04-2007 11:15 PM
Re: Route
in system HP-UX 10.20
and How can I use command route add ?details
Thank you ,,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-04-2007 11:31 PM
12-04-2007 11:31 PM
Re: Route
INTERFACE_NAME[3]="lan0:0"
IP_ADDRESS[0]="129.9.1.1"
SUBNET_MASK[0]="0xffffff00"
BROADCAST_ADDRESS[0]="129.9.1.255"
INTERFACE_STATE[0]=""
DHCP_ENABLE[0]=0
and like this
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-05-2007 05:03 AM
12-05-2007 05:03 AM
Re: Route
> /etc/rc.config.d/netconf file
I assume that that's what "sam" does. (I
know which is easier.)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-07-2007 11:58 PM
12-07-2007 11:58 PM
Re: Route
Thank you ,,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-08-2007 04:37 AM
12-08-2007 04:37 AM
Re: Route
> system HP-UX 10.20) ? How ?
Dec 4, 2007 03:47:37 GMT
Dec 5, 2007 07:31:31 GMT
"man ifconfig" Which (at 11.11) says:
[...]
IP Index Number
Multiple IP addresses assigned to the same interface may be in
different subnets. An example of an interface name without an IP
index number is lan0. An example of an interface name with a IP index
number is lan0:1. Note: specifying lan0:0 is equivalent to lan0.
A primary interface is an interface whose IP index number is zero. A
secondary interface is an interface whose IP index number is non-zero.
[...]
(Note that the Dec 5, 2007 07:31:31 GMT
posting shows "lan0:0", but for a secondary
interface you'd want, say, "lan0:1".)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-10-2007 10:38 PM
12-10-2007 10:38 PM
Re: Route
Have a look at "ifalias".
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!
