Questions tagged [forward]

There are myriad kinds of forwarding. Use this if you must, but try to find a more specific [tag] first.

There are many kinds of forwarding. As such, this tag is generally to general.

Try to use a more specific one, like , , , , and many more.

664 questions
-1
votes
1 answer

forward a subdomain to an IP in mikrotik using L7 Protocols

I have a domain with this config: *.domain.com A-Record to Mikrotik IP Address domain.com A-Rexord to Mikrotik IP Address Now I need to forward some subdomains of domain.com to another ip addresses, like this: test1.domain.com to xx.xx.xx.xx …
-1
votes
1 answer

Make private enum values

In C you can make enumerations like this: enum { key_1 = 1, key_2 = 2, key_3 = 4 }; The problem that I have found is, when you place this in a public header, you cannot ensure that the values in the pre compiled implementation…
marco-a
  • 4,996
  • 1
  • 15
  • 41
-1
votes
3 answers

How forward all methods from a delegate?

I'm subclassing UITableView and its protocol UITableViewDelegate and its "datasource" UITableDataSource, everything works fine but I haven't find the clean way to forward the methods from "delegate" and "datasource" from UITableView. I have tried…
-1
votes
1 answer

iptables redirect udp syslog to another IP address Not forwarding

I have a goofy problem. I am putting in a new syslog collection server in a new facility. We have many different types of devices that we are collecting syslogs on the same port. So I have to redirect the individual IP to a new IP address. This…
-1
votes
3 answers

Why doesn't "\n" work as a line break in HTML email?

My code sample is: private String _body; private String _forward; // setup message body BodyPart messageBodyPart = new MimeBodyPart(); messageBodyPart.setContent(_body + "\n" + "--------------------------------" + "\n" +…
Merve
  • 1,327
  • 6
  • 22
  • 40
-1
votes
3 answers

Forward This E-Mail PHP Script?

Does anyone know where and or how I can build a PHP Script for a Newsletter that would allow the end-user to Forward their received E-Mail to a friend or so? Basically, allowing them to take the entire body and subject of the e-mail and open up a…
Aaron Brewer
  • 3,363
  • 17
  • 45
  • 73
-2
votes
1 answer

How to escape the forward slash in the string in javascript? C# web api not recognizing the forward slash

How do i escape forward slash in javascript ? string str= "[B]Hello How are you[/B]". This is the string i want to pass from client side to c# web api. C# web api not recognizing forward slash in the string. - "[REM][TB]Hello How are you[%2FTB]"
Dhello
  • 1
-2
votes
1 answer

Forward packets using iptables

I have two servers : server A and server B. Another company has server C and ASA FW. I have established an IPsec Tunnel between Server B and the ASA firewall on the remote peer. Now I need to make server A to connect to server C through the tunnel I…
-2
votes
1 answer

CentOs 6 as Firewall, forward traffic from eth1 to eth0 -> destination host prohibited

I'm setting up Firewall with a CentOs 6.0 for testing. I'm doing this on two virtualmachines. First VM (Firewall) has 2 interface: eth0 - connected to NAT with 10.0.2.10, access to internet eth1 - connected to local vm network with 20.0.0.1 Second…
rul3s
  • 271
  • 1
  • 2
  • 15
-2
votes
1 answer

Import Facebook posts and send them via message or WhatsApp

We have this great group on Facebook where people post stuff about speed-controls or if some accident happened in order to make your traveling much easier and faster. We would love to import those facebook commands, save them and automatically push…
-2
votes
2 answers

How to access Linux server from an ip?

I would like to know how to make my Linux Server accesible for anyone around the world. I currectly can access it via 192.168.1.22 locally on my network. I would like it to be accesible through and IP or a domain name.
user3769279
  • 135
  • 9
-2
votes
1 answer

Forward SMS messages to Google Voice

I have set up forwarding for voice successfully using the twimlet in the Twilio request URL... http://twimlets.com/forward?PhoneNumber=000-000-0000 I would like to do the same for SMS messages but get errors if i place this timlet into the SMS…
-2
votes
1 answer

_forward in magento does not work

In my magento controller i used $this->_forward('form'); inside the index function. Here the 'form' is another function in the same controller. In my case it does not forward to that function. Please can anyone tell me what is happening?
aton1004
  • 1,899
  • 2
  • 19
  • 35
-3
votes
1 answer

ip forward not working inside a netns on CentOS7

I was trying to build a virtual network with a virtual machine and 2 virtual routers. VM -> Router1 -> Router2 -> External network Router1 does SNAT and works well. Router2 is expected to do ip forwarding, but not working. Here are details of…
flagon
  • 1
-3
votes
1 answer

What does this forward slash do

for (n=0;n
wasido
  • 74
  • 4
1 2 3
44
45