The tag has no wiki summary.

learn more… | top users | synonyms

-3
votes
1answer
20 views

why does the routher belong to network layer? [closed]

I have just followed a network book named computer networks writed by Andrew S. Tanenbaum (fifth edition). The author tell me the reason why the route belong to network layer is just as "just right". ...
-2
votes
0answers
11 views

Routing packets via Dual Gateway [closed]

I have a CentOS 6 server with 3 interfaces eth0 -> connected to LAN network eth1 -> connected to ISP router 1 -- default gateway eth2 -> connected to ISP router 2 While the default gateway ...
0
votes
0answers
24 views

Cakephp not allowing Post external data

I'm trying to integrate a CakePHP website with Mercadopago (payment gateway), and when Mercadopago sends a POST containing the payment data, CakePHP doesn't show the POST, and I'm completely sure that ...
-3
votes
0answers
27 views

How to setup a system so I can send out sms for free?

I'm from Singapore. I am trying to setup something which can let me send out sms free. Sending out through my pc and /or my existing mobile phone. My main objective is to get people to send sms ...
-3
votes
0answers
25 views

Change packet content as a router, a simple way to do it? [closed]

I tried to change the content of packets passing through my gateway. i saw that Ettercap was not able to accomplish this task since it has problems with running in offensive mode on gateways. ...
0
votes
0answers
82 views

PHP Gateway Time-out error handling

