<br><br><div class="gmail_quote">On Sat, May 30, 2009 at 11:41 AM, Alexandra Zaharia <span dir="ltr"><<a href="mailto:f0rg3r@gmail.com">f0rg3r@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="im">On Sat, May 30, 2009 at 7:11 PM, Gary Kirkpatrick <<a href="mailto:pegngary@gmail.com" target="_blank">pegngary@gmail.com</a>> wrote:<br>> I can sftp from the Jaunty to the intrepid but not the other way<br>
> around. To do this i had to disable firestarter as I did not have the<br>
> jaunty's ip address in firestarter. I tried to add it but<br>> firestarter is not allowing me to do so for some reason; seemed to<br>> allow it but then does not list it but this might be an unrelated<br>
> problema.<br>><br>> I tried konqueror from intrepid and it did not work. I have not<br>> installed konqueror on jaunty yet.<br>><br>> Thoughts?<br><br></div>Wait, let's see you've got connectivity between the two computers without using sftp.<br>
<br>From what you're saying, I gather you can access the Intrepid machine from the Jaunty one but not the other way around (you can't access the Jaunty machine from the Intrepid one).<br><br>Let's assume the two hosts are called "jaunty" and "intrepid".<br>
<br>Go to the "jaunty" machine and type in a terminal:<br><br>ifconfig<br><br>If "jaunty" is connected to your LAN via an ethernet cable, look in the eth0 (or eth1 etc.) section for an address resembling 192.168.xx.yy. That's its IP. If it's connected through WiFi, look in the section labelled "wlan0" (or wlan1 etc.).<br>
<br>Now that you've got its IP, go back to the "intrepid" machine and open a terminal and type<br><br>ping 192.168.xx.yy<br><br>where 192.168.xx.yy is jaunty's IP.<br><br>You should be getting something like the example below (that's from my configuration):<br>
<br>ping 192.168.1.100<br>PING 192.168.1.100 (192.168.1.100) 56(84) bytes of data.<br>64 bytes from <a href="http://192.168.1.100" target="_blank">192.168.1.100</a>: icmp_seq=1 ttl=64 time=1.14 ms<br>64 bytes from <a href="http://192.168.1.100" target="_blank">192.168.1.100</a>: icmp_seq=2 ttl=64 time=1.09 ms<br>
64 bytes from <a href="http://192.168.1.100" target="_blank">192.168.1.100</a>: icmp_seq=3 ttl=64 time=14.1 ms<br>^C<br>--- 192.168.1.100 ping statistics ---<br>3 packets transmitted, 3 received, 0% packet loss, time 2003ms<br>
rtt min/avg/max/mdev = 1.090/5.458/14.139/6.138 ms<br>
<br>I am not familiar with firestarter, but I figure the problem arises from a faulty configuration there. Just make sure you don't deny any traffic between the machines in your LAN.<br>
<br>--<br>
ubuntu-users mailing list<br>
<a href="mailto:ubuntu-users@lists.ubuntu.com">ubuntu-users@lists.ubuntu.com</a><br>
Modify settings or unsubscribe at: <a href="https://lists.ubuntu.com/mailman/listinfo/ubuntu-users" target="_blank">https://lists.ubuntu.com/mailman/listinfo/ubuntu-users</a></blockquote><div><br>Here's the result from the jaunty.<br>
<br><br>eth0 Link encap:Ethernet HWaddr 00:0d:56:e7:ea:01 <br> UP BROADCAST MULTICAST MTU:1500 Metric:1<br> RX packets:0 errors:0 dropped:0 overruns:0 frame:0<br> TX packets:0 errors:0 dropped:0 overruns:0 carrier:0<br>
collisions:0 txqueuelen:1000 <br> RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)<br> Interrupt:11 <br><br>eth1 Link encap:Ethernet HWaddr 00:0c:f1:33:9f:58 <br> inet addr:192.168.2.100 Bcast:192.168.2.255 Mask:255.255.255.0<br>
inet6 addr: fe80::20c:f1ff:fe33:9f58/64 Scope:Link<br> UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1<br> RX packets:6671 errors:0 dropped:0 overruns:0 frame:0<br> TX packets:5163 errors:0 dropped:1 overruns:0 carrier:0<br>
collisions:0 txqueuelen:1000 <br> RX bytes:7124206 (7.1 MB) TX bytes:923865 (923.8 KB)<br> Interrupt:5 Base address:0xe000 Memory:fafef000-fafeffff <br><br>lo Link encap:Local Loopback <br>
inet addr:127.0.0.1 Mask:255.0.0.0<br> inet6 addr: ::1/128 Scope:Host<br> UP LOOPBACK RUNNING MTU:16436 Metric:1<br> RX packets:323 errors:0 dropped:0 overruns:0 frame:0<br> TX packets:323 errors:0 dropped:0 overruns:0 carrier:0<br>
collisions:0 txqueuelen:0 <br> RX bytes:17364 (17.3 KB) TX bytes:17364 (17.3 KB)<br><br><br>So under lo I get 127.0.0.1 for both computers. Seems like there's something odd about that. <br><br>gary<br>
</div></div><br>