I have two subnets on my network and I want SME to route between them. I use another router for one subnet at 192.168.3.125.
From Configuration Review:
[Review configuration
Networking Parameters
Server Mode servergateway
Local IP address / subnet mask 192.168.3.126/255.255.255.128
External IP address / subnet mask 24.xx7.xxx.xxx
Additional local networks 192.168.3.0/255.255.255.128
192.168.1.0/255.255.255.0 via 192.168.3.125
DHCP server disabled
Server names
DNS server 192.168.3.126
<<truncated>>
from a windoze box on the 192.168.3.0 network trying to tracert to the router on the 192.168.1.0 network:
C:\Documents and Settings\Steven>tracert 192.168.1.253
Tracing route to 192.168.1.253 over a maximum of 30 hops
1 <10 ms <10 ms <10 ms SNAP [192.168.3.126]
2 * * * Request timed out.
3 * * * Request timed out.
ROUTE from SME:
[root@snap root]# route
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
192.168.3.0 * 255.255.255.128 U 0 0 0 eth0
24.117.148.0 * 255.255.255.0 U 0 0 0 eth1
192.168.1.0 string.9d8 255.255.255.0 UG 0 0 0 eth0
127.0.0.0 * 255.0.0.0 U 0 0 0 lo
default 24-xx7-xxx-x.cp 0.0.0.0 UG 0 0 0 eth1
Note: I was bothered that a hostname appeared (especially a made up one -- something like pc-00128) instead of an IP address for Gateway, so I made some entries in the host file. Before I made the entries, traceroute from SME to a destination on the 192.168.1.0 network would get sent out over the eth1 interface to the public network! Now they just '*' on me.
Here is what appears in my Hostnames and addresses table:
Hostname Visibility Location Local IP Global IP Ethernet address Action
ftp.9d8 Local Self Modify Remove
lentil.9d8 Local Local 192.168.3.15 00:10:4b:ca:xx:xx Modify Remove
mail.9d8 Local Self Modify Remove
pot.9d8 Local Local 192.168.3.3 00:90:27:fd:xx:xx Modify Remove
proxy.9d8 Local Self Modify Remove
snap.9d8 Local Self
string.9d8 Local Local 192.168.3.125 00:01:02:28:xx:xx Modify Remove
wpad.9d8 Local Self Modify Remove
www.9d8 Local Self Modify Remove
Any help would obviously be much welcomed, I have gone blind starring at this one.
Regards,
Steve