i need a little help trying to peer into a network that is attached to an ospf network without using masquerade.
I'll first start by giving you some exports of router that this all needs to take place from.
Code: Select all
Flags: D - dynamic, X - disabled, R - running, S - slave
# NAME TYPE MTU L2MTU
0 R ether3 ether 1500 1600
1 R ether1 ether 1500 1600
2 R ether2 ether 1500 1600
3 R Hunters wlan 1500 2290
4 R Belvidere wlan 1500 2290
5 X anthony wlan 1500
6 R Omni wlan 1500 2290
7 R Stadium wlan 1500 2290
Code: Select all
# ADDRESS NETWORK BROADCAST INTERFACE
1 192.168.252.1/24 192.168.252.0 192.168.252.255 ether2
3 192.168.100.2/30 192.168.100.0 192.168.100.3 ether1
**note: i am only showing you the IPs pertaining to the ether ports
AS you can see only ether 1 and 2 have IP addresses. when i just could not look back into ether 3 without masquerade i setup a PPP on the server. it work halfway.
Code: Select all
Flags: X - disabled, I - invalid, D - dynamic
0 chain=srcnat action=masquerade out-interface=ether1
1 chain=srcnat action=masquerade out-interface=ether2
i need to be able to peer the server from anywhere on the network without putting masquerade on the ether port it connects to.
Can anyone help me with this