Topic: Link encap:UNSPEC

Hi Guys, i am just wondering if someone had this problem before! I have setup a new box, and it seems to be alright.

The problem is when i try connect using wireless i can get an IP address, all the information (DNS, Gateway etc), but
for some reason i can access the internet.

I thought first could be some problem with routes, but apparently they look fine! The only thing I realized is different
is the config of my Tun0, it says " Link encap:UNSPEC". I am sending my configuration files:

#### IFCONFIG
eth0      Link encap:Ethernet  HWaddr 00:14:B7:00:1E:F9 
          inet addr:192.168.1.253  Bcast:192.168.1.255  Mask:255.255.255.128
          inet6 addr: fe80::214:b7ff:fe00:1ef9/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:841 errors:0 dropped:0 overruns:0 frame:0
          TX packets:583 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:157929 (154.2 KiB)  TX bytes:71726 (70.0 KiB)

eth1      Link encap:Ethernet  HWaddr 00:14:B7:00:1E:FA 
          inet addr:192.0.0.1  Bcast:192.0.0.255  Mask:255.255.255.0
          inet6 addr: fe80::214:b7ff:fe00:1efa/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:210 errors:0 dropped:0 overruns:0 frame:0
          TX packets:111 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:19760 (19.2 KiB)  TX bytes:15818 (15.4 KiB)

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:16436  Metric:1
          RX packets:146 errors:0 dropped:0 overruns:0 frame:0
          TX packets:146 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:10276 (10.0 KiB)  TX bytes:10276 (10.0 KiB)

tun0      Link encap:UNSPEC  HWaddr 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00 
          inet addr:192.168.1.1  P-t-P:192.168.1.1  Mask:255.255.255.128
          UP POINTOPOINT RUNNING  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:500
          RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)



##############
#####Route

Kernel IP routing table
Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
192.168.1.0      *                  255.255.255.128 U     0      0        0 tun0
192.168.1.128   *                255.255.255.128 U     0      0        0 eth0
169.254.0.0      *                  255.255.0.0     U     0      0        0 eth0
default            my.router          0.0.0.0         UG    0      0        0 eth0


##############
##### Ipconfig on my laptop
Ethernet adapter Wireless Network Connection:

        Connection-specific DNS Suffix  . : hotspot.globalgossip.com
        Description . . . . . . . . . . . : Intel(R) PRO/Wireless 2200BG Network Connection
        Physical Address. . . . . . . . . : 00-13-CE-C9-CD-BE
        Dhcp Enabled. . . . . . . . . . . : Yes
        Autoconfiguration Enabled . . . . : Yes
        IP Address. . . . . . . . . . . . : 192.168.1.3
        Subnet Mask . . . . . . . . . . . : 255.255.255.128
        Default Gateway . . . . . . . . . : 192.168.1.1
        DHCP Server . . . . . . . . . . . : 192.168.1.1
        DNS Servers . . . . . . . . . . . : 139.130.4.4
                                                    10.152.58.213
        Lease Obtained. . . . . . . . . . : Monday, 10 December 2007 12:47:13 PM

        Lease Expires . . . . . . . . . . : Monday, 10 December 2007 12:52:13 PM


Ethernet adapter Local Area Connection:

        Connection-specific DNS Suffix  . : enterprise.net
        Description . . . . . . . . . . . : Realtek RTL8139/810x Family Fast Ethernet NIC
        Physical Address. . . . . . . . . : 00-15-F2-D1-3A-D6
        Dhcp Enabled. . . . . . . . . . . : No
        IP Address. . . . . . . . . . . . : 192.168.1.200
        Subnet Mask . . . . . . . . . . . : 255.255.255.128
        Default Gateway . . . . . . . . . : 192.168.1.254
        DNS Servers . . . . . . . . . . . : 139.130.4.4
                                                   10.152.58.213

################################################


I think might be something related to encapsulation, i am not sre though!
Thans in advance for any help!!!!!

Daniel