- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Need some help in Networking
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
03-03-2003 02:51 PM
03-03-2003 02:51 PM
Need some help in Networking
What will be the better explanation to save myself?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-03-2003 02:55 PM
03-03-2003 02:55 PM
Re: Need some help in Networking
That was too much.
If you need to delete a route, which helps connect different computer netowrks or computers to the Internet, you can use route delete ip_address
The request you've posted isn't specific enough to go on. Please expand the problem definition.
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
03-03-2003 02:57 PM
03-03-2003 02:57 PM
Re: Need some help in Networking
The 'route -f
You probably need to re-establish your routing table first and see if that helps.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-03-2003 03:01 PM
03-03-2003 03:01 PM
Re: Need some help in Networking
-f Delete all route table entries that specify a
remote host for a gateway. If this is used with
one of the subcommands, the entries are deleted
before the subcommand is processed.
you should have used the delete option
delete Delete the specified host or network route from
the network routing table.
route delete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-03-2003 03:07 PM
03-03-2003 03:07 PM
Re: Need some help in Networking
If you can go to the console, then login and run the command
/sbin/init.d/net start
This will add all the routes.
You can use ndd to disconnect individual connections. It is unsupported and I would not give that command.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-03-2003 03:11 PM
03-03-2003 03:11 PM
Re: Need some help in Networking
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-03-2003 03:11 PM
03-03-2003 03:11 PM
Re: Need some help in Networking
Please correct me Mr.Costa if I am wrong.
Thanks,
-DB
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-03-2003 03:16 PM
03-03-2003 03:16 PM
Re: Need some help in Networking
Explanation is - misinterpreting the man page.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-03-2003 03:41 PM
03-03-2003 03:41 PM
Re: Need some help in Networking
One of my previous supervisors told me one time "if you don't make some mistakes, you're not doing anything."
The biggest thing in this business - admit when you make a mistake and LEARN from it. Don't make the same mistake twice and don't try to cover it up.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-04-2003 07:41 AM
03-04-2003 07:41 AM
Re: Need some help in Networking
If you meant to remove some TCP ports from processing requests, see /etc/services.
Regards,
Mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2003 05:33 AM
03-05-2003 05:33 AM
Re: Need some help in Networking
This is a classic sysadmin mistake, and probably happens almost as often as the
"rm * .tmp" folly. I still remember when flushed the route table on an AIX box by mistake. Not to mention the time I ran "initrin" on an HP3000 to see what it did....