I have a router with WAN and LAN setup and act as DHCP server/gateway on my local LAN. The IP address is 192.168.1.1.
Today, I was hit by an internet failure and I checked the ping and get this weird ping result.
I got a server with XenServer 6.0.2 and this server has 3 nic with 3 different ip addresses,
because I am using 3 different subnet
The first 2 card are working and from the first 2 subnet I have access to internet,
the third one is the problem.
Basically the hosts in the last subnet can ping each and other but I if try to ping the gateway I got
Destination Host Unreachable
and is not finished
I am connected to an OpenVPN server that is configured with the options to redirect the VPN as the default gateway and to push my internal DNS servers:
push "dhcp-option DNS 192.168.1.2"
push "redirect-gateway def1"
When I do an:
ipconfig /all
I see my 192.168.1.2 DNS server in the list. I can also ping 192.168.1.1 successfully.
I just reinstall a fresh install of 5300 07 on an old 44p model 170, after installing i set an ip on en2 and i try to ping default gateway, no response, i do a
<startsrc -g tcpip>
and then i can ping default gateway, i break the ping and try again to ping i cannot ping the defaul gateway, so i restart tcpip and the same thing, i can use ping once, i cannot telnet
in my errpt -a few src
The server and client can ping themselves but not each other. I have OpenVPN running on Windows 2008 Server and Windows 7. The computers connect just fine, the server gets 10.8.0.1 with a gateway of 10.8.0.2 and the client gets 10.8.0.10 with a gateway of 10.8.0.9. It's in tunnel mode.
hi guys
I got something I haven't been able to fix
I configure a Linux Suse 10 box, added static IP, DNS (resolv), gateway (routes) but I am not able to ping other servers by name but nslookup works and the server can navigate on internet
check below
the problematic server is server-host20
Code:
# ping server-host1
ping: unknown host server-host1
# nslookup
> server-host1
Server: &
I have a VPS on which I installed VMware Workstation version 9. Now I have 3 valid IPs:
XXX.152.193.66
XXX.152.193.101
XXX.152.193.103
Gateway: XXX.152.193.65
Now two IPs are set on the host and I want to have 1 IP set on the VM.
Hello all,
I am coming across a strange error with my gateway. When I do a "ping", this is what I get below:
k-63a5b848c6cb4:~ # ping simba
PING simba.gateway.2wire.net (192.168.1.69) 56(84) bytes of data.
64 bytes from k-63a5b848c6cb4 (192.168.1.69): icmp_seq=1 ttl=64 time=0.041 ms
I have one test server that has Two Interfaces. To one interface i have assigned ip 172.16.122.1 and GW 172.16.xxx.xxx
Now i connected cable to second interface and gave it ip 10.2.2.98.
Now they both on different subnets.
So how do I add the second gateway in /etc/sysconfig/network file. And when i will try to ping then through which interface will it ping the remote system.