-3
votes
1answer
21 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
13 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
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
1answer
21 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.
-1
votes
1answer
138 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
501 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 ...
2
votes
1answer
3k views

how to configure gateway on centos(used google but no answers)

here are some configuration files from the virtualbox on centos5.5, i've restart the network,but also can't connect to the internet, no gateway records information listed using route command, ...
0
votes
3answers
176 views

why the gateway to be bogon?

I connect my Android phone with my PC through USB. And open the usb tether option on the phone. So, there is a new remote NDIS network adapter displayed in the PC's network connections, and there is ...
-1
votes
2answers
2k views

Change IP address, subnet mask, dns servers and default gateway in C#

I am VERY new to C#. I want to create a small console app that sets the following: IP address: 192.168.10.133 Subnet mask: 255.255.255.0 Default gateway: 192.168.10.66 Preferred DNS server: ...
0
votes
1answer
34 views

What is A “Gateway Interface”É

In the book " The .NET Developer’s Guide to Directory Services Programming" and the the section titled "Definition of LDAP", the following paragraph is written: The Lightweight Directory Access ...
0
votes
0answers
42 views

Implemented algorithms in network gateways? [closed]

Any one knows which algorithms are implemented on network gateways ? Thanks
-1
votes
1answer
267 views

2 IP in different subnet/gateway to openVz [closed]

I m using debian6 with openVz and got 2 IPs form ISP 61.19.252.68 and 61.19.252.55. After setup bridge and assign .68 to Host-node and .55 to Vz101-node every thing work fine, able to access .55 .68 ...
0
votes
1answer
84 views

Network routing depending URL Alias

I have 2 websites : www.AAAAAAAA.com www.AAAAAAAA.com/BBBBB Each one reply on a different IP www.AAAAAAAA.com >> 192.168.0.111 www.AAAAAAAA.com/BBBBB >> 192.168.0.222 How can I configure my ...
0
votes
0answers
58 views

Sending packet over a predefined route

Is it possible to encode the route a packet should take to a destination? Say I know the computer I am trying to get to on a local network. I presume can use its router as a "gateway" to that subnet, ...
0
votes
1answer
214 views

What is the default gateway if spec say 255.255.255.1

If my ip is 60.70.80.90 and i have subnet mask 255.255.255.0 and the spec say that default gateway is 255.255.255.1. This would mean that the actual DG is 60.70.80.1 because 60.70.80.x is masked in? ...
0
votes
0answers
813 views

Ubuntu gateway port forwarding on two networks [closed]

I am trying to make a license server (w/ static IP) on network1 accessible for all clients in network2. Setup: I am using an ubuntu server as gateway between the two networks network1: 11.49.X.X ...
0
votes
1answer
656 views

Retrieve default gateway of android phone

I am coding a native application in android and I need to get the default gateway of a device on my application. Here is my current code to get the default gateway. static int ...
1
vote
2answers
2k views

Get default gatway in java

I want to fetch default gateway for local machine using java. I know how to get it by executing dos or shell commands, but is there any another way to fetch? Also need to fetch primary and secondary ...
1
vote
0answers
502 views

how to abtain netmask and gateway for 3g connection in android?

there is a way to obtain the netmask and gateway value for the 3g network? I've searched for it but found nothing else than using ifconfig. anyone can help me? Thanks, Andrea
2
votes
1answer
1k views

How do I route a packet to use localhost as a gateway?

I'm trying to test a gateway I wrote(see What's the easiest way to test a gateway? for context). Due to an issue I'd rather not get into, the gateway and "sender" have to be on the same machine. I ...
0
votes
2answers
272 views

What's the easiest way to test a gateway?

I want to test a toy gateway I wrote. The testing will occur on Linux machines. I would like to do this in the easiest way possible, ideally writing no code and using existing utilities. This boils ...
0
votes
2answers
210 views

PacketTrace Default Gateway

I've set up the default gateway of the router I am configurating as serial2/0 as they call it on packet trace with the address of 172.16.68.1. When I try and ping the gateway from the pc with the ...