I am writing error free script and other script causing error, (both are same except 1 thing) function test_function($errno, $errstr, $errfile, $errline){ echo "<p>$errno, $errstr, ...
0
votes
0answers
9 views

Problems if gatewayIp is assigned to a machine [closed]

I accidently assigned the gateway IP to my linux machine, then again reverted it back, however now i am not able to access the network. Please help. Can somebody please list all settings that are ...
0
votes
0answers
18 views

WPEC Payment gateways based on user roles

I was wondering if anyone knew about a plugin for wp that would only show certain gateways for specific user roles. Like regular subscribers would see only bluepay on the check-out page and resellers ...
1
vote
1answer
27 views

Viewing MSSQL data to Oracle

Hello I have created a Database Link from Oracle to MSSQL Server 2008 using Oracle Gateway. DB LINK: create public database link mssql connect to "user" identified by "password" using 'gateway-SID'; ...
-1
votes
0answers
21 views

change the default geteway security? [closed]

In our lan network i have installed windows server 2012 standard edition in a system, i have assigned a static ip to it, the default gateway is 192.168.1.1. the server ip is 192.168.1.254 now the ...
-2
votes
0answers
24 views

How to implement gateway class? [closed]

Now I am doing my homework on System Design. There is a task, implement gateway class. Why this class is needed and how to implement? Public Class SMGateway Public Shared sm_instance As New ...
0
votes
1answer
33 views

How can you possibly use Data Gateway in conjunction with Data Mapper?

Well according to Martin Fowler, the table/row data gateway aint mutually exclusive against data mapper pattern. This is what he said: These patterns arent entirely mutually exclusive... Even if ...
-3
votes
0answers
34 views

Can anyone provide an example of what Sagepay's callback POST looks like? [closed]

I am trying to implement a Sagepay payment gateway for the first time. I'm doing it all manually (not through WordPress or some e-commerce platform). The 45 page integration PDF that Sagepay provides ...
2
votes
2answers
82 views

Breezejs: read odata link

I'm trying to get the breezejs library working with an SAP odata service. This is working for reading entities, but I'm not able to resolve the linked objects. My entityType is an OrgObject. ...
0
votes
0answers
41 views

htaccess global ip address, ipv4, default gateway confusion

forgive the trivial question but I don't understand how to use ip addresses properly to deny access to my site. Let's say i have got the web site www.mywebsite.com. Suppose I have the following 3 ip ...
0
votes
1answer
19 views

Rules for cofiguring gateway IP

I just wanted to know are there any rules for assigning an IP address to a default gateway. Are there some rules that need to be followed, depending on the subnet mask.
0
votes
1answer
358 views

NGINX: 504 Gateway Time-out

events { worker_connections 1024; } http { include mime.types; default_type application/octet-stream; sendfile on; keepalive_timeout 65; server { listen 0.0.0.0:9001; ...
0
votes
0answers
7 views

internet gateway with page modification (header or footer)

Anyone got any idea about building internet gateway, hotspot, proxy or something what will make this: What do I want? Access point (internet gateway) which will modify every page and "inject" iframe ...
0
votes
0answers
15 views

local service for forwarding requests thru external proxies

Hi i'm thinking of creating some kind of local connection gateway / service which would receive a request, forward it thru a "whitelisted" proxy server and reply back to local service with the ...
-1
votes
1answer
60 views

ubunut 10.0.4 ipv6 default gateway [closed]

ubutuv0:eth2 <--------> ubunutv0:eth1 <---> client d | | | ubuntuv1:eth2 <--->ubuntuv1:eth1 <---->client c os:ubuntu 10.0.4 what i want to do is just add a default gatway to ...
1
vote
1answer
189 views

get ip address of bluetooth tethering device on android

I have a specific problem: I have a Android 1.6 device that uses bluetooth to connect to a smartphone (android) and use tethering to access internet... Bluetooth itself cannot be used for anything ...
0
votes
0answers
345 views

JSON::ParserError 757: unexpected token Ruby on Rails

Hi there I am trying to import messages from an external gateway into my database in Ruby on Rails, the the messages are sent using JSON, but whatever I tey I keep getting and error: 757: unexpected ...
0
votes
0answers
96 views

How to send MMS through gateway API in android?

i want to send MMS through gateway API's in android. i found that mVaayoo supports sending picture messages through API. i dont know how to configure it inside my application. I done sending SMS ...
0
votes
1answer
66 views

SecureNet Request Examples

I am currently trying to integrate with SecureNet. I read through the latest pdf (4.1.5) but it is still not clear to me how the request should be structured. I keep getting: Endpoint not found. ...
0
votes
0answers
44 views

CentOS IP gateways issue

I have an issue with CentOS 6.3 I currently have 4 IP's on my dedicated server, however they're in pairs, as they're from different subnets - so 46...** & 78...** - Any IP with the 78...** works ...
0
votes
0answers
76 views

Netty4-beta2: How to call single Websocket client channel from HTTP server handler logic in a gateway app?

Using netty4 beta2... My app spins up both an HTTP Server (to handle incoming REST requests) and [1] Websocket Client channel to another netty-based server app - essentially acting as a gateway ...
0
votes
1answer
59 views

Java many threads to many threads relation

I have a service that gets requests from many clients and after some processing sends a response to the clients. I use a ThreadPoolExecutor (threadExecuterClient) to handle client requests and put ...
0
votes
1answer
39 views

Send a request to a server over another server, get response from the final server

I am building a systems that consists of a gateway(server A) and a follower (server B). When a client sends a request to server A, server A will forward the request to server B. I want server B send ...
-2
votes
1answer
2k views

nginx 504 gateway timeout [closed]

I tried the suggestions at: How do I prevent a Gateway Timeout with Nginx nginx.conf (inside of http section {}) #prevent gateway timeout client_header_timeout 1000000; client_body_timeout 1000000; ...
0
votes
1answer
115 views

What differents between Master node gateway and other node gateway in elasticsearch? Both of them store meta data, isn't it?

What differents between Master node gateway and other node gateway in elasticsearch? Both of them store meta data, isn't it? Meta data, elasticsearch called, what information we can get from it? The ...
0
votes
0answers
109 views

First Data Global Gateway connection error

Anyone know where I can get a PHP wrapper for the First Data Global Gateway? I found a download directly on their website, but I'm not sure it works. I am constantly getting the following error: ...
0
votes
0answers
26 views

2D Game Gateway on Mobile

I want to create a gateway of little games packaged in one app, so they can be downloaded in only one App from the Appstore (for iOS apps) but I want to cache resources locally (i.e in the document ...
2
votes
1answer
101 views

Amazon or priceline credit card payment system implementation

This is the scenario I expect the system behave: I have a platform where users can register and store their credit card information online, and with specific user's action, system automatically ...
1
vote
1answer
84 views

make different requests forward to different interfaces

I have a gateway computer which connects Internet via ADSL and got a virtual interface ppp0. The I establish a pptp vpn through the ADSL and got a virtual interface ppp1. There are several computers ...
-1
votes
1answer
132 views

How do i monitor bandwith usage at gateway point on the network? [closed]

NETWORK TOPOLOGY: I have the network of around 40 computers. All of them connected to the internet through the sigle balancing gateway router Cisco RV082. The same router also runs DHCP server. RV082 ...
0
votes
2answers
470 views

what is the difference between default gateway and external ip address?

my external ip address i found by going to a website called http://www.findmyipaddress.com/ and it shows in the browser the ip address that begins with 203 that is the same on all the computers in the ...
0
votes
0answers
10 views

Long response time for “Determine Gateway”

We have an application that intermittently runs slow once logged onto. Once logged onto, we can select different transactions to open up a window - sometimes the response time is normal, other times, ...
0
votes
0answers
62 views

Upnp enabled Gateway simulation on a windows XP PC [closed]

I have a linux embedded system which has an IP and a SSH port number 22 . i have to do a UPnP port mapping between this system and a gateway where the embedded system is the internal client in a ...
0
votes
0answers
54 views

NATS time out error while developing system service on cloudfoundry

I'm trying to add echo system service on Cloud Foundry. Echo_gateway filed because of the error-- Exiting due to NATS error: Field: timeout, Error: Expected instance of Integer, given an ...
0
votes
1answer
129 views

Calling short code number (support services) with Asterisk GSM Gateway

In our company we have configured VOIP GSM gateway with Astersik. We can call any number with this gateway but the only problem we face is when we call some support service. When a support service ...
0
votes
2answers
98 views

NATS Error while developing echo service

I'm trying to develop a system service, so I use the echo service as a test. I developed the service by following the directions on the CF doc. Now the echo node can be running, but the echo gateway ...
0
votes
0answers
41 views

how to configure kannel to disallow specific sender id

I need to deny(disallow) some specific sender id(Headers) of clients. I am using Kannel version `svn-r4979M' Kindly assist with this. Thank you
0
votes
0answers
38 views

Facebook returns 502 error for my url but not for a different url of mine?

Hello Facebook debugger tool is returning a 502 error on my url http://www.tfuhq.com/guides/player/how-to-pick-your-username-for-transformers-universe/ but returns a 200 code for: ...
0
votes
1answer
32 views

Can I design my own proxy error page?

Is it possible that I design my own proxy error page, so this page would show up instead of the standard page? Also a few suggested tags would be helpfull as I don't know how to tag this question ...
0
votes
1answer
119 views

International Bulk SMS, what to look for? [closed]

I'm looking for a way to integrate sending unlimited SMS to subscribers all over the world, starting from the ground up. For what I found, the two obvious options are either: 1) Using third party SMS ...
0
votes
1answer
49 views

Edit code via remote gateway with emacs

I know that it's possible to edit code on the remote server with emacs and scp. I use tramp for this. For example it is described here: http://jeremy.zawodny.com/blog/archives/000983.html But is it ...
0
votes
1answer
139 views

Connect local network with azure

I don't know how to begin on the following. I will explain with the picture below what i want to do. Like you so you have 2 parts. The local part and the azure part. The azure part is my part. The ...
2
votes
1answer
337 views

Spotify Web API call throws 502 Bad Gateway Error

I am building a web application using the Spotify Web API. The calls are pretty straight forward and I don't understand if it is me doing something wrong, or if there is something wrong with the ...
0
votes
1answer
48 views

NServiceBus Gateway url not accessible in Windows Service

I've setup a demo NSB Gateway pretty much based on the samples. all working fine when running from visual studio. msg send from SiteA being received on SiteB. However after I host SiteB in my local ...
-1
votes
1answer
80 views

Middle East Carriers that send you can fetch MSISDN in WAP [closed]

I'm looking if someone has the list of operators that send the WAP user MSISDN through their WAP GW or GGSN. Thanks

1 2 3 4 5