1. problem configuring network ("host" works, "ping" doesn't)
2. ssh fails without prior ping or host ..
Hello NG, what can be the cause for the following ssh root@myHost connect: no route to host however thoese both work ping myHost ssh root@myHost passwd: or host myHost ssh root@myHost passwd: Regards, Daniel
3. pinging to neighbour host problem
4. arp problem in pinging host
[Removed comp.protocols.tcp-ip since it isn't relevant] I guess I should have asked for ifconfig -a in the same post - newsreader won't let me go back and look at original. Anyway > Routing table for hostA > Kernel IP routing table > Destination Gateway Genmask Flags Metric Ref Use > Iface > 192.168.1.0 0.0.0.0 255.255.255.0 U 0 0 0 > eth0 > 172.16.1.0 192.168.1.1 255.255.255.0 UG 0 0 0 > eth0 OK but redundant, since it is covered by the default route. > 0.0.0.0 192.168.1.1 0.0.0.0 UG 0 0 0 > eth0 So eth0 has an IP addr of 192.168.1.x where x != 1, and is connected by a crossover cable to eth1 on R1. eth1 on R1 has address 192.168.1.1. OK so far? > Routing table for R1 > Kernel IP routing table > Destination Gateway Genmask Flags Metric Ref Use > Iface > 192.168.1.0 0.0.0.0 255.255.255.0 U 0 0 0 > eth1 > 172.16.1.0 0.0.0.0 255.255.255.0 UG 0 0 0 eth0 Redundant. > 10.0.0.0 0.0.0.0 255.0.0.0 U 0 0 0 > eth0 > 0.0.0.0 10.1.1.100 0.0.0.0 UG 0 0 0 > eth0 eth1 had address 192.168.1.1 and is connected to A. eth0 has address 10.1.1.1 and is connected to R2. More on this later. > > I have also crosscable connection of R1 to another R2 with routing > table > Kernel IP routing table > Destination Gateway Genmask Flags Metric Ref Use > Iface > 192.168.1.0 0.0.0.0 255.255.255.0 U 0 0 0 > eth0 > 172.16.1.0 0.0.0.0 255.255.255.0 UG 0 0 0 eth1 > 10.0.0.0 0.0.0.0 255.0.0.0 U 0 0 0 > eth0 > 0.0.0.0 10.1.1.1 0.0.0.0 UG 0 0 0 > eth0 eth0 has address 10.1.1.100 and is connected to R1 via crossover cable? I see several things wrong with this. First, R1 and R2 send default traffic to each other. Second, it would be more usual to use a netmask of 255.255.255.0 for the 10.1.1.0 network. Third, I don't understand how the 192.168.1 entry got here or what it is supposed to be doing. (There are two wildly different networks assigned to the same interface with no gateway on either entry.) The 172.16.1.0 entry looks funny too. What is the address of eth1 supposed to be? I think you need to sit down with a piece of paper and draw your network. For each network segment (each crossover cable is one) write in the interface name, the addresses of each interface, the network address, the broadcast address and the netmask. Then double check that the routing tables and addresses (output of ifconfig -a or equivalent) match the diagram.
5. Can ping on both ip and host name but nbtstat -a gets "host not found" - Windows XP Network
6. Pinging Host Names as opposed to pinging FQDNs
"Bryan Blair" < XXXX@XXXXX.COM > wrote in message news: XXXX@XXXXX.COM ... > I have 2 Internal DNS Servers (DNS Server A and B) setup. They both reside > in different sites that are connected via a VPN. DNS Server A has DNS > Server B's primary zone setup as a secondary zone and vice versa. > Workstations that reside in opposite sites can ping each other, but only by > pinging the FQDN of the corresponding workstation. Workstations that reside > in the same site can ping each other by Host Name and FQDN. My questions > is......is it possible to allow workstations in opposite sites to ping each > other by Host Name and FQDN? Yes. DNS and/or WINS server(s) setup correctly do this quite easily. Ok, so both zones are at both sites (Srv A & B each have both) pinging by name should work just fine IF pinging by number already works (you did register the names, right?) Technically it's not a FQDN until you put a DOT. on the END., e.g., www.Domain.Com. <-- DOT there (but lots of people use FQDN to MEAN a multipart name with several tags ending in a TLD Host name is not a definitive term, it is commonly just a synonym for what you are calling a FQDN. Your machine can ping by just the machine part IF the other machine is in your machines SAME Domain/Zone OR you add an additional suffix search list in the NIC properties -- notice this is dependent on being able to ping by the full name which is dependent on the IP address working. Finally, if you wish to use NetBIOS names (like in the Browser) then you might need WINS -- especially to get the browser to work across subnets and across domains. WINS server at each location, local clients use the local WINS server (clients INCLUDE the WINS server and other servers, especially DCs), then the two WINS server must be set to replicate.
7. ping hostname failed while ping IP_Address working Options
8. ping from vxsim to host linux machine
Hi All, I'm using VxSim and i'm currently using the userland application (the terminal) to communicate with the VxSim. I'm trying to 'ping" from the VxSim to the local linux host IP. It fails to connect saying, "no answer from host". However, Ping from host to the VxSim works perfect. I can ping the tap0 interface from the VxSim (Sim creates this tap0 interface during launch to communicate with a userland application) My question is, "How to make the Simulator ping/communicate to the local host IP (not the loopback interface)? " . i thought of bridging the tap0 and eth0 interface so that packets from tap0 goes to eth0 and hence i can ping from sim to host. Is this correct? but once briding the entire system is hanged!! Please can you let me know what do i need to check or do i need to add some bridge to make ping work from vxsim to host. Thanks in Advance..