Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Re: hiccoughing here documents

by Anonymous Monk
on Aug 12, 2017 at 09:29 UTC ( [id://1197298]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    iptables -t nat -N outbound-DMZ
    iptables -t nat -A outbound-DMZ -o eth1.201 -j SNAT --to-source 90.145
    +.84.155
    iptables -t nat -A outbound-DMZ -o eth1.200 -j SNAT --to-source 90.145
    +.84.155
    iptables -t nat -A outbound-DMZ -j RETURN
    iptables -t nat -A POSTROUTING -j outbound-DMZ
    
  2. or download this
    $commands = &reinterpolate <<"EOF";
    iptables -t nat -N outbound-DMZ
    ...
    iptables -t nat -A outbound-DMZ -j RETURN
    iptables -t nat -A POSTROUTING -j outbound-DMZ
    EOF
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1197298]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others musing on the Monastery: (4)
As of 2024-04-19 12:00 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found