DSL modem and Apache

Discussion in 'Server Operation' started by claybv, Feb 10, 2008.

  1. claybv

    claybv New Member

    Not Sure if correct location. I have a DSL modem with bridge option. Ive changed LAN settings and port settings.can see modem and My FC8 server,but cant see outside or internet. reset modem to square one and internet works. anyone that can help explain or give some steps with the bridging. I'm not use to DSL. Mostly T1 or larger and usually dont deal with router side at work.
    Modem is Zhone-Paradyne 6381-A3-200 ADSL2+ /R Bridge/Router.
    Eth0=My network
    Eth2= ISP modem side

    [root@www ~]# ifconfig
    eth0 Link encap:Ethernet HWaddr 00:40:F4:5D:48:10
    inet addr:192.168.0.5 Bcast:192.168.0.255 Mask:255.255.255.0
    inet6 addr: fe80::240:f4ff:fe5d:4810/64 Scope:Link
    UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
    RX packets:0 errors:0 dropped:0 overruns:0 frame:0
    TX packets:74 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:1000
    RX bytes:0 (0.0 b) TX bytes:16984 (16.5 KiB)
    Interrupt:11 Base address:0x8800

    eth2 Link encap:Ethernet HWaddr 00:02:41:00:45:76
    inet addr:192.168.41.125 Bcast:192.168.41.255 Mask:255.255.255.0
    inet6 addr: fe80::202:41ff:fe00:4576/64 Scope:Link
    UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
    RX packets:276 errors:0 dropped:0 overruns:0 frame:0
    TX packets:329 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:1000
    RX bytes:172115 (168.0 KiB) TX bytes:36991 (36.1 KiB)
    Interrupt:9 Base address:0x6c00

    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:5096 errors:0 dropped:0 overruns:0 frame:0
    TX packets:5096 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:0
    RX bytes:5454770 (5.2 MiB) TX bytes:5454770 (5.2 MiB)

    [root@www ~]#
     
  2. claybv

    claybv New Member

    more info

    An attempted connection to 207.144.135.22:80 was refused. This typically indicates that there are no services available on that port, but that it is NOT being blocked by a firewall or your ISP.

    Try again

    dyndns.com is seeing My external IP as 207.144.135.22
     
  3. falko

    falko Super Moderator Howtoforge Staff

    Does your router forward port 80 to your server?

    What's the output of
    Code:
    route -nee
    , and what's your router's private IP address?
     
  4. claybv

    claybv New Member

    more info..

    Falko, My internal ip for router is 192.168.1.1. I know I have to change My server to same subnet ip to connect,usually 192.168.1.20. But i cant get out to internet then for some reason.

    Hope info helps some.
     
  5. claybv

    claybv New Member

    I also end up having to set NIC to modem/router to dhcp ip assign. for access to internet,which ussually is 192.168.41.*
     
  6. falko

    falko Super Moderator Howtoforge Staff

    Which NIC is connected to your router? eth0 or eth2? The one connected to your router must be in the 192.168.1 subnet.
     
  7. claybv

    claybv New Member

    in reference to router side:

    eth2 ( server NIC )is connected to router....

    If eth2 is set to dhcp mode.the router assigns the 192.168.41.##
    and I can get internet.

    if I set static ip for eth2 to say maybe 192.168.1.11 (.2-.10 reserved for router DHCP . I get no internet, but i can access router(192.168.1.1) login and setup.

    eth0 is private network NIC.

    Thanks.
     
  8. falko

    falko Super Moderator Howtoforge Staff

    What's the output of
    Code:
    route -nee
    then?
     
  9. claybv

    claybv New Member

    dsl and new static ip

    okay,
    Here is the deal. I am using My linux server as firewall for private network and switch hub. I have a dedicated Network card for the modem.I got My static ip and setup my info in server nic that goes to DSL modem.Not seeing internet now. tried back on dhcp mode NIC goes out to internet. I called ISP tech support, We went through resets and power cycling modem and computers .

    We tried straight to modem once with server ,then with laptop.. Could not even get laptop to internet with static or even dhcp,even after power recycle.

    modem using bridge mode and tech support said I should just have to set static IP in computer NIC that goes to modem.

    They issued trouble ticket for their advanced support for possibly monday.

    any more suggestions?

    Thanks!
     
  10. claybv

    claybv New Member

    Okay,

    Iv'e been on line with ISP tech support a few times they even gave me different 'static IP'. apparently it is some setting we are missing on the modem. They're using bridge mode and said I should put 'static IP' in computer,We had no luck. They are going to look at manual on My model modem and see what features need to be changed to work in bridge mode and let it through.modem and PC seem to work,and modem appears to not be communicating when we change to static. seems the dhcp option will get out and shows me further down their network than should (external IP shows their side of network where it shouldn't). So they think must be certain advanced setting in modem that needs to be switched on/off. Modem is Zhone-Paradyne 6381-A3-200 ADSL2+ /R Bridge/Router.

    Keep in mind they said modem should be bridged / and static IP be in PC nic.... and should work....
    but we are still trying.......
     
  11. claybv

    claybv New Member

    its working

    Hooray !!!

    whew! after several calls and waiting,different ip addresses and gateways and dns. They finally got their act on track !!. Their tech finally called me this afternoon,gave me a whole new ip and info in a totally different section of ip info, I'm now working.
    ALL 4 sectors (*.*.*.*) of my ip is totally different and working.

    Thanks to everybody that tried to help, hope to be able to help you later on......:)
     

Share This Page