Results 1 to 1 of 1
Hello all, I recently installed Mandrake 10.1 on my two systems at my house. Both have internal IP addresses and have static NAT translation from my cisco 1605-r. My systems ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 12-07-2004 #1Just Joined!
- Join Date
- Dec 2004
- Posts
- 1
Linux Internet ip to external ip Nat with Cisco
Hello all, I recently installed Mandrake 10.1 on my two systems at my house. Both have internal IP addresses and have static NAT translation from my cisco 1605-r. My systems have been having some strange problems, the BIND server both installed by rpm then by source, 9.x and 8.x cannot resolve outside of my local network even after putting listen requests on eth0 and eth0:1
Besides that, the one system is having problems with the apache webserver with resolving request it looks like.
This is what I have, pretty identical on both systems.
Cisco 1605-R entry:
ip nat inside source static 10.0.0.100 208.15.25.67
ip nat inside source static 10.0.0.109 208.15.25.109
Linux Interfaces:
eth0 Link encap:Ethernet HWaddr 00:03:47:C2:07:CB
inet addr:10.0.0.109 Bcast:10.255.255.255 Mask:255.0.0.0
inet6 addr: fe80::203:47ff:fec2:7cb/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:3771 errors:0 dropped:0 overruns:0 frame:0
TX packets:3550 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:537994 (525.3 Kb) TX bytes:660191 (644.7 Kb)
Interrupt:11 Base address:0x1000
eth0:1 Link encap:Ethernet HWaddr 00:03:47:C2:07:CB
inet addr:208.15.25.109 Bcast:208.15.25.127 Mask:255.255.255.128
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
Interrupt:11 Base address:0x1000
Linux Routes:
Code:Destination Gateway Genmask Flags Metric Ref Use Iface 208.15.25.0 0.0.0.0 255.255.255.128 U 0 0 0 eth0 10.0.0.0 0.0.0.0 255.0.0.0 U 0 0 0 eth0 0.0.0.0 10.0.0.1 0.0.0.0 UG 0 0 0 eth0
any ideas?


Reply With Quote
