openSUSE 12.3
KDE 4.10.5
the router at 192.168.10.1 is directly attached to the ATT router at 192.168.1.1.
My PC at 192.168.1.14 is trying to ping 192.168.10.1.
While I was in the admin section of either the PC or the ATT router, in trying to fix this, I must have done something.
Before I had made the changes, when I tried the Ping, I got a host unreachable now it just gets stuck. Progress ??
This is part of my thread dealing with trying to print to a different subnet and as someone suggested, 1st they must be able to talk to each other.
Here are the results of what Swerdna had asked for on an ancient post.
ifconfig:
linux-ilir:~ # ifconfig
eth0 Link encap:Ethernet HWaddr 00:23:8B:5B:EB:63
UP BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:65536 Metric:1
RX packets:326 errors:0 dropped:0 overruns:0 frame:0
TX packets:326 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:20616 (20.1 Kb) TX bytes:20616 (20.1 Kb)
wlan1 Link encap:Ethernet HWaddr F4:6D:04:5D:DF:7D
inet addr:192.168.1.14 Bcast:192.168.1.255 Mask:255.255.255.0
inet6 addr: fe80::f66d:4ff:fe5d:df7d/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:38647 errors:0 dropped:0 overruns:0 frame:0
TX packets:6036 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:3265048 (3.1 Mb) TX bytes:587457 (573.6 Kb)
linux-ilir:~ #
lspci | grep thernet
linux-ilir:~ #
linux-ilir:~ # sudo /sbin/lspci | grep thernet
02:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8101E/RTL8102E PCI Express Fast Ethernet controller (rev 02)
03:00.0 Ethernet controller: Atheros Communications Inc. AR242x / AR542x Wireless Network Adapter (PCI-Express) (rev 01)
linux-ilir:~ #
iwconfig
linux-ilir:~ # iwconfig
wlan0 IEEE 802.11bg ESSID:off/any
Mode:Managed Access Point: Not-Associated Tx-Power=27 dBm
Retry long limit:7 RTS thr:off Fragment thr:off
Encryption key:off
Power Management:off
lo no wireless extensions.
eth0 no wireless extensions.
wlan1 IEEE 802.11abgn ESSID:"2WIRE544"
Mode:Managed Frequency:2.422 GHz Access Point: 74:9D:DC:4A:1B:21
Bit Rate=18 Mb/s Tx-Power=20 dBm
Retry long limit:7 RTS thr:off Fragment thr:off
Encryption key:off
Power Management:off
Link Quality=55/70 Signal level=-55 dBm
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:2 Invalid misc:44 Missed beacon:0
route
linux-ilir:~ # route
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
default homeportal 0.0.0.0 UG 0 0 0 wlan1
loopback * 255.0.0.0 U 0 0 0 lo
link-local * 255.255.0.0 U 0 0 0 wlan1
192.168.1.0 * 255.255.255.0 U 0 0 0 wlan1
and the ping, which seems to do nothing. I killed it with a CTL-C
linux-ilir:~ # ping 192.168.10.1
PING 192.168.10.1 (192.168.10.1) 56(84) bytes of data.
^C
--- 192.168.10.1 ping statistics ---
17 packets transmitted, 0 received, 100% packet loss, time 16127ms
linux-ilir:~ #
and. as an extra, I was playing around with WireShark when the Ping was running, hoping it might give some clues.