Quite new to this whole thing but :
I have two FreeBSD machines running. The current production machine is reachable from anywhere, the new one isn't reachable from anywhere, but within and can reach out to the internet (but needs to be reachable from outside the network).
I'm sure I'm not providing enough information but by all means please let me know what else I need to provide.
The production (ip xx.yy.zz.220) is running:
named
sendmail
The new (IP xx.yy.zz.221) is running:
named
sendmail
routed
ppp
Thanks,
Dave
I have two FreeBSD machines running. The current production machine is reachable from anywhere, the new one isn't reachable from anywhere, but within and can reach out to the internet (but needs to be reachable from outside the network).
I'm sure I'm not providing enough information but by all means please let me know what else I need to provide.
The production (ip xx.yy.zz.220) is running:
named
sendmail
The new (IP xx.yy.zz.221) is running:
named
sendmail
routed
ppp
Thanks,
Dave
ifconfig
on old:
Code:
em0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500 options=4219b<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,VLAN_HWCSUM,TSO4,WOL_MAGIC,VLAN_HWTSO>
ether 00:22:64:16:39:aa
inet xx.yy.zz.220 netmask 0xfffffff8 broadcast xx.yy.zz.223
inet6 fe80::222:64ff:fe16:39aa%em0 prefixlen 64 scopeid 0x1
nd6 options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL>
media: Ethernet autoselect (1000baseT <full-duplex>)
status: active
plip0: flags=8810<POINTOPOINT,SIMPLEX,MULTICAST> metric 0 mtu 1500
nd6 options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL>
lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> metric 0 mtu 16384
options=600003<RXCSUM,TXCSUM,RXCSUM_IPV6,TXCSUM_IPV6>
inet6 ::1 prefixlen 128
inet6 fe80::1%lo0 prefixlen 64 scopeid 0xa
inet 127.0.0.1 netmask 0xff000000
nd6 options=21<PERFORMNUD,AUTO_LINKLOCAL>
ifconfig
on new:
Code:
lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> metric 0 mtu 16384
options=600003<RXCSUM,TXCSUM,RXCSUM_IPV6,TXCSUM_IPV6>
inet6 ::1 prefixlen 128
inet6 fe80::1%lo0 prefixlen 64 scopeid 0x1
inet 127.0.0.1 netmask 0xff000000
nd6 options=21<PERFORMNUD,AUTO_LINKLOCAL>
hn0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500
options=31b<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,TSO4,TSO6>
ether 00:15:5d:c7:d1:00
inet xx.yy.zz.221 netmask 0xfffffff8 broadcast xx.yy.zz.223
nd6 options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL>
tun0: flags=8051<UP,POINTOPOINT,RUNNING,MULTICAST> metric 0 mtu 1448
options=80000<LINKSTATE>
inet 192.168.1.129 --> 192.168.1.1 netmask 0xffffff00
nd6 options=21<PERFORMNUD,AUTO_LINKLOCAL>
Opened by PID 673