Search Results

Search: Posts Made By: Dhruvak
Forum: Red Hat 12-08-2011
13,568
Posted By Dhruvak
Hi, That command run successfully. There was...
Hi,
That command run successfully. There was no error but it does not route any of the device IP to Linux box IP.
Forum: Red Hat 12-07-2011
13,568
Posted By Dhruvak
Hi Dude2cool, Thanks for reply. I tried ...
Hi Dude2cool,

Thanks for reply.
I tried


iptables -t nat -A PREROUTING -p tcp -d 0/0 --dport 80 --src-range 10.111.111.22-10.111.111.23 -j DNAT --to-destination 10.13.0.16:3128
...
Forum: Red Hat 12-06-2011
13,568
Posted By Dhruvak
How to route multiple IP addresses with IPTABLE command?
Hi,
We have a router and devices for testing. We route devices with below command


iptables -t nat -A PREROUTING -p tcp -d 0/0 --dport 80 -s 10.111.111.22 -j DNAT --to-destination...
3,633
Posted By Dhruvak
So, Finally I found a solution. ...
So, Finally I found a solution.
#!/usr/bin/expect
spawn -noecho /opt/opwv/oam/1.8/bin/update_manager /spare/HO16/pme.response.template
expect "Option:"
send 3\r
expect "detailed information:"...
3,633
Posted By Dhruvak
:wall::confused::confused::confused:
:wall::confused::confused::confused:
3,633
Posted By Dhruvak
How? Will you please give an example? ...
How? Will you please give an example?

---------- Post updated at 04:41 AM ---------- Previous update was at 12:30 AM ----------

Will anyone please help me in this case?
3,633
Posted By Dhruvak
Hi Ahmed, Thanks for reply. I could not...
Hi Ahmed,

Thanks for reply. I could not follow that command because after pressing "1" I need to install certain PMEs and for that I need to give absolute path for those PMEs.

So, inshort I...
3,633
Posted By Dhruvak
Expect command use for interactive mode of scripting
Hi All,

I am writing a script(Auto_Installation.sh) which is calling one another script (./update_manager /spare/install/HO7/PME_Response_file.txt)

Now the issue is result of (./update_manager...
4,119
Posted By Dhruvak
hhhmmmm felipe... I can try for the second option...
hhhmmmm felipe... I can try for the second option you suggested.
But I'm bit confused... I mean what we have to specify in config file
i.e.

Script A:
{Few other commands}
{sh script B}
...
4,119
Posted By Dhruvak
Your question is valid... But Actually I am from...
Your question is valid... But Actually I am from Testing team and Script B is runniing since ages so I dont want to touch script B.

I want to do something like by which instead of punching keys...
4,119
Posted By Dhruvak
How to pass values in one script from another script?
Hi,
I am trying to make a script A which will install the build automatically.
At one point in this script it will call another script B.
This Another script B will have options like
1) go to...
Forum: Solaris 09-10-2010
1,856
Posted By Dhruvak
Mail system Configuration issue on UNIX box
Hi, I wanted to configure a mail system on my UNIX box.
For that I read a document Sun Internet Mail Server 3.5 Advanced Installation Guide: Contents...
2,161
Posted By Dhruvak
You can set cronjob for that script. And the...
You can set cronjob for that script. And the output of that script you can direct to some file (say temp.txt) and then you can send that file via mail command to as many users as you want.
Mail...
Showing results 1 to 13 of 13

 
All times are GMT -4. The time now is 09:05 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy