NiteRider <(E-Mail Removed)> writes:
>Hi All,
>I have installed Suse 10,1. I am using a wireless internet service
>from AT&T. Everything is working - but - I have made a web server and
>I want a colleague of mine to be able to access it.
>I do 'ifconfig' and get an IP address and send it to him. He then told
>me that the address was for a WAN and not a LAN - oops! (I sent him
Other way around. Lan is Local Area Network, while Wan is Wide area
network.
The numbers 192.168.x.x and 10.x.x.x are unroutable address on the world
wide net. Any packet with those as destination are simply thrown away by
routers on the internet. Ie, noone except on your local network can use
them to communicate with your machine.
>192.168.1.67) - see below
>eth0 Link encap:Ethernet HWaddr 00:19:21:1F:EF:8C
> inet addr:192.168.1.67 Bcast:192.168.1.255 Mask:
>255.255.255.0
You probably got this via dhcp from your adsl/cable/... modem
> inet6 addr: fe80::219:21ff:fe1f:ef8c/64 Scope:Link
> UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
> RX packets:181912 errors:0 dropped:0 overruns:0 frame:0
> TX packets:103699 errors:0 dropped:0 overruns:0 carrier:0
> collisions:0 txqueuelen:1000
> RX bytes:155933054 (148.7 Mb) TX bytes:13910295 (13.2 Mb)
> Interrupt:177
>Then, I use a website "no-ip.com" to see that the IP address that they
>think I am broadcasting from is: 76.240.78.202.
Yup that is the address assigned to your router.
>Of course, when trying to use it (http://76.240.78.202:8080/), it
>stalls. Leaving me to believe that this is some kind of firewall or
>proxy address.
It is a router/modem which is not designed to pass on packets. You can do
one of three things.
a) forget coming in from outside.
b) set up a vpn between your machine and his machine.
c) set up your router to do port forwarding ( where if the router gets a
packet for port 80 say it automatically sends it to port80 on your
machine-- but this means that your local IP address must be stable-- ie not
dhcp, or with the dhcp address tied to your mac address
d) set up your router to do bridging so that your computer is also given
the address 76.240.78.202 with all packets immediately forwarded to your
machine.
(And yes that is four points not three).
>Again, I am running Suse 10.1. What can I do to allow my colleague to
>see my web server?
Is your address supplied by a router under your command ( eg from an adsl
modem) or is it supplied from some organisation out of your command. In the
latter case you are SOL.
>TIA.