LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 09-22-2009, 06:50 AM   #16
repo
LQ 5k Club
 
Registered: May 2001
Location: Belgium
Distribution: Arch
Posts: 8,529

Rep: Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899

Again, is this your home network?
Are you behind the router or do you try to connect to the router from outside?

Try to contact your ISP
 
Old 09-22-2009, 06:50 AM   #17
Cartman89
LQ Newbie
 
Registered: Sep 2009
Location: Balan,Harghita,ROmania
Posts: 27

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by repo View Post
What do you see when you type
127.0.0.1
in the browser ?

Is this your home network?


Perhaps there is a routing issue with your provider.
I would suggest to contact them.
Failed to Connect













Firefox can't establish a connection to the server at 127.0.0.1.
 
Old 09-22-2009, 06:52 AM   #18
Cartman89
LQ Newbie
 
Registered: Sep 2009
Location: Balan,Harghita,ROmania
Posts: 27

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by manwithaplan View Post
Check your hosts file. See if there is any forwarding info. As repo suggested, configure the router with filtering. Also host your sites on the local ip range, if used for internel use only.
i dont want any site...that site http://89.121.210.202 ..is on my ip..thats my ip..i want to configure my router.. to forward ports..i have am IRC server..but works only on LAN :| not for others
 
Old 09-22-2009, 06:56 AM   #19
repo
LQ 5k Club
 
Registered: May 2001
Location: Belgium
Distribution: Arch
Posts: 8,529

Rep: Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899
Quote:
i tried 10.0.0.1 ..shit..it connects me to the site..showing how much i must pay at internet..download programs (for windows)..and how much i must pay at internet..or how much i payed... so..dunno
Are you sure you are connected to your own router?
Do you use wireless ?
Contact your provider and sk them to verify your IP
 
Old 09-22-2009, 06:59 AM   #20
Cartman89
LQ Newbie
 
Registered: Sep 2009
Location: Balan,Harghita,ROmania
Posts: 27

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by repo View Post
Are you sure you are connected to your own router?
Do you use wireless ?
Contact your provider and sk them to verify your IP
yes i am..and yes i have a wireless ... i did mailed them..but they are not that serious..they think im kidding..i hate them :|
 
Old 09-22-2009, 07:02 AM   #21
repo
LQ 5k Club
 
Registered: May 2001
Location: Belgium
Distribution: Arch
Posts: 8,529

Rep: Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899
please post the output from
Code:
cat /etc/hosts
and
Code:
traceroute 89.121.210.202
Can you st the setup from your network?
 
Old 09-22-2009, 07:10 AM   #22
Cartman89
LQ Newbie
 
Registered: Sep 2009
Location: Balan,Harghita,ROmania
Posts: 27

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by repo View Post
please post the output from
Code:
cat /etc/hosts
and
Code:
traceroute 89.121.210.202
Can you st the setup from your network?
cat /etc/hosts
127.0.0.1 localhost
127.0.1.1 ubuntu.ubuntu-domain ubuntu

# The following lines are desirable for IPv6 capable hosts
::1 localhost ip6-localhost ip6-loopback
fe00::0 ip6-localnet
ff00::0 ip6-mcastprefix
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
ff02::3 ip6-allhosts
alex@ubuntu:~$ traceroute 89.121.210.202
The program 'traceroute' can be found in the following packages:
* traceroute
* traceroute-nanog
Try: sudo apt-get install <selected package>
bash: traceroute: command not found
 
Old 09-22-2009, 07:12 AM   #23
repo
LQ 5k Club
 
Registered: May 2001
Location: Belgium
Distribution: Arch
Posts: 8,529

Rep: Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899
First install traceroute
Code:
sudo apt-get install traceroute
then
Code:
traceroute 89.121.210.202
 
Old 09-22-2009, 07:14 AM   #24
Cartman89
LQ Newbie
 
Registered: Sep 2009
Location: Balan,Harghita,ROmania
Posts: 27

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by repo View Post
First install traceroute
Code:
sudo apt-get install traceroute
then
Code:
traceroute 89.121.210.202
traceroute 89.121.210.202
traceroute to 89.121.210.202 (89.121.210.202), 30 hops max, 60 byte packets
1 89.121.210.202 (89.121.210.202) 2.806 ms 4.890 ms 5.116 ms

and it stopped
 
Old 09-22-2009, 07:24 AM   #25
repo
LQ 5k Club
 
Registered: May 2001
Location: Belgium
Distribution: Arch
Posts: 8,529

Rep: Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899
Are you using a modem or a router?
How is the setup from your network ?
something like
internet => router/modem => your linuxcomputer =>

What happens if you reboot the modem/router ?
 
Old 09-22-2009, 07:25 AM   #26
Cartman89
LQ Newbie
 
Registered: Sep 2009
Location: Balan,Harghita,ROmania
Posts: 27

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by repo View Post
Are you using a modem or a router?
How is the setup from your network ?
something like
internet => router/modem => your linuxcomputer =>

What happens if you reboot the modem/router ?
i am connected through a wireless modem..or what is that.. :d if i reboot..nothing..i have the same IP.. i ahve static IP.. i am connectet through LAN .. wireless...
 
Old 09-22-2009, 07:28 AM   #27
repo
LQ 5k Club
 
Registered: May 2001
Location: Belgium
Distribution: Arch
Posts: 8,529

Rep: Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899
Could you reboot the router/modem now please ?
If your connection is down, I should not be able to ping your IP.
If I can still ping your IP, seems to me here is a routing issue with your provider.
 
Old 09-22-2009, 07:30 AM   #28
Cartman89
LQ Newbie
 
Registered: Sep 2009
Location: Balan,Harghita,ROmania
Posts: 27

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by repo View Post
Could you reboot the router/modem now please ?
If your connection is down, I should not be able to ping your IP.
If I can still ping your IP, seems to me here is a routing issue with your provider.
how to reboot it? you mean like..jack it off from cable? yess..i will jack it off..and then u can ping it
 
Old 09-22-2009, 07:32 AM   #29
repo
LQ 5k Club
 
Registered: May 2001
Location: Belgium
Distribution: Arch
Posts: 8,529

Rep: Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899
Try to powerdown the modem.
 
Old 09-22-2009, 07:33 AM   #30
Cartman89
LQ Newbie
 
Registered: Sep 2009
Location: Balan,Harghita,ROmania
Posts: 27

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by repo View Post
Try to powerdown the modem.
ok..here i go
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
think i got hacked phatbastard Linux - Security 7 12-01-2007 01:36 PM
Was my PC hacked? the-iguana Linux - Security 4 04-07-2006 08:38 AM
Am I being Hacked ? rizhun Linux - Security 4 09-07-2005 08:08 AM
Have I been HACKED?? fenice1976 Linux - Software 3 07-05-2004 08:00 PM
Got Hacked - What can I do? cli_man Linux - Security 5 12-22-2003 05:06 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 03:37 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration