The forwarding tag has no wiki summary.
0
votes
1answer
14 views
ARP & layer 3 switch
The following is based on my understanding of network, if there's anything wrong, please point it out.
Considering the following scenario. A host (sender) is to send a IP packet:
1) sender fills in ...
0
votes
1answer
18 views
HTTP proxy server - need to handle dynamic client
I have developed serve-client model based on UDP. Client are connected to server on random basis. I mean number of clients alive at a time is not fixed.
Any new client can communicate any time. It ...
-3
votes
0answers
20 views
Python ip forwarding [closed]
I have to develop a program in python that will run in a linux device. That device have to sniff all the input connection on eth0 and insert delay on the input stream forwarding it to eth1.
Can you ...
-1
votes
0answers
19 views
IP Forwarding between 3 nodes
I have a similar issue as this post: linux - forward ip packets between two hosts
I tried using the resources listed in that post with no luck.
I have nodes A,B,C. A can ping B, B can ping C, but A ...
0
votes
0answers
6 views
Making a “soft” tap on debian linux: Is it a good idea to use Broadcast Bonding mode to accomplish this? [migrated]
I am trying to make a network tap which will listen for all traffic on eth0 and forward it to eth1 and eth2.
I have found daemonlogger -i eth0 -o bond0 command to capture traffic on eth0 and forward ...
0
votes
1answer
17 views
IP Tables in Red Hat Linux how to set a forwarding
I have configured the ip tables to forward which comes in to 80 port and it have to forward in to another ip. But it's not working. I have use the following rule in the ip tables.
-A FORWARD -i bond0 ...
1
vote
0answers
43 views
URL forwarding depending on client
Is it possible to use one URL, for example, "www.voucheres.com" and have it forward to:
"www.example1.com" when opened on a desktop web browser
"www.appstore.com/exampleurl/" when opened on an iOS ...
-1
votes
0answers
12 views
Port foward on specific domain [closed]
Ok I got the following problem:
I'm running more minecraft servers on one machine and the default game port is 25565, I got one server running on port 25560 and if someone connects on ...
0
votes
0answers
10 views
Adjusting Outlook forwarding options with shortcut
I recently set up a free SMS Service account for Outlook 2010 intending to use it to forward my email to my mobile. However, as it supports only 10 free messages per day, I only want the email ...
2
votes
1answer
54 views
How does one google app engine app serve multiple domains?
Or can it be done?
For example, I want to help a few friends to setup their shopping cart websites. They have their website domain names already purchased. But I want to pay one google app engine ...
0
votes
0answers
19 views
NS forwarding for CMS future thinking
I'm designing a CMS,
my users want to attach theyr domain to the websites they build,
i can give them the NS of my storage company, but my fears are if i change storage company,
than im changing NSs ...
-2
votes
1answer
35 views
Forwarding with masking the domain via htaccess [closed]
I've two domains registered in the same host: www.domain.pt and www.domain.es
Since the original domain with all the content is www.domain.pt I want to mask the url so instead of showing:
...
0
votes
2answers
124 views
Vagrant, VirtualBox - Adapter not Found?
Getting the following log dump when typing in 'vagrant up'. Have tried both without any messing on VirtualBox, and also with manually adding a port forwarding rule (host IP 127.0.0.1, host port 2222, ...
0
votes
0answers
43 views
Sendmail, Spamassassin: Mail Filtering & forwarding
I have a mail server with Sendmail 8.13.1/8.13.1 & spamassassin.
For mail forwarding I have procmail, aliases, .forward (home folder of each user).
I have having trouble setting Mail forwarding.
...
0
votes
1answer
519 views
VirtualBox port forwarding not working with NAT adapter
I'm trying simple port forwarding with VirtualBox and it appears VirtualBox.exe is listening on the host to the port, but not actually forwarding the connection to the guest. I've tried on multiple ...
0
votes
1answer
28 views
Forwarding and stall length
I'm studying for an exam, currently a question about forwarding.
I've come across two examples of pipelining.
(FI = Fetch instruction, DI = Decode instruction, CO = Call operand, FO = Fetch operand, ...
0
votes
0answers
45 views
How should controller actions be tested by forwarding in Zend Framework 2?
The docu says nothing about this case and I also cannot find any information about it on the internet. So, how can controller actions like these:
public function forwardFromAction() {
return ...
1
vote
1answer
95 views
How to test a forwarded request with PHPUnit in Zend Framework 2?
I had a simple controller action
class CatalogController extends AbstractActionController {
public function indexAction() {
return new ViewModel();
}
// ...
}
and a unit test ...
0
votes
1answer
29 views
ms outlook inbox autoforward
from time to time I need to forward some of my inbox messages (some of the clients) to myself because i need the text of the message (for parsing) including subject, from fields.
Is there an option or ...
0
votes
1answer
87 views
Router port forwarding using cling
I'm currently developing an Match Maker for a game called GTA, the problem is that the game server uses 7777 port and I need to open this port to the world to allow players to join in the server, and ...
0
votes
0answers
121 views
How to grab all network traffic and forward to a ip:port
i implemented a tunneling server and i want to implements a client for work together.
why i don't use a open source code for client proxy ?
because i have my special protocol over TCP/IP for callings ...
0
votes
1answer
116 views
Xuggler, forwarding and rewinding video in xuggler 5.4 NOT WORKING
I used the xuggle-xuggler5.4 in my app to add video and audio playing functionality, I have dig into google and found following snippet:
long duration = container.getDuration();
long target = new ...
0
votes
0answers
65 views
detecting domain forwarding with masking with javascript
My domain website.com is forwarded to mysite.com/website with masking (as configured on my godaddy account.)
I want to determine if the site was accessed via website.com or mysite.com/website.
...
3
votes
2answers
77 views
How does forwardInvocation: get called?
Looking only at the Objective-C runtime library, when a message is sent to an object that doesn't respond to it, the runtime system gives the receiver another chance to handle the message. So, the ...
0
votes
2answers
49 views
How do I forward all data from one connection to another (NodeJS)?
I want a server to listen for a connection from 100.0.0.0:3000. When the connection occurs, it should then open up a new connection to 200.0.0.0:3000 and maintain exact data forwarding from the first ...
1
vote
1answer
97 views
Symfony2 why does forward nest request objects?
When I do a forward() in a controller, I lose my route and route_parameters.
When I have ParentAction, that does a forward to ChildAction. In Childaction I do return ...
-3
votes
1answer
47 views
hosting eclipse on ssh server [closed]
How do you host eclipse (and possibly other programs) on your SSH server with x11 forwarding enabled. I'd like to have the same setup as my school where you can run eclipse through x11.
I already can ...
0
votes
0answers
24 views
Enabling multicast forwarding slows down end process tree in server 2008 [closed]
I have an windows application which multicast packets over network. This application accepts H264 video data from the camera and convert that data to some other format and transmit over the network to ...
1
vote
2answers
67 views
Is there a way to forward a POST as a GET?
I know that a forward preserves everything, including the method. But is there a way around forwarding a POST as a GET?
I.e. is there a way to make the forward below become a GET so that the page to ...
0
votes
3answers
148 views
different url after calling a servlet
I have A servlet that does some stuff, when it has done puts some things in the request and after calls another servlet which in turn calls a jsp page.
I write the code:
first servlet ...
0
votes
1answer
80 views
include simulating a forward in PHP on MVC?
If one attempting MVC in PHP just adds include 'view.php'; at the end of a controller.php file, can that be considered a forwarding, therefore still MVC?
4
votes
2answers
81 views
Forward all properties of a control
I'm making a custom control (that's what I do, I'm a theme designer) and I'm having trouble with something.
The control I'm making is a custom RichTextBox control. Since I want a custom border ...
0
votes
2answers
106 views
Port Redirection not working (80->3306)
i have got a new Linux Server (Debian 6.0) with a Database (MySQL) which is accessed by Port 3306 like as usual.
Now I'd like to access the database due port problems of some users (because port 3306 ...
0
votes
0answers
98 views
How to find the original send date of an email after it has been forwarded?
Because I badly botched one of the migrations of my email archives to a newer address by using forwarding, the original sent date timestamp seems to not be present in the individual emails' headers. ...
0
votes
0answers
33 views
De-Referrer: check target-sites for malware
I used to have a de-referrer in my blog and the admin-area. I did this in order to hide the referring address from the target-site, since the referring URL might contain a login-ID.
My provider ...
0
votes
1answer
164 views
Does anyone know a Java SSH Library that supports Dynamic Port Forwarding? [closed]
I have searched the web like crazy for a couple of months by now and couldnt find any java SSH library that supports dynamic port forwarding (SSH -D option). I have found several libraries (like ...
2
votes
0answers
203 views
Routing TCP/IP through PC [closed]
I want to use a PC with two Ethernet ports to be connected with the local networks at the first port and a detector which uses TCP/IP over Ethernet to communicate at the second port. The following ...
1
vote
2answers
59 views
Best practice for 'random page' link in SEO
I have a website which is purely content pages and one way to navigate around is via a link to example.com/random. The page /random picks a random page and forwards the user on to it.
What would be ...
0
votes
0answers
85 views
.htaccess to mask a redirected url
I have a domain (mybusiness.com) with GoDaddy with the Nameservers set to BlueHost, where I have the files for the website at myname.com/mybusiness.
Right now I have mybusiness.com set as a Parked ...
1
vote
4answers
935 views
Asterisk: forwarding a call without answering immediately
I'd like to forward a call. I can define an extension, answer the call and use Dial command. But t is not what I want. I don't want to answer the call immediately. I'd rather wait the second call to ...
1
vote
2answers
354 views
URL masking/forwarding/redirecting
I have a website hosted on 000webhost and a paid domain was purchased from 1and1. 1and1 offers URL redirecting with HTTP or frame redirect, but I have opted to point the paid domain to 000webhosts ...
-2
votes
1answer
59 views
HTACCESS SubDomains to WWW [closed]
I know there are multiple similar questions out there, but none to which were able to solve my problem.
I am trying to forward all sub-domains to www.
Every code that I have tried, my browser keeps ...
0
votes
0answers
57 views
xterm opens on server but python's pylab won't produce plot
I've ssh'd into a server with -X and I can type xterm and get an xterm window but when I am in my own xterm window just after login I try:
server% python
Python 2.7.3 (default, Nov 26 2012, 13:46:02) ...
0
votes
1answer
89 views
IP forwarding. UDP chat
I wrote client/server chat using UDP on a local host and it works just fine. Then I sent my server via Skype to my friend, and he told me his IPAddress, and it's also worked fine. When I tried to send ...
0
votes
1answer
77 views
Delegate/forward function to member (composition)
Suppose I have the class
template<class T>
class Vector
{
public:
Vector() = default;
inline size_t size() const { return _vector.size(); }
private :
std::vector<T> ...
0
votes
0answers
9 views
What is the best approach to dynamically create/delete switch forwarding entries from a remote client?
since asking google did not yield any results, I am back to stackoverflow as a very good source for programming questions.
Is it possible to dynamically create/delete forwarding entries in a switch ...
2
votes
1answer
88 views
force a window location change when in a masked domain
Our client has 2 websites that have identical content, so we got rid of one, and used a masked forward on one of the domains so it still feels like both sites are there.
We then used a sweet try ...
0
votes
0answers
210 views
Vagrant port forwarding not working on w8
I've been trying all day and can't seem to get port forwarding on my Vagrant VM to work, I'm running a rails application using Thin as the web server and can successfully access the app from the IP ...
0
votes
3answers
198 views
port forwarding camera ip c#
I'm not good in networking so for some people my question can look silly. I'm trying to connect to my ip camera from outside of my local network. I know that I need to do port forwarding. I read that ...
0
votes
0answers
32 views
Webserver behind Turbolink AR860 with dynamic ip address - how open locally?
thank you in advance.
Following problem:
In my local network (range 192.168.0.xxx) i have a web server running on 192.168.0.12.
The local network is connected to the internet by a sphairon TurboLink ...


