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
09-16-2003 04:38 AM
09-16-2003 04:38 AM
in the net 138.232.81.x is the local workgroup and 138.232.81.62 should be the gateway out of the local net !
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-16-2003 04:41 AM
09-16-2003 04:41 AM
Re: gateway
how can i config the netadapter in the server ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-16-2003 04:42 AM
09-16-2003 04:42 AM
Re: gateway
0-->local machine as gateway
1--->remote machine as gwy.
like
#route add 138.232.81.0 138.232.81.62 1
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-16-2003 04:43 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-16-2003 04:45 AM
09-16-2003 04:45 AM
Re: gateway
#set_parms initial
which would set all the parameters to you.
Just do a
#set_parms
and look at its arguments
revert
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-16-2003 05:56 AM
09-16-2003 05:56 AM
Re: gateway
Then modify the /etc/rc.config.d/netconf file if you want it to be the permanent default route.
If you don't test it first with route add and just modify netconf, if for some reason the route is no good(or if you just make a typo), you machine can hang next time you boot it.
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
09-16-2003 11:20 PM
09-16-2003 11:20 PM
Re: gateway
After that I can??t ping to nothing !!!
Please Help ME
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-16-2003 11:25 PM
09-16-2003 11:25 PM
Re: gateway
#ifconfig lan0
What is the ip of the server?
to which ip you ar trying to ping?
post the output of
#netstat -nr
revert
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-17-2003 12:31 AM
09-17-2003 12:31 AM
Re: gateway
lan0: flags=843
inet 138.232.81.3 netmask ffffffc0 broadcast 138.232.81.63
iff2:/ # netstat -nr
Routing tables
Destination Gateway Flags Refs Interface Pmtu
127.0.0.1 127.0.0.1 UH 0 lo0 4136
138.232.81.3 138.232.81.3 UH 0 lan0 4136
138.232.81.0 138.232.81.3 U 2 lan0 1500
127.0.0.0 127.0.0.1 U 0 lo0 0
default 138.232.81.62 UG 0 lan0 0
How can I delete a route ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-17-2003 12:36 AM
09-17-2003 12:36 AM
Re: gateway
#route delete
You routing table looks fine.What ip you are trying to ping
Revert
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-17-2003 12:41 AM
09-17-2003 12:41 AM
Re: gateway
ping to 127.0.0.1
ping to all don??t work !
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-17-2003 12:48 AM
09-17-2003 12:48 AM
Re: gateway
delete host 138.232.81.3: gateway 138.232.81.3: Keine Datei und kein Verzeichnis
iff2:/ #
I cannot delete any route !
(I read the manpage of route)
route delete 138.232.81.3 138.232.81.3
route delete -f 138.232.81.3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-17-2003 12:51 AM
09-17-2003 12:51 AM
Re: gateway
HOSTNAME="iff2"
OPERATING_SYSTEM=HP-UX
LOOPBACK_ADDRESS=127.0.0.1
INTERFACE_NAME[0]=lan0
IP_ADDRESS[0]=138.232.81.3
SUBNET_MASK[0]=255.255.255.192
BROADCAST_ADDRESS[0]=""
INTERFACE_STATE[0]=up
DHCP_ENABLE[0]=0
ROUTE_DESTINATION[0]=default
ROUTE_MASK[0]=""
ROUTE_GATEWAY[0]=138.232.81.62
ROUTE_COUNT[0]=1
ROUTE_ARGS[0]=""
GATED=0
GATED_ARGS=""
RDPD=0
RARP=0
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-17-2003 12:52 AM
09-17-2003 12:52 AM
Re: gateway
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-17-2003 12:58 AM
09-17-2003 12:58 AM
Re: gateway
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-17-2003 01:03 AM
09-17-2003 01:03 AM
Re: gateway
ping don??t work
everything with the net don??t work
the networkkart is up !
which deamons i need for the net ?