On Sun, 18 Mar 2007 18:17:24 +1200
Michael <[EMAIL PROTECTED]> wrote:
> I assume the output from the following 2 tables is from the modem.
> > IP address table
> > Intf Address Netmask Type Transl Action
> > Orcon 60.234.197.91 255.0.0.0 Auto pat
> > eth0 10.0.0.138 255.0.0.0 Extra none
> >
> > IP route table
> > Destination Source Gateway Intf Action
> > 10.0.0.0/8 10.0.0.0/8 10.0.0.138 eth0
> > 60.234.197.91/32 any 60.234.197.91 Orcon
> > 10.0.0.138/32 any 10.0.0.138 eth0
> > 127.0.0.1/32 any 127.0.0.1 loop
> > default any 60.234.197.91 Orcon
> >
> One thing that strikes me is the netmask on your address 60.234.197.91
> in the IP address table. I'd suggest that 255.0.0.0 (otherwise known as
> "/8") needs to be corrected to something like a /24 or /26 mask. I
> don't know what Orcon use or even how this table has been generated.
>
> Of course the first things to check are link-lights on all your cable
> connections. If the lights aren't on, then nothing's gonna happen ;-)
>
> Michael.
I hope this is the output from the firewall, not the modem (:
Is this router running bridged or not? If it is, then it's not going to manage
to connect to the internet if the firewall is disconnected. If it is not, then
it shouldn't even know of what's on the other side of the router, but just uses
the 10.0.0.138 address as the default gateway.
Here's the route from my firewall at work, which uses ipcop and a bridged
router to adsl ( note that cable setups are different )...
[EMAIL PROTECTED]:~ # route -n
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
111.22.33.444 0.0.0.0 255.255.255.255 UH 0 0 0 ppp0
192.168.3.0 0.0.0.0 255.255.255.0 U 0 0 0 eth1
192.168.1.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0
0.0.0.0 111.22.33.444 0.0.0.0 UG 0 0 0 ppp0
You'll note that there is a major difference in the Interfaces mentioned... The
firewall just uses the interfaces that are on the box, and DOES NOT MENTION THE
ISP's INTERFACE. This is important, which is why I wrote it in big.
ppp0 is configured by dhcp from clear
[EMAIL PROTECTED]:~ # ifconfig ppp0
ppp0 Link encap:Point-to-Point Protocol
inet addr:222.33.44.555 P-t-P:333.44.55.666 Mask:255.255.255.255
UP POINTOPOINT RUNNING NOARP MTU:1492 Metric:1
RX packets:72888 errors:0 dropped:0 overruns:0 frame:0
TX packets:77236 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:3
RX bytes:27324219 (26.0 MB) TX bytes:18982627 (18.1 MB)
The same info from your firewall should look similar, with your external IP
address set as the IP addr for ppp0.
I recommend that you first get the router running without the firewall, then
you can either bridge it, or remember that you have to open ports on both the
router and firewall if you want to change services.
Some info that may be useful for us to aid you...
Point your browser to 10.0.0.138, and log in ( username is irrelevant, you just
need the password.
Are the Diagnostic tests all passed? ( self test, lan, dsl )? ( Basic->System
Info ).
I'm on ihug, but I think the only different one is telstra...
In Basic->Connect, do you have...
Onterface=pppoa
Destination=pppoa
Mode=Always On
Link= connected
State=up
And the account details for your adsl account configured correctly?
The advanced->Static routing should have sensible values in the IP addrss table
pppoa translation pat...
The (Advanced->DNS) dns server should be enabled, make up a domain name for
yourself - I now use the .site suffix ( mayes.site for you?? ) since Microsoft
bastardised the .local suffix - tick the 'Activate server' box.
The (Advanced->DHCP) dhcp server will probably want to be on if you're
connecting directly, and off if you're using dhcp from the IPCop box
That's about all I can suggest ( As you may have gathered, I'm still happily
using my speedtouch! ),
Or have I completely missed the point and this router is running fine? If so,
you may need just to double check that the DHCP server is off, and the IPCop
one is on, and that your outward (red) facing port has a static IP address in
the same subnet as the router.
hth,
Steve