AskOverflow.Dev

AskOverflow.Dev Logo AskOverflow.Dev Logo

AskOverflow.Dev Navigation

  • 主页
  • 系统&网络
  • Ubuntu
  • Unix
  • DBA
  • Computer
  • Coding
  • LangChain

Mobile menu

Close
  • 主页
  • 系统&网络
    • 最新
    • 热门
    • 标签
  • Ubuntu
    • 最新
    • 热门
    • 标签
  • Unix
    • 最新
    • 标签
  • DBA
    • 最新
    • 标签
  • Computer
    • 最新
    • 标签
  • Coding
    • 最新
    • 标签
主页 / user-126839

Michael Paul's questions

Martin Hope
Michael Paul
Asked: 2013-12-23 19:18:39 +0800 CST

运行 8.0(4)28 的旧 PIX 515e:无法通过外部接口上的 DHCP 访问 Internet

  • 0

好吧..我承认。我可能缺少一些简单的东西。一点帮助?

我有一个较旧的 PIX 515e,我正在尝试运行。外部接口连接到电缆调制解调器并配置为 DHCP。该接口从 ISP 分配了一个 IP,因此这部分似乎可以正常工作。我的理解是使用该命令应该自动为ISP网关设置静态路由。如果我这似乎是这样。从控制台,我还可以 ping ISP 网关和我尝试的任何其他站点 (yahoo.com)。

内部接口设置为静态地址 10.0.1.10,这将返回来自内部客户端的 ping。内部网络上的 DHCP 由 2012R2 机器处理,此服务以及 DNS 也可以正常工作(除了在 PIX 测试期间的 DNS 转发)

但是,客户端无法访问 Internet。没有 ping 回复等。我相信这要么是路由问题,要么是 NAT/PAT 问题。我在思科配置的这个领域落后于 8 球,可以使用一些帮助。下面发布的是我当前正在运行的配置。我尝试了一些在网上找到的配置指南,但似乎没有任何效果。任何人都可以帮我解决这个问题吗?

谢谢!迈克尔

: Saved
:

PIX Version 8.0(4)28 
!
hostname GripPix

domain-name Grip.com

enable password ... encrypted

passwd ... encrypted

names

!

interface Ethernet0

 nameif outside

 security-level 0

 ip address dhcp setroute 

!

interface Ethernet1

 nameif inside

 security-level 100

 ip address 10.0.1.10 255.255.0.0 

!

interface Ethernet2

 shutdown

 no nameif

 no security-level

 no ip address

!

interface Ethernet3

 shutdown

 no nameif

 no security-level

 no ip address

!

interface Ethernet4

 shutdown

 no nameif

 no security-level

 no ip address

!

interface Ethernet5

 shutdown

 no nameif

 no security-level

 no ip address

!

ftp mode passive

dns server-group DefaultDNS

 domain-name Grip.com

same-security-traffic permit inter-interface

same-security-traffic permit intra-interface

access-list outside_in extended permit icmp any any echo-reply 

access-list outside_in extended deny ip any any log 

pager lines 24

logging enable

logging asdm informational

mtu outside 1500

mtu inside 1500

no failover

icmp unreachable rate-limit 1 burst-size 1

asdm image flash:/asdm-613.bin

no asdm history enable

arp timeout 14400

global (outside) 1 10.0.0.0 netmask 255.255.0.0

global (outside) 1 interface

nat (inside) 1 0.0.0.0 0.0.0.0

timeout xlate 3:00:00

timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 icmp 0:00:02

timeout sunrpc 0:10:00 h323 0:05:00 h225 1:00:00 mgcp 0:05:00 mgcp-pat 0:05:00

timeout sip 0:30:00 sip_media 0:02:00 sip-invite 0:03:00 sip-disconnect 0:02:00

timeout sip-provisional-media 0:02:00 uauth 0:05:00 absolute

timeout tcp-proxy-reassembly 0:01:00

dynamic-access-policy-record DfltAccessPolicy

aaa authentication serial console LOCAL 

aaa authentication telnet console LOCAL 

aaa authentication ssh console LOCAL 

http server enable

http 10.0.0.0 255.255.0.0 inside

no snmp-server location

no snmp-server contact

snmp-server enable traps snmp authentication linkup linkdown coldstart

crypto ipsec security-association lifetime seconds 28800

crypto ipsec security-association lifetime kilobytes 4608000

telnet 10.0.0.0 255.255.0.0 inside

telnet timeout 5

ssh timeout 5

console timeout 0

threat-detection basic-threat

