Routing setup with 2 ethernet boards

Ask a Question related to Linux Setup, Configuration & Administration, Design and Development.

  1. #1

    Default Routing setup with 2 ethernet boards

    I've been working on this for a week but just can't get things right!!! I
    have 2 ethernet boards installed in my server eth0 and eth2. eth1 is turned
    off.eth0 is connected to my Sonicwall SA going to the internet and its ip is
    68.23.245.5 eth2 goes to my LAN and it's ip is 206.95.105.14. On the lan I
    have 5 subnets 206.95.136.126 netmask 255.255.255.128, 206.95.105.126
    netmask 255.255.255.128, 207.184.199.254 netmask 255.255.255.192,
    204.125.172.190 netmask 255.255.255.192, and 206.93.151.126 netmask
    255.255.255.192. My internet router is ip 68.23.245.1 the wan interface on
    the Sonicwall is 68.23.245.2 the lan side of the sonicwall is 68.23.245.3
    and the linux host proxy is 68.23.245.5 I would like to use the balance of
    the 68.23.245.6-128 ranges of ip's on the 206.95.105.14 eth2 network on my
    linux proxy. Any help would be appreciated. Also when I do make changes
    using route add and restart the network service the routes seem to revert
    back to what they were originally. Sorry for the length of this but I'm
    trying to put out as much info as possible to get this resolved. Thanks!!!




    Jim Mainock Guest

  2. Similar Questions and Discussions

    1. navigation buttons, discussion boards
      :confused; I am a real amateur at all of this. Can I create navigation buttons with Contribute? Can I create a discussion board? Do I need to...
    2. High Score Boards...
      I want to add a DB-driven high score board to one of my flash games, so that people can compete with each other. I have seen a few around the net,...
    3. Creating Message Boards with DW
      Does anyone know how to create a message board in Dreamweaver, much like this one, where people can create topics and post messages? I have the...
    4. PROBLEM: Notebook w/PCMCIA ethernet & docking station ethernet / Multiple NICs / Only use one at a time
      I have a Dell Inspiron 3700 notebook. I have setup Debian 3.0 rev 1 stable with a very clean install (setup virtually as described at this URL......
    5. can't access Apple Discussion boards
      Hi. I can't get the Apple discussion web site to come up. I know they were doing maintenance yesterday, but now I can't even access the site. Is...
  3. #2

    Default Re: Routing setup with 2 ethernet boards

    On Tue, 01 Jul 2003 22:20:20 -0400, Jim Mainock wrote:
    > I've been working on this for a week but just can't get things right!!!
    > I have 2 ethernet boards installed in my server eth0 and eth2. eth1 is
    > turned off.eth0 is connected to my Sonicwall SA going to the internet
    > and its ip is 68.23.245.5 eth2 goes to my LAN and it's ip is
    > 206.95.105.14. On the lan I have 5 subnets 206.95.136.126 netmask
    > 255.255.255.128, 206.95.105.126 netmask 255.255.255.128,
    > 207.184.199.254 netmask 255.255.255.192, 204.125.172.190 netmask
    > 255.255.255.192, and 206.93.151.126 netmask 255.255.255.192. My
    > internet router is ip 68.23.245.1 the wan interface on the Sonicwall is
    > 68.23.245.2 the lan side of the sonicwall is 68.23.245.3 and the linux
    > host proxy is 68.23.245.5 I would like to use the balance of the
    > 68.23.245.6-128 ranges of ip's on the 206.95.105.14 eth2 network on my
    > linux proxy. Any help would be appreciated. Also when I do make changes
    > using route add and restart the network service the routes seem to
    > revert back to what they were originally. Sorry for the length of this
    > but I'm trying to put out as much info as possible to get this resolved.
    > Thanks!!!
    Jim, I am almost too timid to respond, but will give it a go in hopes to
    help:
    > eth0 is connected to my Sonicwall SA going to the internet
    .... lost you right there on context. Should I know what Sonicwall SA is?
    > and its ip is 68.23.245.5 eth2 goes to my LAN and it's ip is
    > 206.95.105.14.
    # ping -c 1 68.23.245.5
    PING 68.23.245.5 (68.23.245.5) from 66.63.71.252 : 56(84) bytes of data.

    --- 68.23.245.5 ping statistics ---
    1 packets transmitted, 0 received, 100% loss, time 0ms

    # ping -c 1 206.95.105.14
    PING 206.95.105.14 (206.95.105.14) from 66.63.71.252 : 56(84) bytes of
    data.

    --- 206.95.105.14 ping statistics --- 1 packets transmitted, 0 received,
    100% loss, time 0ms

    ==============>I get no connection to either of those IP addys.

    My
    > internet router is ip 68.23.245.1
    # ping -c 1 68.23.245.1
    PING 68.23.245.1 (68.23.245.1) from 66.63.71.252 : 56(84) bytes of data.
    64 bytes from 68.23.245.1: icmp_seq=1 ttl=237 time=62.6 ms

    --- 68.23.245.1 ping statistics ---
    1 packets transmitted, 1 received, 0% loss, time 0ms rtt min/avg/max/mdev
    = 62.647/62.647/62.647/0.000 ms

    Your router is connected and live.

    Jim, I'm no expert (at all!) I don't understand why all your LAN addys
    are in the same 68.xxx.xxx.xxx range. I thought your private (LAN)
    network would be on a reserved set of IP numbers, like 192.168.100.23,
    (or such), or maybe 10.200.56.79, 80,81,82,83, ... etc. Think there is
    another set for private use at maybe 172.xxx.xxx.xxx.

    Might be all wet, but perhaps this is your issue. If you are using
    public numbers for your private net, it wont work (and could get you in
    trouble.) Wish I had an easy reference to give you. Look for
    Networking-HOWTO, or some such, ... should give you better info.

    Good luck.
    Newsbox Guest

  4. #3

    Default Re: Routing setup with 2 ethernet boards

    Thanks, I will make the changes you are suggesting and pick up the book.

    "Seth H Holmes" <sholmes@dweezil.NOSPAMFORMEroute-fu.net> wrote in message
    news:slrnbg5vqr.tom.sholmes@dweezil.route-fu.net...
    > In article <EjrMa.9844$BM.3005200@newssrv26.news.prodigy.com> , Jim Mainock
    wrote:
    > > I've been working on this for a week but just can't get things right!!!
    I
    > > have 2 ethernet boards installed in my server eth0 and eth2. eth1 is
    turned
    > > off.eth0 is connected to my Sonicwall SA going to the internet and its
    ip is
    > > 68.23.245.5 eth2 goes to my LAN and it's ip is 206.95.105.14. On the lan
    I
    > > have 5 subnets 206.95.136.126 netmask 255.255.255.128, 206.95.105.126
    > > netmask 255.255.255.128, 207.184.199.254 netmask 255.255.255.192,
    > > 204.125.172.190 netmask 255.255.255.192, and 206.93.151.126 netmask
    > > 255.255.255.192. My internet router is ip 68.23.245.1 the wan interface
    on
    > > the Sonicwall is 68.23.245.2 the lan side of the sonicwall is
    68.23.245.3
    > > and the linux host proxy is 68.23.245.5 I would like to use the balance
    of
    > > the 68.23.245.6-128 ranges of ip's on the 206.95.105.14 eth2 network on
    my
    > > linux proxy. Any help would be appreciated. Also when I do make changes
    > > using route add and restart the network service the routes seem to
    revert
    > > back to what they were originally. Sorry for the length of this but I'm
    > > trying to put out as much info as possible to get this resolved.
    Thanks!!!
    >
    > Since I seriously doubt you are ADP Autonet, I seriously doubt
    > you should be using the IPs you say you are using on your private
    > network. Please look into using RFC1918 IP address space. I
    > recommend addresses in 192.168.0.0/16.
    >
    > cougars:~> whois -h whois.arin.net 206.95.105.126
    >
    > OrgName: ADP Autonet
    > OrgID: AUTO
    > Address: 175 Jackson Plaza
    > City: Ann Arbor
    > StateProv: MI
    > PostalCode: 48106
    > Country: US
    >
    > NetRange: 206.88.0.0 - 206.95.255.255
    > CIDR: 206.88.0.0/13
    > NetName: ADP-AUTONET
    > NetHandle: NET-206-88-0-0-1
    > Parent: NET-206-0-0-0-0
    > NetType: Direct Allocation
    > NameServer: DNS1.AUTONET.NET
    > NameServer: DNS2.AUTONET.NET
    > Comment: ADDRESSES WITHIN THIS BLOCK ARE NON-PORTABLE
    > RegDate: 1995-08-09
    > Updated: 1996-03-15
    >
    > TechHandle: ADP-NOC-ARIN
    > TechName: ADP Autonet
    > TechPhone: +1-800-521-2733
    > TechEmail: [email]techcontact@autonet.net[/email]
    >
    > # ARIN WHOIS database, last updated 2003-07-01 21:05
    > # Enter ? for additional hints on searching ARIN's WHOIS database.
    >
    > cougars:~> whois -h whois.arin.net 207.184.199.254
    >
    > OrgName: ADP Autonet
    > OrgID: AUTO
    > Address: 175 Jackson Plaza
    > City: Ann Arbor
    > StateProv: MI
    > PostalCode: 48106
    > Country: US
    >
    > NetRange: 207.184.0.0 - 207.187.255.255
    > CIDR: 207.184.0.0/14
    > NetName: ADP-AUTONET96
    > NetHandle: NET-207-184-0-0-1
    > Parent: NET-207-0-0-0-0
    > NetType: Direct Allocation
    > NameServer: DNS1.AUTONET.NET
    > NameServer: DNS2.AUTONET.NET
    > Comment: ADDRESSES WITHIN THIS BLOCK ARE NON-PORTABLE
    > RegDate: 1996-08-21
    > Updated: 1999-02-10
    >
    > TechHandle: DH358-ARIN
    > TechName: Hares, David
    > TechPhone: +1-734-827-3620
    > TechEmail: [email]dhares@networktwo.net[/email]
    >
    > # ARIN WHOIS database, last updated 2003-07-01 21:05
    > # Enter ? for additional hints on searching ARIN's WHOIS database.
    >
    >
    > As for the rest, you MUST subnet on logical boundries. You CANNOT
    > have a network
    >
    > 206.95.136.126/255.255.255.128
    > 206.95.105.126/255.255.255.128
    > 207.184.199.254/255.255.255.192
    > 204.125.172.190/255.255.255.192
    > 206.93.151.126/255.255.255.192
    >
    > These could be hosts in a network, but certainly not the subnets
    > themselves. In addition, if you want several hosts on the same
    > network, they need to be in *GASP* the same network.
    >
    > From what I'm reading here, you have absolutely no grasp of basic
    > IP networking. I recommend picking up a book, O'Reiley and Associates
    > publish a great TCP/IP book, and get a better understand of what
    > you are doing before you foul up too much.
    >
    >
    > --
    > Seth H Holmes
    >

    Jim Mainock 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