- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: XDMCP - Disabling IP Broadcast Forwarding.
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
10-16-2000 01:54 AM
10-16-2000 01:54 AM
XDMCP - Disabling IP Broadcast Forwarding.
I have searched the knowledge database, which kindly informs me that IP Broadcast forwarding should be turned off, but doesnt tell me how to check / set this.
Any Ideas??
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-16-2000 02:12 AM
10-16-2000 02:12 AM
Re: XDMCP - Disabling IP Broadcast Forwarding.
1. To check the value in the hp-ux file:
echo ipforwarding?D | adb /hp-ux /dev/kmem
2. To check the value in the running kernel (/dev/kmem):
echo ipforwarding/D | adb /hp-ux /dev/kmem
3. To turn on ip forwarding in hp-ux and the running kernel:
echo "ipforwarding?W 1" | adb -w /hp-ux /dev/kmem
echo "ipforwarding/W 1" | adb -w /hp-ux /dev/kmem
4. To turn off ip forwarding in hp-ux and running kernel:
echo "ipforwarding?W 0" | adb -w /hp-ux /dev/kmem
echo "ipforwarding?W 0" | adb -w /hp-ux /dev/kmem
The HP-UX 11.0 equivalent of check_bcast_addr is the unsupported ndd
tunable, ip_check_subnet_addr. You can display this variable with the
'ndd -h unsupported' command.
To bypass RFC-1122 address checking, set the ip_check_subnet_addr variable
to zero. To make this a permanent setting, include this setting in
the /etc/rc.config.d/nddconf file.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-16-2000 02:32 AM
10-16-2000 02:32 AM
Re: XDMCP - Disabling IP Broadcast Forwarding.
i think you mean /stand/vmunix and not /hp-ux !
regards,
federico
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-16-2000 02:40 AM
10-16-2000 02:40 AM
Re: XDMCP - Disabling IP Broadcast Forwarding.
You are right ! Thanks !
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-16-2000 04:55 AM
10-16-2000 04:55 AM
Re: XDMCP - Disabling IP Broadcast Forwarding.
I'll try this out tonight / tommorrow & let u know how I get on..
Cheers