Hi,

If anybody can suggest me if any necessary changes to be done for connecting to 
broadband.Here im posting the  complete details of all methods that i used to 
connect .But the problem persist!...

--------------------------------------------------------------------------------
bash-3.00# ping 59.162.228.179
59.162.228.179 is alive (my IP address)
bash-3.00# ping 59.162.228.1
59.162.228.1 is alive (Default gateway)
bash-3.00# ping 54.29.202.5
no answer from 54.29.202.5
--------------------------------------------------------------------------------
bash-3.00# more etc/hosts
59.162.228.179 Sun08 
bash-3.00# more etc/netmasks
255.255.255.0
bash-3.00# more etc/resolv.conf
alt nameserver  202.54.29.5(Alternate DNS Address)
nameserver  202.54.12.164 (DNS Address)
--------------------------------------------------------------------------------
bash-3.00# ifconfig -a
lo0: flags=2001000849<UP,LOOPBACK,RUNNING,MULTICAST,IPv4,VIRTUAL> mtu 8232 
index 1        inet 

127.0.0.1 netmask ff000000 
vfe0: flags=201000843<UP,BROADCAST,RUNNING,MULTICAST,IPv4,CoS> mtu 1500 index 2
        inet 59.162.228.179 netmask ffffff00 broadcast 59.162.228.255
        ether 0:0:0:0:0:10 
lo0: flags=2002000849<UP,LOOPBACK,RUNNING,MULTICAST,IPv6,VIRTUAL> mtu 8252 
index 1        inet6 

::1/128 
--------------------------------------------------------------------------------
bash-3.00# ping 202.54.29.5
no answer from 202.54.29.5
bash-3.00# ifconfig vfe0 down
bash-3.00# ifconfig vfe0 unplumb
bash-3.00# ifconfig vfe0 plumb
bash-3.00# ./CONNECT.SH 
add net default: gateway 59.162.228.1: entry exists
bash-3.00# ping  202.54.29.5
no answer from  202.54.29.5
--------------------------------------------------------------------------------
bash-3.00# ifconfig -a
lo0: flags=2001000849<UP,LOOPBACK,RUNNING,MULTICAST,IPv4,VIRTUAL> mtu 8232 
index 1        inet 

127.0.0.1 netmask ff000000 
vfe0: flags=201000843<UP,BROADCAST,RUNNING,MULTICAST,IPv4,CoS> mtu 1500 index 3
        inet 59.162.228.179 netmask ffffff00 broadcast 59.162.228.255
        ether 0:0:0:0:0:10 
lo0: flags=2002000849<UP,LOOPBACK,RUNNING,MULTICAST,IPv6,VIRTUAL> mtu 8252 
index 1        inet6 

::1/128 
--------------------------------------------------------------------------------
bash-3.00# ifconfig vfe0 up
bash-3.00# ping 202.54.12.164 (main DNS Address)
202.54.12.164 is alive
bash-3.00# ping yahoo.com
ping: unknown host yahoo.com
bash-3.00# telnet 202.54.12.164
Trying 202.54.12.164...
telnet: Unable to connect to remote host: Connection refused
bash-3.00# telnet 59.162.228.179
Trying 59.162.228.179...
telnet: Unable to connect to remote host: Connection refused
bash-3.00# ifconfig vfe0 unplumb
bash-3.00# ifconfig vfe0 plumb
--------------------------------------------------------------------------------

--------------------------------------------------------------------------------
bash-3.00# ifconfig -a
lo0: flags=2001000849<UP,LOOPBACK,RUNNING,MULTICAST,IPv4,VIRTUAL> mtu 8232 
index 1        inet 

127.0.0.1 netmask ff000000 
vfe0: flags=201000842<BROADCAST,RUNNING,MULTICAST,IPv4,CoS> mtu 1500 index 4
        inet 0.0.0.0 netmask 0 
        ether 0:0:0:0:0:10 
lo0: flags=2002000849<UP,LOOPBACK,RUNNING,MULTICAST,IPv6,VIRTUAL> mtu 8252 
index 1        inet6 

::1/128 

bash-3.00# ./CONNECT.SH 
add net default: gateway 59.162.228.1: entry exists
--------------------------------------------------------------------------------
bash-3.00# ifconfig -a
lo0: flags=2001000849<UP,LOOPBACK,RUNNING,MULTICAST,IPv4,VIRTUAL> mtu 8232 
index 1        inet 

127.0.0.1 netmask ff000000 
vfe0: flags=201000843<UP,BROADCAST,RUNNING,MULTICAST,IPv4,CoS> mtu 1500 index 4
        inet 59.162.228.179 netmask ffffff00 broadcast 59.162.228.255
        ether 0:0:0:0:0:10 
lo0: flags=2002000849<UP,LOOPBACK,RUNNING,MULTICAST,IPv6,VIRTUAL> mtu 8252 
index 1        inet6 

::1/128 
--------------------------------------------------------------------------------
bash-3.00# snoop -V -P 202.54.12.164
Using device vfe0 (non promiscuous)
^C
bash-3.00# traceroute 202.54.12.164

traceroute to 202.54.12.164 (202.54.12.164), 30 hops max, 40 byte packets
 1  210.211.195.1 (210.211.195.1)  114.000 ms  26.535 ms  27.057 ms
 2  203.197.177.130 (203.197.177.130)  27.035 ms *  27.524 ms
 3  202.54.84.85 (202.54.84.85)  27.201 ms  26.952 ms  27.290 ms
 4  202.54.12.164 (202.54.12.164)  27.304 ms  27.865 ms  28.290 ms
--------------------------------------------------------------------------------
bash-3.00# traceroute 59.162.228.179
traceroute to 59.162.228.179 (59.162.228.179), 30 hops max, 40 byte packets
 1  59.162.228.179 (59.162.228.179)  0.159 ms  0.050 ms  0.029 ms
--------------------------------------------------------------------------------
bash-3.00# netstat -i

Name  Mtu  Net/Dest      Address        Ipkts  Ierrs Opkts  Oerrs Collis Queue 
lo0   8232 loopback      localhost      667    0     667    0     0      0     
vfe0  1500 59.162.228.0  59.162.228.179 168    0     435    0     0      0     

Name  Mtu  Net/Dest  Address  Ipkts  Ierrs Opkts  Oerrs Collis
lo0   8252 ::1      ::1        667    0     667    0     0     
--------------------------------------------------------------------------------
bash-3.00# netstat -in

Name  Mtu  Net/Dest      Address        Ipkts  Ierrs Opkts  Oerrs Collis Queue 
lo0   8232 127.0.0.0     127.0.0.1      667    0     667    0     0      0     
vfe0  1500 59.162.228.0  59.162.228.179 168    0     435    0     0      0     

Name  Mtu  Net/Dest  Address  Ipkts  Ierrs Opkts  Oerrs Collis
lo0   8252 ::1       ::1      667    0     667    0     0     
--------------------------------------------------------------------------------
 
 
This message posted from opensolaris.org

Reply via email to