Ask a Question related to Linux / Unix Administration, Design and Development.

  1. #1

    Default Blocked IP


    I don't know if this is possible but I live in an apartment community
    where my cable jack has a cat-5 connection on the jack as well.
    therefore I do not have access to the router at all. I amtrying to make
    it possible to access my machine from the outside world running red hat
    5 and the high speed provider is Time Warner RR. any ideas??



    p.s. I have already tried turning off /etc/rc.d/init.d/iptables stop to
    turn off proxies but that doesnt help.



    p.p.s. here is the output from ifconfig eth0 if that helps at all:



    eth0 Link encap:Ethernet HWaddr 00:00:39:BC:83:DF

    inet addr:192.168.1.176 Bcast:192.168.1.255
    Mask:255.255.255.0

    UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1

    RX packets:6864 errors:0 dropped:0 overruns:0 frame:0

    TX packets:1077 errors:0 dropped:0 overruns:0 carrier:0

    collisions:0 txqueuelen:100

    RX bytes:1741583 (1.6 Mb) TX bytes:137768 (134.5 Kb)

    Interrupt:11 Base address:0xdf40 Memory:ff9ff000-ff9ff038


    --
    Posted via [url]http://dbforums.com[/url]
    ncstate Guest

  2. Similar Questions and Discussions

    1. Download Blocked
      When I attempt to download flash payer, the download is blocked by windows security center because the download "lacks a valid dignital signature."...
    2. DW and FW menus blocked by IE
      Being enticed to use Dreamweaver and Fireworks as my wysiwyg editors, in part, because of the ease at which navigation bars with pull-down menus can...
    3. Web Service Blocked By XP Pro SP2?
      I spoke with my partner tonight who applied XP Pro SP2 and discovered the popup blocker blocks a web service and apparently requires the entire URL...
    4. blocked attachemnts
      ie and/or msn block me from sending/receiving potential harmful e-mail attachments. is there an easy work-around for this? thanks, newport ri
    5. Windows updates blocked
      I'm running XP Pro on a school network (Win 2000 server) and can't get it to allow Windows Updates except when logged on as local administrator. ...
  3. #2

    Default Re: Blocked IP

    In article <3518616.1066973357@dbforums.com>, ncstate wrote:
    >
    > I don't know if this is possible but I live in an apartment community
    > where my cable jack has a cat-5 connection on the jack as well.
    > therefore I do not have access to the router at all. I amtrying to make
    > it possible to access my machine from the outside world running red hat
    > 5 and the high speed provider is Time Warner RR. any ideas??
    As far as I know (which may not be enough), you can not
    "unblock" a machine within a firewall, at least not from that
    machine. The machine has to be unblocked by the firewall.

    You could ssh to an external host and set up an ssh tunnel from
    there, if you'd wish to.

    --
    Andreas Kähäri
    Andreas Kahari Guest

  4. #3

    Default Re: Blocked IP


    Thank you for the tip, I will look in to a ssh tunnel. Seeing as I'm not
    sure what one is, I am going to reasearch but from the start it sounds
    like all I will be able to do is ssh my machine, I am looking to also
    run an ftpd, httpd, along with a few other deamons. Is this possible or
    should I just be content that I can atleast ssh into my machine and i
    guess ftp out from ssh if worse comes to worse. Thanks for your comments



    Jeff Smith


    --
    Posted via [url]http://dbforums.com[/url]
    ncstate Guest

  5. #4

    Default Re: Blocked IP

    ncstate wrote:
    > I don't know if this is possible but I live in an apartment community
    > where my cable jack has a cat-5 connection on the jack as well.
    > therefore I do not have access to the router at all. I amtrying to make
    > it possible to access my machine from the outside world running red hat
    > 5 and the high speed provider is Time Warner RR. any ideas??
    > eth0 Link encap:Ethernet HWaddr 00:00:39:BC:83:DF
    >
    > inet addr:192.168.1.176 Bcast:192.168.1.255
    > Mask:255.255.255.0
    Since you are behind the router and have a private IP address I really
    don't think you will be able to run any services like httpd, ftpd, etc.
    and have machines outside of the firewall connect directly. Machines
    outside of the router won't know the route to your computer based only
    on the IP address. You would need to get a real, unique IP address to
    get this to work which might not be possible. If you are really running
    RedHat 5, I am not sure you would want it exposed to the internet anyway.

    attwood@NOSPAMturbo.che.ncsu.edu Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139