threat-detection statistics access-list

no threat-detection statistics tcp-intercept

!

class-map inspection-default

 match default-inspection-traffic

class-map inspection_default

 match default-inspection-traffic

!

!

policy-map type inspect dns preset_dns_map

 parameters

  message-length maximum 512

policy-map global_policy

 class inspection_default

  inspect dns preset_dns_map 

  inspect ftp 

  inspect h323 h225 

  inspect h323 ras 

  inspect rsh 

  inspect rtsp 

  inspect esmtp 

  inspect sqlnet 

  inspect skinny  

  inspect sunrpc 

  inspect xdmcp 

  inspect sip  

  inspect netbios 

  inspect tftp 

  inspect http 

  inspect icmp 

!

service-policy global_policy global

prompt hostname context 

Cryptochecksum:9cceeff3166fd745e3569853ea5c178c

: end

asdm image flash:/asdm-613.bin

no asdm history enable
cisco-pix
  • 1 个回答
  • 852 Views
Martin Hope
Michael Paul
Asked: 2012-07-03 09:08:00 +0800 CST

内部网站从远程位置路由互联网连接的 DNS 问题

  • 4

我有一个问题需要一些帮助。

我们公司有一个主要位置和一个远程位置。以前,远程位置通过 Internet 连接 VPN 隧道连接到主要位置。1.5Mbps 的连接速度慢得可怜,所以我们用 75Mbps 的直接链接升级了它。这意味着远程位置失去了互联网访问权限,因此我们通过主办公室互联网连接路由他们的访问。

除了一件事,一切都很完美。除非使用 IP 地址,否则无法从远程位置访问我们托管的网站。

如果我从连接到主位置网络的机器上对我们的网站地址执行 NSLOOKUP,它会正确解析为内部 IP 地址。但是,如果我从远程计算机执行相同操作,它会解析为网站的外部 IP 地址。

我们的内部 DNS 服务器设置了一个指针和 CNAME 记录,并且在连接升级之前一切正常。此外,远程位置有一个域控制器、DNS 服务器和 DHCP 服务器来为远程位置的这些请求提供服务,并防止这些请求通过链路来回路由。

所以我认为发生的事情是由于某种原因远程位置的 DNS 服务器没有正确解析我们的网站名称并将请求传递到路由器,然后路由器将请求推送到互联网 DNS 系统。这会将名称解析为我们的外部 IP。

这纯粹是一个 DNS 问题,其他一切正常。我只是被这个难住了。

有想法该怎么解决这个吗?

编辑:我忘了提到在链路的远端是一个 Cisco ASA-5505,在总部有一个 Cisco ASA-5510。链接连接在这两个设备之间,路由在 5510 中处理。

谢谢,迈克尔

domain-name-system internal-dns
  • 3 个回答
  • 7710 Views

Sidebar

Stats

  • 问题 205573
  • 回答 270741
  • 最佳答案 135370
  • 用户 68524
  • 热门
  • 回答
  • Marko Smith

    新安装后 postgres 的默认超级用户用户名/密码是什么?

    • 5 个回答
  • Marko Smith

    SFTP 使用什么端口?

    • 6 个回答
  • Marko Smith

    命令行列出 Windows Active Directory 组中的用户?

    • 9 个回答
  • Marko Smith

    什么是 Pem 文件,它与其他 OpenSSL 生成的密钥文件格式有何不同?

    • 3 个回答
  • Marko Smith

    如何确定bash变量是否为空?

    • 15 个回答
  • Martin Hope
    Tom Feiner 如何按大小对 du -h 输出进行排序 2009-02-26 05:42:42 +0800 CST
  • Martin Hope
    Noah Goodrich 什么是 Pem 文件,它与其他 OpenSSL 生成的密钥文件格式有何不同? 2009-05-19 18:24:42 +0800 CST
  • Martin Hope
    Brent 如何确定bash变量是否为空? 2009-05-13 09:54:48 +0800 CST
  • Martin Hope
    cletus 您如何找到在 Windows 中打开文件的进程? 2009-05-01 16:47:16 +0800 CST

热门标签

linux nginx windows networking ubuntu domain-name-system amazon-web-services active-directory apache-2.4 ssh

Explore

  • 主页
  • 问题
    • 最新
    • 热门
  • 标签
  • 帮助

Footer

AskOverflow.Dev

关于我们

  • 关于我们
  • 联系我们

Legal Stuff

  • Privacy Policy

Language

  • Pt
  • Server
  • Unix

© 2023 AskOverflow.DEV All Rights Reserve