- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: connecting from c
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
07-14-2009 06:30 PM
07-14-2009 06:30 PM
I'm connecting to my database server from c program almost fine except the MYSQL server complains that my host has no permission. This is a production server so I don't want to mess with the server to much.
I need to change my tcp/ip headers to pretend the connection is comming from the loclahost.
Does anyone knows how to do that ?
Regards
PEter
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-14-2009 06:54 PM
07-14-2009 06:54 PM
Solution> pretend [...]
I doubt that.
If you pretend that you're coming from
"localhost", why wouldn't the MYSQL server
send its replies back to "localhost" instead
of to "my host"?
> [...] so I don't want to mess with the
> server to much.
Why not set up another server with which you
_can_ mess.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-14-2009 09:09 PM
07-14-2009 09:09 PM
Re: connecting from c
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-15-2009 02:53 PM
07-15-2009 02:53 PM
Re: connecting from c
Ho can I pretend that my address is different - i know it's possible - proxy ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-15-2009 05:04 PM
07-15-2009 05:04 PM
Re: connecting from c
There may be some way to get that to happen with ssh or netcat but I don't know the syntax myself.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-15-2009 05:17 PM
07-15-2009 05:17 PM
Re: connecting from c
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-16-2009 12:45 AM
07-16-2009 12:45 AM
Re: connecting from c
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-16-2009 08:37 AM
07-16-2009 08:37 AM
Re: connecting from c
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-16-2009 09:13 AM
07-16-2009 09:13 AM
Re: connecting from c
> defined as unauthorized access to company
> data, [...]
And any organization which won't let you
access the data-base server from some other
system, but which will let you install some
proxy server on that data-base server so that
you can do what they won't let you do, needs
to have its head examined.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-16-2009 02:10 PM
07-16-2009 02:10 PM
Re: connecting from c
Thread closed